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

123456

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Passes/
H A DPassPlugin.cpp17 std::string Error; local
/freebsd-11-stable/contrib/sqlite3/
H A DReplace.cs96 private static void Error( method in class:Replace.Replace
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DPluginLoader.cpp27 std::string Error; local
29 errs() << "Error opening '" << Filename << "': " << Error local
H A DChrono.cpp35 int Error = ::localtime_s(&Storage, &OurTime); local
H A DTargetRegistry.cpp24 lookupTarget(const std::string &ArchName, Triple &TheTriple, std::string &Error) argument
62 lookupTarget(const std::string &TT, std::string &Error) argument
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp224 std::string Error; local
228 errs() << ProgName << ": " << Error; local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporterSharedState.h75 void setImportDeclError(Decl *To, ImportError Error) { argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DSanitizerSpecialCaseList.cpp33 std::string Error; local
18 create(const std::vector<std::string> &Paths, llvm::vfs::FileSystem &VFS, std::string &Error) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp208 std::string Error; local
211 << Path << Error; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp68 std::string Error; local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DDiagnostic.h55 Error = DiagnosticsEngine::Error enumerator in enum:clang::tooling::Diagnostic::Level
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_report_decorator.h30 const char *Error() const { return Red(); } function in class:__sanitizer::SanitizerCommonDecorator
H A Dsanitizer_linux.h81 Error, enumerator in enum:__sanitizer::ThreadLister::Result
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DParser.h170 parseMatcherExpression(StringRef &MatcherCode, Sema *S, Diagnostics *Error) { argument
174 parseMatcherExpression(StringRef &MatcherCode, Diagnostics *Error) { argument
193 parseExpression(StringRef &Code, Sema *S, VariantValue *Value, Diagnostics *Error) argument
197 parseExpression(StringRef &Code, VariantValue *Value, Diagnostics *Error) argument
250 Diagnostics *const Error; member in class:clang::ast_matchers::dynamic::Parser
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileUtilities.h87 AtomicFileWriteError(atomic_write_error Error) : Error(Error) {} argument
91 const atomic_write_error Error; member in class:llvm::AtomicFileWriteError
H A DWithColor.h29 Error, member in class:llvm::HighlightColor
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslfileio.c426 int Error; local
454 int Error; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCAsmParser.cpp87 bool MCAsmParser::Error(SMLoc L, const Twine &Msg, SMRange Range) { function in class:MCAsmParser
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DSerializedDiagnostics.h47 Error, enumerator in enum:clang::serialized_diags::Level
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h73 void setError(llvm::StringRef Error) { this->Error = Error; } argument
134 std::string Error; member in class:clang::tooling::AtomicChange
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRAsmPrinter.cpp89 bool Error = AsmPrinter::PrintAsmOperand(MI, OpNum, ExtraCode, O); local
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dcheck_y2k.c138 #define Error(year) if ( (year)>=2036 && LocalTime.tm_year < 110 ) \ macro
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.h70 bool Error(const Twine &Msg) const { return Error(getLoc(), Msg); } function in class:llvm::LLLexer
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticOptions.h37 Error = 1 << 3, member in class:clang::DiagnosticLevelMask
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h74 bool Error(SMLoc L, const Twine &Msg, SMRange Range = SMRange()) { function in class:llvm::MCAsmParserExtension

Completed in 165 milliseconds

123456