Home
last modified time | relevance | path

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

123456789

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/
H A DRISCV.cpp98 std::string Error = in getExtensionVersion() local
110 std::string Error = in getExtensionVersion() local
119 std::string Error = in getExtensionVersion() local
125 std::string Error = in getExtensionVersion() local
133 std::string Error = in getExtensionVersion() local
153 std::string Error = "unsupported version number " + Major; in getExtensionVersion() local
213 std::string Error = std::string(Desc); in getExtensionFeatures() local
224 std::string Error = std::string(Desc); in getExtensionFeatures() local
237 std::string Error = "duplicated "; in getExtensionFeatures() local
255 std::string Error = "unsupported "; in getExtensionFeatures() local
[all …]
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DSpecialCaseList.cpp75 llvm::vfs::FileSystem &FS, std::string &Error) { in create()
83 std::string &Error) { in create()
93 std::string Error; in createOrDie() local
100 vfs::FileSystem &VFS, std::string &Error) { in createInternal()
119 std::string &Error) { in createInternal()
128 std::string &Error) { in parse()
H A DTargetRegistry.cpp26 std::string &Error) { in lookupTarget()
63 std::string &Error) { in lookupTarget()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp199 bool MIRParserImpl::error(const SMDiagnostic &Error, SMRange SourceRange) { in error()
242 SMDiagnostic Error; in parseIRModule() local
371 SMDiagnostic Error; in initializeCallSiteInfo() local
462 SMDiagnostic Error; in initializeMachineFunction() local
550 SMDiagnostic Error; in parseRegisterInfo() local
627 bool Error = false; in setupRegisterInfo() local
793 SMDiagnostic Error; in initializeFrameInfo() local
808 SMDiagnostic Error; in parseCalleeSavedRegister() local
859 SMDiagnostic Error; in parseMDNode() local
870 SMDiagnostic Error; in initializeConstantPool() local
[all …]
/netbsd-src/external/apache2/llvm/dist/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()
318 Diagnostics *Error; member in clang::ast_matchers::dynamic::Parser::CodeTokenizer
825 const NamedValueMap *NamedValues, Diagnostics *Error) in Parser()
838 ArrayRef<ParserValue> Args, Diagnostics *Error) { in actOnMatcherExpression()
874 VariantValue *Value, Diagnostics *Error) { in parseExpression()
890 Diagnostics Error; in completeExpression() local
910 Diagnostics *Error) { in parseMatcherExpression()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileUtilities.h87 AtomicFileWriteError(atomic_write_error Error) : Error(Error) {} in AtomicFileWriteError()
91 const atomic_write_error Error; variable
H A DWithColor.h16 class Error; variable
33 Error, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DSanitizerSpecialCaseList.cpp20 std::string &Error) { in create()
33 std::string Error; in createOrDie() local
H A DProfileList.cpp48 std::string &Error) { in create()
58 std::string Error; in createOrDie() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h77 void setError(llvm::StringRef Error) { this->Error = std::string(Error); } in setError()
140 std::string Error; variable
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/bitreader/
H A Dllvm_bitreader.ml9 exception Error of string Exception
H A Dllvm_bitreader.mli14 exception Error of string Exception
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/linker/
H A Dllvm_linker.mli14 exception Error of string Exception
H A Dllvm_linker.ml9 exception Error of string Exception
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/irreader/
H A Dllvm_irreader.ml10 exception Error of string Exception
H A Dllvm_irreader.mli14 exception Error of string Exception
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslfileio.c318 int Error; in FlSeekFile() local
346 int Error; in FlCloseFile() local
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/executionengine/
H A Dexecutionengine_ocaml.c44 char *Error; in llvm_ee_create() local
78 char *Error; in llvm_ee_remove_module() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/wasm/
H A DWasmObjcopy.h13 class Error; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DCOFFObjcopy.h13 class Error; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TextAPI/
H A DTextAPIWriter.h14 class Error; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGVMaterializer.h24 class Error; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DWasmDump.h16 class Error; variable

123456789