Lines Matching defs:ParamValues
400 std::vector<std::string> *ParamValues = nullptr;
438 if (ParamValues && ParamValues->size() == ParamNumber)
439 ParamValues->push_back(std::string(Value));
1547 ComparableStringVector ParamValues;
1551 return ParamValues < rhs.ParamValues;
1582 CodeGenParamAllocator ParamAllocPrelim{&MG.ParamTypes, &OI.ParamValues};
1607 return OI.ParamValues[i] == OI_first.ParamValues[i];
1627 key.push_back(OI.ParamValues[i]);
1653 CodeGenParamAllocator ParamAlloc{&MG.ParamTypes, &OI.ParamValues,
1696 OS << " Param" << utostr(i) << " = " << OI.ParamValues[i] << ";\n";