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

  /external/clang/include/clang/Basic/
TargetInfo.h 476 bool isValidClobber(StringRef Name) const;
  /external/clang/lib/Basic/
TargetInfo.cpp 300 /// isValidClobber - Returns whether the passed in string is
303 bool TargetInfo::isValidClobber(StringRef Name) const {
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 199 if (!Context.getTargetInfo().isValidClobber(Clobber))

Completed in 395 milliseconds