Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/CodeGen/
DCGFunctionInfo.h108 bool SRetAfterThis : 1; // isIndirect() variable
132 SRetAfterThis(false), InReg(false), CanBeFlattened(false), in TypeData()
409 return SRetAfterThis; in isSRetAfterThis()
413 SRetAfterThis = AfterThis; in setSRetAfterThis()
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h95 bool SRetAfterThis : 1; // isIndirect() variable
338 return SRetAfterThis; in isSRetAfterThis()
342 SRetAfterThis = AfterThis; in setSRetAfterThis()