Home
last modified time | relevance | path

Searched refs:NumberOfArgs (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
DCGCall.cpp1125 unsigned NumberOfArgs; member
1129 NumberOfArgs(0) {} in IRArgs()
1170 ArgInfo[ArgNo].NumberOfArgs); in getIRArgs()
1209 IRArgs.NumberOfArgs = STy->getNumElements(); in construct()
1211 IRArgs.NumberOfArgs = 1; in construct()
1216 IRArgs.NumberOfArgs = 1; in construct()
1221 IRArgs.NumberOfArgs = 0; in construct()
1224 IRArgs.NumberOfArgs = getExpansionSize(ArgType, Context); in construct()
1229 if (IRArgs.NumberOfArgs > 0) { in construct()
1231 IRArgNo += IRArgs.NumberOfArgs; in construct()