/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/ |
H A D | error_test.cpp | 52 TEST(Error, CheckedSuccess) { in TEST() argument 58 TEST(Error, ConsumeSuccess) { consumeError(Error::success()); } 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 130 TEST(Error, ErrorAsOutParameterChecked) { in TEST() argument 137 TEST(Error, ErrorAsOutParameterUnchecked) { in TEST() argument 148 TEST(Error, IsAHandling) { in TEST() argument 165 TEST(Error, StringError) { in TEST() argument [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/ |
H A D | Parser.h | 187 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 D | report_linux.cpp | 27 ScopedString Error; in reportMapError() local 37 ScopedString Error; in reportUnmapError() local 45 ScopedString Error; in reportProtectError() local
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | SpecialCaseList.cpp | 71 create(const std::vector<std::string> & Paths,llvm::vfs::FileSystem & FS,std::string & Error) create() argument 79 create(const MemoryBuffer * MB,std::string & Error) create() argument 89 std::string Error; createOrDie() local 96 createInternal(const std::vector<std::string> & Paths,vfs::FileSystem & VFS,std::string & Error) createInternal() argument 115 createInternal(const MemoryBuffer * MB,std::string & Error) createInternal() argument 124 parse(const MemoryBuffer * MB,StringMap<size_t> & SectionsMap,std::string & Error) parse() argument [all...] |
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MIRParser.cpp | 216 bool MIRParserImpl::error(const SMDiagnostic &Error, SMRange SourceRange) { in error() 260 SMDiagnostic Error; in parseIRModule() local 421 SMDiagnostic Error; in initializeCallSiteInfo() local 531 SMDiagnostic Error; in initializeMachineFunction() local 619 SMDiagnostic Error; in parseRegisterInfo() local 698 bool Error = false; in setupRegisterInfo() local 826 SMDiagnostic Error; in initializeFrameInfo() local 890 SMDiagnostic Error; in initializeFrameInfo() local 898 SMDiagnostic Error; in initializeFrameInfo() local 914 SMDiagnostic Error; in parseCalleeSavedRegister() local [all …]
|
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
H A D | Diagnostics.cpp | 23 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
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTImportError.h | 30 ErrorKind Error; variable 40 ASTImportError(ErrorKind Error) : Error(Error) {} in ASTImportError()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | GlobalISelEmitter.cpp | 754 if (auto Error = OM.addTypeCheckPredicate(VTy, OperandIsAPointer)) in createAndImportSelDAGMatcher() local 772 if (auto Error = InsnMatcherOrError.takeError()) in createAndImportSelDAGMatcher() local 920 if (auto Error = in createAndImportSelDAGMatcher() local 1018 if (auto Error = in importChildMatcher() local 1043 if (auto Error = importComplexPatternOperandMatcher( in importChildMatcher() local 1050 if (auto Error = Rule.defineComplexSubOperand( in importChildMatcher() local 1074 if (auto Error = InsnMatcherOrError.takeError()) in importChildMatcher() local 1164 if (auto Error = in importChildMatcher() local 1260 if (auto Error = InsertPtOrError.takeError()) in importExplicitUseRenderer() local 1349 if (auto Error = InsertPtOrError.takeError()) in createAndImportInstructionRenderer() local [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | WithColor.h | 16 class Error; global() variable 33 Error, global() enumerator
|
/freebsd/contrib/llvm-project/clang/tools/driver/ |
H A D | cc1_main.cpp | 112 std::string Error; in PrintSupportedCPUs() local 129 std::string Error; in PrintSupportedExtensions() local 166 std::string Error; in PrintEnabledExtensions() local
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | LZMA.h | 15 class Error; variable
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
H A D | AtomicChange.h | 77 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 D | OutputStyle.h | 14 class Error; variable
|
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | aslfileio.c | 426 int Error; in FlSeekFile() local 454 int Error; in FlCloseFile() local
|
/freebsd/contrib/bmake/ |
H A D | import.sh | 10 Error() { function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | GVMaterializer.h | 24 class Error; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/COFF/ |
H A D | COFFObjcopy.h | 13 class Error; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/wasm/ |
H A D | WasmObjcopy.h | 13 class Error; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/InterfaceStub/ |
H A D | IFSHandler.h | 29 class Error; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | TextAPIWriter.h | 14 class Error; global() variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/XCOFF/ |
H A D | XCOFFObjcopy.h | 13 class Error; variable
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | WasmDump.h | 16 class Error; variable
|
H A D | COFFDump.h | 16 class Error; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/ELF/ |
H A D | ELFObjcopy.h | 13 class Error; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/ |
H A D | LTOBackend.h | 30 class Error; variable
|