Searched defs:firstParamId (Results 1 – 2 of 2) sorted by relevance
482 __inline Function::Function(Id id, Id resultType, Id functionType, Id firstParamId, LinkageType lin… in Function()
2100 Id firstParamId = paramTypes.size() == 0 ? 0 : getUniqueIds((int)paramTypes.size()); in makeFunctionEntry() local2158 Id firstParamId = function->getParamId(0); in setupDebugFunctionEntry() local