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

1234

/freebsd-10-stable/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-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DError.h46 class Error class in namespace:lldb_private
[all...]
/freebsd-10-stable/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-10-stable/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-10-stable/contrib/sqlite3/
H A DReplace.cs96 private static void Error( method in class:Replace.Replace
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DLockFileManager.h49 Optional<error_code> Error; member in class:llvm::LockFileManager
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp73 std::string Error; local
/freebsd-10-stable/contrib/llvm/lib/TableGen/
H A DMain.cpp59 std::string Error; local
63 << ":" << Error << "\n"; local
109 << ":" << Error << "\n"; local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp200 std::string Error; local
203 << Path << Error; local
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DError.cpp31 Error::Error (): function in class:Error
41 Error::Error(ValueType err, ErrorType type) : function in class:Error
48 Error::Error (const Error &rhs) : function in class:Error
55 Error function in class:Error
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h62 bool Error(SMLoc L, const Twine &Msg) { function in class:llvm::MCAsmParserExtension
/freebsd-10-stable/contrib/llvm/lib/AsmParser/
H A DLLLexer.h65 bool Error(const Twine &Msg) const { return Error(getLoc(), Msg); } function in class:llvm::LLLexer
/freebsd-10-stable/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-10-stable/contrib/llvm/tools/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp57 std::string Error; local
/freebsd-10-stable/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-10-stable/sys/contrib/dev/acpica/compiler/
H A Daslfileio.c318 int Error; local
346 int Error; local
/freebsd-10-stable/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-10-stable/contrib/llvm/tools/clang/lib/Driver/
H A DCompilation.cpp138 std::string Error; local
159 std::string Error; local

Completed in 290 milliseconds

1234