Home
last modified time | relevance | path

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

123456789

/src/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 …]
/src/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
/src/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
/src/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()
/src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp216 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 …]
/src/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()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DASTImportError.h30 ErrorKind Error; variable
40 ASTImportError(ErrorKind Error) : Error(Error) {} in ASTImportError()
/src/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp754 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 …]
/src/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp112 std::string Error; in PrintSupportedCPUs() local
129 std::string Error; in PrintSupportedExtensions() local
166 std::string Error; in PrintEnabledExtensions() local
/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DWithColor.h17 class Error; variable
34 Error, enumerator
/src/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
/src/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
/src/contrib/llvm-project/lldb/include/lldb/Host/
H A DLZMA.h15 class Error; variable
/src/sys/contrib/dev/acpica/compiler/
H A Daslfileio.c426 int Error; in FlSeekFile() local
454 int Error; in FlCloseFile() local
/src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DOutputStyle.h14 class Error; variable
/src/contrib/llvm-project/llvm/include/llvm/ObjCopy/XCOFF/
H A DXCOFFObjcopy.h13 class Error; variable
/src/contrib/llvm-project/llvm/include/llvm/InterfaceStub/
H A DIFSHandler.h29 class Error; variable
/src/contrib/bmake/
H A Dimport.sh10 Error() { function
/src/contrib/llvm-project/llvm/include/llvm/ObjCopy/COFF/
H A DCOFFObjcopy.h13 class Error; variable
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DGVMaterializer.h24 class Error; variable
/src/contrib/llvm-project/llvm/include/llvm/ObjCopy/wasm/
H A DWasmObjcopy.h13 class Error; variable
/src/contrib/llvm-project/llvm/include/llvm/ObjCopy/ELF/
H A DELFObjcopy.h13 class Error; variable
/src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DWasmDump.h16 class Error; variable

123456789