Searched refs:isValidClobber (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp479 /// isValidClobber - Returns whether the passed in string is
482 bool TargetInfo::isValidClobber(StringRef Name) const { function in class:TargetInfo
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h911 bool isValidClobber(StringRef Name) const;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmtAsm.cpp465 if (!Context.getTargetInfo().isValidClobber(Clobber)) {

Completed in 303 milliseconds