Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp1587 const ABIArgInfo &retAI = FI.getReturnInfo(); in GetFunctionType() local
1588 switch (retAI.getKind()) { in GetFunctionType()
1595 resultType = retAI.getCoerceToType(); in GetFunctionType()
1599 if (retAI.getInAllocaSRet()) { in GetFunctionType()
1616 resultType = retAI.getUnpaddedCoerceAndExpandType(); in GetFunctionType()