HomeSort by relevance Sort by last modified time
    Searched refs:allowsMemory (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Sema/
SemaStmtAsm.cpp 242 if (Info.allowsMemory() && !Info.allowsRegister()) {
284 if (!Ty->isVoidType() || !Info.allowsMemory())
  /external/clang/include/clang/Basic/
TargetInfo.h 557 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; }
  /external/clang/lib/Basic/
TargetInfo.cpp 509 return Info.allowsMemory() || Info.allowsRegister();
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]

Completed in 61 milliseconds