Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1051 CI_AllowsMemory = 0x01, enumerator
1082 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; } in allowsMemory()
1111 void setAllowsMemory() { Flags |= CI_AllowsMemory; } in setAllowsMemory()