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 513 bool isValidClobber(StringRef Name) const;
  /external/clang/lib/Basic/
TargetInfo.cpp 321 /// isValidClobber - Returns whether the passed in string is
324 bool TargetInfo::isValidClobber(StringRef Name) const {
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 304 if (!Context.getTargetInfo().isValidClobber(Clobber))

Completed in 61 milliseconds