Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1177 bool isIndirectReturn = !isTrivialForABI || FI.isInstanceMethod(); in classifyReturnType() local
1179 if (isIndirectReturn) { in classifyReturnType()