Searched refs:ParamValues (Results 1 – 1 of 1) sorted by relevance
398 std::vector<std::string> *ParamValues = nullptr; member436 if (ParamValues && ParamValues->size() == ParamNumber) in allocParam()437 ParamValues->push_back(std::string(Value)); in allocParam()1551 ComparableStringVector ParamValues; member1553 return std::tie(Name, ParamValues) < std::tie(rhs.Name, rhs.ParamValues); in operator <()1582 CodeGenParamAllocator ParamAllocPrelim{&MG.ParamTypes, &OI.ParamValues}; in EmitBuiltinCG()1606 return OI.ParamValues[i] == OI_first.ParamValues[i]; in EmitBuiltinCG()1626 key.push_back(OI.ParamValues[i]); in EmitBuiltinCG()1645 CodeGenParamAllocator ParamAlloc{&MG.ParamTypes, &OI.ParamValues, in EmitBuiltinCG()1687 OS << " Param" << utostr(i) << " = " << OI.ParamValues[i] << ";\n"; in EmitBuiltinCG()