Searched defs:CI_AllowsMemory (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Basic/
H A DTargetInfo.h492 CI_AllowsMemory = 0x01, enumerator in enum:clang::TargetInfo::ConstraintInfo::__anon17586
511 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; }
529 void setAllowsMemory() { Flags |= CI_AllowsMemory; }

Completed in 77 milliseconds