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

Completed in 129 milliseconds