Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h184 AI.setSRetAfterThis(false);
375 void setSRetAfterThis(bool AfterThis) { in setSRetAfterThis() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1063 FI.getReturnInfo().setSRetAfterThis(FI.isInstanceMethod()); in classifyReturnType()