Home
last modified time | relevance | path

Searched defs:allowsMemory (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Basic/
DTargetInfo.h623 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; } in allowsMemory() function
/external/llvm-project/clang/include/clang/Basic/
DTargetInfo.h937 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; } in allowsMemory() function