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 540 bool isValidClobber(StringRef Name) const;
    [all...]
  /external/clang/lib/Basic/
TargetInfo.cpp 337 /// isValidClobber - Returns whether the passed in string is
340 bool TargetInfo::isValidClobber(StringRef Name) const {
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 342 if (!Context.getTargetInfo().isValidClobber(Clobber))

Completed in 626 milliseconds