Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCall.cpp1296 unsigned NumberOfArgs; member
1300 NumberOfArgs(0) {} in IRArgs()
1341 ArgInfo[ArgNo].NumberOfArgs); in getIRArgs()
1380 IRArgs.NumberOfArgs = STy->getNumElements(); in construct()
1382 IRArgs.NumberOfArgs = 1; in construct()
1387 IRArgs.NumberOfArgs = 1; in construct()
1392 IRArgs.NumberOfArgs = 0; in construct()
1395 IRArgs.NumberOfArgs = AI.getCoerceAndExpandTypeSequence().size(); in construct()
1398 IRArgs.NumberOfArgs = getExpansionSize(ArgType, Context); in construct()
1402 if (IRArgs.NumberOfArgs > 0) { in construct()
[all …]