Home
last modified time | relevance | path

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

12345678910

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Derror_test.cpp52 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/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp147 bool Error = false; in checkTypes() local
201 bool Error = checkTypes(ErrorLoc, Types, ExactMatch); in popTypes() local
240 bool Error = popTypes(ErrorLoc, Sig.Params); in checkSig() local
346 bool Error = false; in checkTryTable() local
418 bool Error = popType(ErrorLoc, Type); in typeCheck() local
444 bool Error = popType(ErrorLoc, wasm::ValType::I32); in typeCheck() local
454 bool Error = false; in typeCheck() local
468 bool Error = getTable(Operands[1]->getStartLoc(), Inst.getOperand(0), Type); in typeCheck() local
474 bool Error = false; in typeCheck() local
489 bool Error = false; in typeCheck() local
[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 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 DSpecialCaseList.cpp82 llvm::vfs::FileSystem &FS, std::string &Error) { in create()
90 std::string &Error) { in create()
100 std::string Error; in createOrDie() local
107 vfs::FileSystem &VFS, std::string &Error) { in createInternal()
126 std::string &Error) { in createInternal()
149 std::string &Error) { in parse()
/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.cpp70 explicit CodeTokenizer(StringRef &MatcherCode, Diagnostics *Error) in CodeTokenizer()
75 CodeTokenizer(StringRef &MatcherCode, Diagnostics *Error, in CodeTokenizer()
315 Diagnostics *Error; member in clang::ast_matchers::dynamic::Parser::CodeTokenizer
822 const NamedValueMap *NamedValues, Diagnostics *Error) in Parser()
835 ArrayRef<ParserValue> Args, Diagnostics *Error) { in actOnMatcherExpression()
871 VariantValue *Value, Diagnostics *Error) { in parseExpression()
887 Diagnostics Error; in completeExpression() local
907 Diagnostics *Error) { in parseMatcherExpression()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp223 bool MIRParserImpl::error(const SMDiagnostic &Error, SMRange SourceRange) { in error()
267 SMDiagnostic Error; in parseIRModule() local
487 SMDiagnostic Error; in initializeCallSiteInfo() local
587 SMDiagnostic Error; in initializeMachineFunction() local
677 SMDiagnostic Error; in parseRegisterInfo() local
904 SMDiagnostic Error; in initializeFrameInfo() local
968 SMDiagnostic Error; in initializeFrameInfo() local
976 SMDiagnostic Error; in initializeFrameInfo() local
992 SMDiagnostic Error; in parseCalleeSavedRegister() local
1054 SMDiagnostic Error; in parseMDNode() local
[all …]
/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.cpp794 if (auto Error = OM.addTypeCheckPredicate(VTy, OperandIsAPointer)) in createAndImportSelDAGMatcher() local
812 if (auto Error = InsnMatcherOrError.takeError()) in createAndImportSelDAGMatcher() local
948 if (auto Error = in createAndImportSelDAGMatcher() local
1052 if (auto Error = in importChildMatcher() local
1077 if (auto Error = importComplexPatternOperandMatcher( in importChildMatcher() local
1084 if (auto Error = Rule.defineComplexSubOperand( in importChildMatcher() local
1108 if (auto Error = InsnMatcherOrError.takeError()) in importChildMatcher() local
1206 if (auto Error = OM.addTypeCheckPredicate(TypeSetByHwMode(VTy), in importChildMatcher() local
1445 if (auto Error = InsertPtOrError.takeError()) in createAndImportInstructionRenderer() local
1462 if (auto Error = importExplicitDefRenderers(InsertPt, M, DstMIBuilder, Dst, in createAndImportInstructionRenderer() 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/tools/driver/
H A Dcc1_main.cpp115 std::string Error; in PrintSupportedCPUs() local
133 std::string Error; in PrintSupportedExtensions() local
171 std::string Error; in PrintEnabledExtensions() local
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSanitizerSpecialCaseList.cpp21 std::string &Error) { in create()
34 std::string Error; in createOrDie() local
H A DProfileList.cpp47 llvm::vfs::FileSystem &VFS, std::string &Error) { in create()
57 std::string Error; in createOrDie() local
/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/lldb/include/lldb/Host/
H A DLZMA.h15 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/tools/llvm-pdbutil/
H A DOutputStyle.h14 class Error; variable
/freebsd/contrib/llvm-project/libc/src/__support/
H A Derror_or.h19 using Error = cpp::unexpected<int>; variable
/freebsd/contrib/bmake/
H A Dimport.sh10 Error() { function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGVMaterializer.h24 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.h15 class Error; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/COFF/
H A DCOFFObjcopy.h15 class Error; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/InterfaceStub/
H A DIFSHandler.h30 class Error; variable

12345678910