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

  /external/clang/lib/Basic/
TargetInfo.cpp 203 return (isValidGCCRegisterName(Name) ||
207 /// isValidGCCRegisterName - Returns whether the passed in string
210 bool TargetInfo::isValidGCCRegisterName(StringRef Name) const {
268 assert(isValidGCCRegisterName(Name) && "Invalid register passed in");
  /external/clang/include/clang/Basic/
TargetInfo.h 391 /// isValidGCCRegisterName - Returns whether the passed in string
394 bool isValidGCCRegisterName(StringRef Name) const;
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 1077 milliseconds