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

  /external/clang/include/clang/Basic/
TargetInfo.h 475 bool allowsMemory() const { return (Flags & CI_AllowsMemory) != 0; }
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 159 if (Info.allowsMemory() && !Info.allowsRegister()) {

Completed in 68 milliseconds