Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCall.cpp899 const ABIArgInfo &retAI = FI.getReturnInfo(); in GetFunctionType() local
900 switch (retAI.getKind()) { in GetFunctionType()
906 resultType = retAI.getCoerceToType(); in GetFunctionType()
910 assert(!retAI.getIndirectAlign() && "Align unused on indirect return."); in GetFunctionType()