Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp1626 const ABIArgInfo &retAI = FI.getReturnInfo(); in GetFunctionType() local
1627 switch (retAI.getKind()) { in GetFunctionType()
1634 resultType = retAI.getCoerceToType(); in GetFunctionType()
1638 if (retAI.getInAllocaSRet()) { in GetFunctionType()
1655 resultType = retAI.getUnpaddedCoerceAndExpandType(); in GetFunctionType()