Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DTargetInfo.h594 CI_AllowsMemory = 0x01, enumerator
623 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; } in allowsMemory()
650 void setAllowsMemory() { Flags |= CI_AllowsMemory; } in setAllowsMemory()
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h906 CI_AllowsMemory = 0x01, enumerator
937 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; } in allowsMemory()
967 void setAllowsMemory() { Flags |= CI_AllowsMemory; } in setAllowsMemory()