Searched refs:ParamValues (Results 1 – 1 of 1) sorted by relevance
404 std::vector<std::string> *ParamValues = nullptr; member442 if (ParamValues && ParamValues->size() == ParamNumber) in allocParam()443 ParamValues->push_back(std::string(Value)); in allocParam()1541 ComparableStringVector ParamValues; member1545 return ParamValues < rhs.ParamValues; in operator <()1576 CodeGenParamAllocator ParamAllocPrelim{&MG.ParamTypes, &OI.ParamValues}; in EmitBuiltinCG()1601 return OI.ParamValues[i] == OI_first.ParamValues[i]; in EmitBuiltinCG()1621 key.push_back(OI.ParamValues[i]); in EmitBuiltinCG()1647 CodeGenParamAllocator ParamAlloc{&MG.ParamTypes, &OI.ParamValues, in EmitBuiltinCG()1690 OS << " Param" << utostr(i) << " = " << OI.ParamValues[i] << ";\n"; in EmitBuiltinCG()