Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h115 bool SRetAfterThis : 1; // isIndirect() variable
139 SRetAfterThis(false), InReg(false), CanBeFlattened(false),
428 return SRetAfterThis; in isSRetAfterThis()
432 SRetAfterThis = AfterThis; in setSRetAfterThis()