Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAVR.cpp36 ABIArgInfo classifyReturnType(QualType Ty, bool &LargeRet) const { in classifyReturnType()
47 LargeRet = true; in classifyReturnType()
91 bool LargeRet = false; in computeInfo() local
93 FI.getReturnInfo() = classifyReturnType(FI.getReturnType(), LargeRet); in computeInfo()
105 else if (LargeRet) in computeInfo()