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

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

Completed in 1067 milliseconds