Searched defs:Error (Results 1 - 25 of 84) sorted by relevance

1234

/freebsd-9.3-release/contrib/llvm/tools/bugpoint/
H A DFindBugs.cpp79 std::string Error; local
[all...]
H A Dbugpoint.cpp204 std::string Error; local
H A DListReducer.h52 bool reduceList(std::vector<ElTy> &TheList, std::string &Error) { argument
[all...]
H A DBugDriver.cpp174 std::string Error; local
[all...]
H A DToolRunner.h116 virtual void compileProgram(const std::string &Bitcode, std::string *Error, argument
123 OutputCode(const std::string &Bitcode, std::string &OutFile, std::string &Error, unsigned Timeout = 0, unsigned MemoryLimit = 0) argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DPluginLoader.cpp28 std::string Error; local
30 errs() << "Error opening '" << Filename << "': " << Error local
H A DRegex.cpp40 bool Regex::isValid(std::string &Error) { argument
96 sub(StringRef Repl, StringRef String, std::string *Error) argument
[all...]
H A DTargetRegistry.cpp127 const Target *TargetRegistry::getClosestTargetForJIT(std::string &Error) { argument
26 lookupTarget(const std::string &ArchName, Triple &TheTriple, std::string &Error) argument
67 lookupTarget(const std::string &TT, std::string &Error) argument
[all...]
H A DFileUtilities.cpp174 DiffFilesWithTolerance(StringRef NameA, StringRef NameB, double AbsTol, double RelTol, std::string *Error) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
H A DParser.h144 Diagnostics *const Error; member in class:clang::ast_matchers::dynamic::Parser
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DLockFileManager.h49 Optional<error_code> Error; member in class:llvm::LockFileManager
H A Draw_ostream.h316 bool Error; member in class:llvm::raw_fd_ostream
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp73 std::string Error; local
/freebsd-9.3-release/contrib/llvm/lib/TableGen/
H A DMain.cpp59 std::string Error; local
63 << ":" << Error << "\n"; local
109 << ":" << Error << "\n"; local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp200 std::string Error; local
203 << Path << Error; local
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h62 bool Error(SMLoc L, const Twine &Msg) { function in class:llvm::MCAsmParserExtension
/freebsd-9.3-release/contrib/llvm/lib/AsmParser/
H A DLLLexer.h65 bool Error(const Twine &Msg) const { return Error(getLoc(), Msg); } function in class:llvm::LLLexer
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp309 constructMatcher(StringRef MatcherName, const SourceRange &NameRange, ArrayRef<ParserValue> Args, Diagnostics *Error) argument
324 constructBoundMatcher(StringRef MatcherName, const SourceRange &NameRange, StringRef BindID, ArrayRef<ParserValue> Args, Diagnostics *Error) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp57 std::string Error; local
/freebsd-9.3-release/contrib/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp127 std::string Error; local
131 "invalid regex: " << Error; local
161 std::string Error; local
165 "invalid regex: " << Error; local
194 std::string Error; local
199 "invalid regex: " << Error; local
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DSpecialCaseList.cpp75 std::string Error; local
81 bool SpecialCaseList::parse(const MemoryBuffer *MB, std::string &Error) { argument
54 create( const StringRef Path, std::string &Error) argument
66 create( const MemoryBuffer *MB, std::string &Error) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Driver/
H A DCompilation.cpp138 std::string Error; local
159 std::string Error; local
/freebsd-9.3-release/contrib/llvm/tools/llc/
H A Dllc.cpp233 std::string Error; local
237 errs() << argv[0] << ": " << Error; local
/freebsd-9.3-release/usr.bin/make/
H A Dutil.c118 Error(const char *fmt, ...) function
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dcheck_y2k.c138 #define Error(year) if ( (year)>=2036 && LocalTime.tm_year < 110 ) \ macro
[all...]

Completed in 239 milliseconds

1234