Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1635 const ABIArgInfo &retAI = FI.getReturnInfo(); in GetFunctionType() local
1636 switch (retAI.getKind()) { in GetFunctionType()
1643 resultType = retAI.getCoerceToType(); in GetFunctionType()
1647 if (retAI.getInAllocaSRet()) { in GetFunctionType()
1663 resultType = retAI.getUnpaddedCoerceAndExpandType(); in GetFunctionType()