Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCall.cpp1473 const ABIArgInfo &retAI = FI.getReturnInfo(); in GetFunctionType() local
1474 switch (retAI.getKind()) { in GetFunctionType()
1480 resultType = retAI.getCoerceToType(); in GetFunctionType()
1484 if (retAI.getInAllocaSRet()) { in GetFunctionType()
1501 resultType = retAI.getUnpaddedCoerceAndExpandType(); in GetFunctionType()
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp1570 const ABIArgInfo &retAI = FI.getReturnInfo(); in GetFunctionType() local
1571 switch (retAI.getKind()) { in GetFunctionType()
1578 resultType = retAI.getCoerceToType(); in GetFunctionType()
1582 if (retAI.getInAllocaSRet()) { in GetFunctionType()
1599 resultType = retAI.getUnpaddedCoerceAndExpandType(); in GetFunctionType()