Searched defs:Err (Results 1 - 25 of 195) sorted by relevance

12345678

/freebsd-current/contrib/llvm-project/llvm/lib/Testing/Support/
H A DError.cpp13 llvm::detail::ErrorHolder llvm::detail::TakeError(llvm::Error Err) { argument
/freebsd-current/contrib/bmake/mk/
H A Dinstall-sh127 Err() { function
/freebsd-current/contrib/bmake/
H A Dinstall-sh127 Err() { function
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DObjectYAML.cpp41 std::string Err = local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DMSVCErrorWorkarounds.h38 MSVCPError(Error Err) : Error(std::move(Err)) {} argument
57 MSVCPExpected(Error Err) : Expected<T>(std::move(Err)) {} argument
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DAllocationActions.cpp34 Error Err = Error::success(); local
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DTapiUniversal.cpp24 TapiUniversal::TapiUniversal(MemoryBufferRef Source, Error &Err) argument
57 Error Err = Error::success(); local
H A DError.cpp82 llvm::Error llvm::object::isNotObjectErrorInvalidFileType(llvm::Error Err) { argument
H A DBuildID.cpp35 Error Err = Error::success(); local
/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/
H A DCommonConfig.cpp39 std::string Err; local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp168 SMDiagnostic Err; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DError.h24 inline void error(Error Err, StringRef Prefix = "") { argument
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFListTable.cpp22 Error Err = Error::success(); local
H A DDWARFDebugArangeSet.cpp68 Error Err = Error::success(); local
H A DDWARFDebugMacro.cpp131 auto Err = M->Header.parseMacroHeader(Data, &Offset); local
/freebsd-current/contrib/llvm-project/llvm/lib/MCA/
H A DPipeline.cpp53 Error Err = ErrorSuccess(); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.h62 ExitOnError Err; member in class:llvm::pdb::BytesOutputStyle
/freebsd-current/contrib/llvm-project/llvm/lib/IRReader/
H A DIRReader.cpp34 llvm::getLazyIRModule(std::unique_ptr<MemoryBuffer> Buffer, SMDiagnostic &Err, argument
69 std::unique_ptr<Module> llvm::parseIR(MemoryBufferRef Buffer, SMDiagnostic &Err, argument
53 getLazyIRFileModule(StringRef Filename, SMDiagnostic &Err, LLVMContext &Context, bool ShouldLazyLoadMetadata) argument
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Derror_test.cpp120 static void errAsOutParamHelper(Error &Err) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MCInstLower.cpp54 StringRef Err; local
/freebsd-current/contrib/llvm-project/llvm/lib/AsmParser/
H A DParser.cpp46 llvm::parseAssembly(MemoryBufferRef F, SMDiagnostic &Err, LLVMContext &Context, argument
74 parseAssemblyWithIndex(MemoryBufferRef F, SMDiagnostic &Err, argument
23 parseAssemblyInto(MemoryBufferRef F, Module *M, ModuleSummaryIndex *Index, SMDiagnostic &Err, SlotMapping *Slots, bool UpgradeDebugInfo, DataLayoutCallbackTy DataLayoutCallback) argument
37 parseAssemblyInto(MemoryBufferRef F, Module *M, ModuleSummaryIndex *Index, SMDiagnostic &Err, SlotMapping *Slots, DataLayoutCallbackTy DataLayoutCallback) argument
58 parseAssemblyFile(StringRef Filename, SMDiagnostic &Err, LLVMContext &Context, SlotMapping *Slots) argument
90 parseAssemblyWithIndex(MemoryBufferRef F, SMDiagnostic &Err, LLVMContext &Context, SlotMapping *Slots) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticError.h40 static std::optional<PartialDiagnosticAt> take(llvm::Error &Err) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/TargetParser/
H A DARMTargetParserCommon.cpp141 parseBranchProtection(StringRef Spec, ParsedBranchProtection &PBP, StringRef &Err) argument
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-as/
H A Dllvm-as.cpp123 SMDiagnostic Err; local
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/
H A DDiagnosticsYaml.h49 llvm::Error Err = M.Fix[Fix.getFilePath()].add(Fix); local

Completed in 162 milliseconds

12345678