Searched defs:isSRetParameterAfterThis (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGCXXABI.h | 173 virtual bool isSRetParameterAfterThis() const { return false; } isSRetParameterAfterThis() function |
H A D | MicrosoftCXXABI.cpp | 64 bool isSRetParameterAfterThis() const override { return true; } in isSRetParameterAfterThis() function in __anon624d7ee50111::MicrosoftCXXABI |