Lines Matching defs:ParamValues
400 std::vector<std::string> *ParamValues = nullptr;
438 if (ParamValues && ParamValues->size() == ParamNumber)
439 ParamValues->push_back(std::string(Value));
1553 ComparableStringVector ParamValues;
1557 return ParamValues < rhs.ParamValues;
1588 CodeGenParamAllocator ParamAllocPrelim{&MG.ParamTypes, &OI.ParamValues};
1612 return OI.ParamValues[i] == OI_first.ParamValues[i];
1632 key.push_back(OI.ParamValues[i]);
1658 CodeGenParamAllocator ParamAlloc{&MG.ParamTypes, &OI.ParamValues,
1700 OS << " Param" << utostr(i) << " = " << OI.ParamValues[i] << ";\n";