Home
last modified time | relevance | path

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

/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h158 AI.setSRetAfterThis(false);
340 void setSRetAfterThis(bool AfterThis) { in setSRetAfterThis() function
/external/llvm-project/clang/include/clang/CodeGen/
DCGFunctionInfo.h195 AI.setSRetAfterThis(false);
411 void setSRetAfterThis(bool AfterThis) { in setSRetAfterThis() function
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp1088 FI.getReturnInfo().setSRetAfterThis(FI.isInstanceMethod()); in classifyReturnType()
/external/llvm-project/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp1120 FI.getReturnInfo().setSRetAfterThis(FI.isInstanceMethod()); in classifyReturnType()