Home
last modified time | relevance | path

Searched refs:NumberOfArgs (Results 1 – 2 of 2) 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 …]
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp1391 unsigned NumberOfArgs; member
1395 NumberOfArgs(0) {} in IRArgs()
1436 ArgInfo[ArgNo].NumberOfArgs); in getIRArgs()
1475 IRArgs.NumberOfArgs = STy->getNumElements(); in construct()
1477 IRArgs.NumberOfArgs = 1; in construct()
1483 IRArgs.NumberOfArgs = 1; in construct()
1488 IRArgs.NumberOfArgs = 0; in construct()
1491 IRArgs.NumberOfArgs = AI.getCoerceAndExpandTypeSequence().size(); in construct()
1494 IRArgs.NumberOfArgs = getExpansionSize(ArgType, Context); in construct()
1498 if (IRArgs.NumberOfArgs > 0) { in construct()
[all …]