Searched refs:FixedParamNum (Results 1 – 2 of 2) sorted by relevance
76 ++FixedParamNum; in appendParameterType()83 I < static_cast<int>(FloatingPointParamNum + FixedParamNum - 1); ++I) { in appendParameterType()
124 unsigned FixedParamNum = 0; variable227 unsigned getFixedParamNum() const { return FixedParamNum; } in getFixedParamNum()