Home
last modified time | relevance | path

Searched defs:Error (Results 1 – 25 of 205) sorted by relevance

123456789

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Derror_test.cpp52 TEST(Error, CheckedSuccess) { in TEST() argument
60 TEST(Error, ConsumeError) { in TEST() argument
69 TEST(Error, UncheckedSuccess) { in TEST() argument
76 TEST(Error, CheckedButUnhandledError) { in TEST() argument
87 TEST(Error, BasicErrorCast) { in TEST() argument
148 TEST(Error, IsAHandling) { in TEST() argument
165 TEST(Error, StringError) { in TEST() argument
227 TEST(Error, ExpectedInFailureMode) { in TEST() argument
255 TEST(Error, ExpectedCovariance) { in TEST() argument
275 TEST(Error, CantFailSuccess) { in TEST() argument
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DParser.h187 parseMatcherExpression(StringRef &MatcherCode, Sema *S, Diagnostics *Error) { in parseMatcherExpression()
191 parseMatcherExpression(StringRef &MatcherCode, Diagnostics *Error) { in parseMatcherExpression()
211 Diagnostics *Error) { in parseExpression()
215 Diagnostics *Error) { in parseExpression()
271 Diagnostics *const Error; variable
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport_linux.cpp27 char Error[128] = "Scudo ERROR: internal map failure\n"; in reportMapError() local
38 char Error[128]; in reportUnmapError() local
47 char Error[128]; in reportProtectError() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp83 llvm::vfs::FileSystem &FS, std::string &Error) { in create()
91 std::string &Error) { in create()
101 std::string Error; in createOrDie() local
108 vfs::FileSystem &VFS, std::string &Error) { in createInternal()
126 std::string &Error) { in createInternal()
146 bool SpecialCaseList::parse(const MemoryBuffer *MB, std::string &Error) { in parse()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp257 SMDiagnostic Error; in parseIRModule() local
402 SMDiagnostic Error; in initializeCallSiteInfo() local
512 SMDiagnostic Error; in initializeMachineFunction() local
600 SMDiagnostic Error; in parseRegisterInfo() local
679 bool Error = false; in setupRegisterInfo() local
806 SMDiagnostic Error; in initializeFrameInfo() local
894 SMDiagnostic Error; in parseCalleeSavedRegister() local
956 SMDiagnostic Error; in parseMDNode() local
967 SMDiagnostic Error; in initializeConstantPool() local
1014 SMDiagnostic Error; in parseMBBReference() local
[all …]
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp23 Diagnostics::Context::Context(ConstructMatcherEnum, Diagnostics *Error, in Context()
30 Diagnostics::Context::Context(MatcherArgEnum, Diagnostics *Error, in Context()
41 Diagnostics::OverloadContext::OverloadContext(Diagnostics *Error) in OverloadContext()
66 ErrorType Error) { in addError()
213 const ErrorContent &Error = Errors[i]; in printToStreamFull() local
H A DParser.cpp71 explicit CodeTokenizer(StringRef &MatcherCode, Diagnostics *Error) in CodeTokenizer()
76 CodeTokenizer(StringRef &MatcherCode, Diagnostics *Error, in CodeTokenizer()
316 Diagnostics *Error; member in clang::ast_matchers::dynamic::Parser::CodeTokenizer
823 const NamedValueMap *NamedValues, Diagnostics *Error) in Parser()
836 ArrayRef<ParserValue> Args, Diagnostics *Error) { in actOnMatcherExpression()
872 VariantValue *Value, Diagnostics *Error) { in parseExpression()
888 Diagnostics Error; in completeExpression() local
908 Diagnostics *Error) { in parseMatcherExpression()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTImportError.h30 ErrorKind Error; variable
40 ASTImportError(ErrorKind Error) : Error(Error) {} in ASTImportError()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp900 if (auto Error = in createAndImportSelDAGMatcher() local
998 if (auto Error = in importChildMatcher() local
1144 if (auto Error = in importChildMatcher() local
1235 if (auto Error = InsertPtOrError.takeError()) in importExplicitUseRenderer() local
1324 if (auto Error = InsertPtOrError.takeError()) in createAndImportInstructionRenderer() local
1341 if (auto Error = in createAndImportInstructionRenderer() local
1346 if (auto Error = in createAndImportInstructionRenderer() local
1362 if (auto Error = InsertPtOrError.takeError()) in createAndImportSubInstructionRenderer() local
1373 if (auto Error = InsertPtOrError.takeError()) in createAndImportSubInstructionRenderer() local
1695 if (auto Error = InsertPtOrError.takeError()) in importExplicitUseRenderers() local
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DWithColor.h17 class Error; variable
34 Error, enumerator
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSanitizerSpecialCaseList.cpp20 std::string &Error) { in create()
33 std::string Error; in createOrDie() local
H A DProfileList.cpp49 std::string &Error) { in create()
59 std::string Error; in createOrDie() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DLZMA.h15 class Error; variable
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h77 void setError(llvm::StringRef Error) { this->Error = std::string(Error); } in setError()
142 std::string Error; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DOutputStyle.h14 class Error; variable
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslfileio.c426 int Error; in FlSeekFile() local
454 int Error; in FlCloseFile() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGVMaterializer.h24 class Error; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/COFF/
H A DCOFFObjcopy.h13 class Error; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/XCOFF/
H A DXCOFFObjcopy.h13 class Error; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/wasm/
H A DWasmObjcopy.h13 class Error; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/InterfaceStub/
H A DIFSHandler.h29 class Error; variable
/freebsd/contrib/bmake/
H A Dimport.sh10 Error() { function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DTargetRegistry.cpp26 std::string &Error) { in lookupTarget()
61 const Target *TargetRegistry::lookupTarget(StringRef TT, std::string &Error) { in lookupTarget()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTOBackend.h30 class Error; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DWasmDump.h16 class Error; variable

123456789