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()1530 ComparableStringVector ParamValues; member1534 return ParamValues < rhs.ParamValues; in operator <()1565 CodeGenParamAllocator ParamAllocPrelim{&MG.ParamTypes, &OI.ParamValues}; in EmitBuiltinCG()1590 return OI.ParamValues[i] == OI_first.ParamValues[i]; in EmitBuiltinCG()1610 key.push_back(OI.ParamValues[i]); in EmitBuiltinCG()1636 CodeGenParamAllocator ParamAlloc{&MG.ParamTypes, &OI.ParamValues, in EmitBuiltinCG()1679 OS << " Param" << utostr(i) << " = " << OI.ParamValues[i] << ";\n"; in EmitBuiltinCG()