Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1129 bool isIndirectReturn = !isTrivialForABI || FI.isInstanceMethod(); in classifyReturnType() local
1131 if (isIndirectReturn) { in classifyReturnType()