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

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

Completed in 4254 milliseconds