Lines Matching refs:v

1036             Var *v = &e->vars()[i];  in genDecoderImpl()  local
1037 … if (!v->isVoid()) printString += (v->isPointer() ? "%p(%u)" : v->type()->printFormat()) + " "; in genDecoderImpl()
1101 Var *v = & evars[j]; in genDecoderImpl() local
1102 if (v->isVoid()) { in genDecoderImpl()
1105 const char* var_name = v->name().c_str(); in genDecoderImpl()
1106 const char* var_type_name = v->type()->name().c_str(); in genDecoderImpl()
1107 const unsigned var_type_bytes = v->type()->bytes(); in genDecoderImpl()
1117 if (v->isPointer() && v->isDMA()) { in genDecoderImpl()
1135 if (!v->isPointer()) { in genDecoderImpl()
1161 if (!v->isDMA()) { in genDecoderImpl()
1162 if (v->pointerDir() & Var::POINTER_IN) { in genDecoderImpl()
1170 if (v->unpackExpression().size() > 0) { in genDecoderImpl()
1175 v->unpackExpression().c_str()); in genDecoderImpl()
1180 v->pointerDir() == Var::POINTER_IN) { in genDecoderImpl()
1181 if (v->nullAllowed()) { in genDecoderImpl()
1188 if (v->unpackExpression().size() > 0) { in genDecoderImpl()
1201 v->pointerDir() == Var::POINTER_IN) { in genDecoderImpl()
1215 v->pointerDir() == Var::POINTER_IN) { in genDecoderImpl()
1216 if (v->nullAllowed()) { in genDecoderImpl()
1229 v->pointerDir() == Var::POINTER_IN) { in genDecoderImpl()
1240 if (v->pointerDir() & Var::POINTER_OUT) { // out pointer; in genDecoderImpl()
1263 if (v->pointerDir() == Var::POINTER_INOUT) { in genDecoderImpl()
1271 if (v->hostPackExpression() != "") { in genDecoderImpl()
1274 if (v->hostPackTmpAllocExpression() != "") { in genDecoderImpl()
1275 fprintf(fp, "\t\t\t%s;\n", v->hostPackTmpAllocExpression().c_str()); in genDecoderImpl()
1278 if (v->hostPackExpression() != "") { in genDecoderImpl()
1284 if (v->nullAllowed()) { in genDecoderImpl()
1305 if (v->hostPackExpression() != "") { in genDecoderImpl()
1310 v->hostPackExpression().c_str()); in genDecoderImpl()
1324 toString(v->type()->bytes()).c_str()); in genDecoderImpl()
1326 if (v->nullAllowed()) { in genDecoderImpl()
1346 if (v->pointerDir() == Var::POINTER_OUT) { in genDecoderImpl()
1377 Var *v = & evars[j]; in genDecoderImpl() local
1378 if (v->isVoid()) { in genDecoderImpl()
1381 const char* var_name = v->name().c_str(); in genDecoderImpl()
1382 if (v->isDMA()) { in genDecoderImpl()