Searched defs:EC (Results 51 - 75 of 230) sorted by relevance

12345678910

/openbsd-current/gnu/llvm/clang/lib/Driver/ToolChains/
H A DHIPUtility.cpp155 std::error_code EC; local
/openbsd-current/gnu/llvm/clang/lib/Frontend/
H A DDependencyFile.cpp324 std::error_code EC; local
/openbsd-current/gnu/llvm/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.cpp124 std::error_code EC; local
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp193 std::error_code EC; local
/openbsd-current/gnu/llvm/clang/tools/clang-rename/
H A DClangRename.cpp196 std::error_code EC; local
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h90 std::error_code EC; local
276 std::error_code EC; variable
305 std::error_code EC; local
/openbsd-current/gnu/llvm/llvm/include/llvm/Testing/Support/
H A DSupportHelpers.h123 std::error_code EC; local
180 std::error_code EC = sys::fs::create_link(Target, Link); local
215 std::error_code EC; local
[all...]
/openbsd-current/gnu/llvm/lldb/source/Utility/
H A DStatus.cpp48 Status::Status(std::error_code EC) argument
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DInstrOrderFile.cpp94 std::error_code EC; local
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DVFABIDemangling.cpp291 const ElementCount EC = VecTys[0]->getElementCount(); local
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DValueTypes.cpp53 EVT EVT::getExtendedVectorVT(LLVMContext &Context, EVT VT, ElementCount EC) { argument
127 ElementCount EC = cast<VectorType>(LLVMTy)->getElementCount(); local
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVReader.cpp143 std::error_code EC; local
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DBinaryStreamReader.cpp162 auto EC = Stream.readBytes(Offset, 1, Buffer); local
[all...]
/openbsd-current/gnu/llvm/llvm/tools/bugpoint/
H A DExecutionDriver.cpp295 std::error_code EC = sys::fs::createUniqueFile( local
321 std::error_code EC = sys::fs::createUniqueFile(OutputFile, UniqueFile); local
H A DOptimizerDriver.cpp81 std::error_code EC; local
137 std::error_code EC = sys::fs::createUniqueFile( local
/openbsd-current/gnu/llvm/llvm/tools/llvm-cvtres/
H A Dllvm-cvtres.cpp77 static void reportError(StringRef Input, std::error_code EC) { argument
81 static void error(StringRef Input, Error EC) { argument
89 static void error(Error EC) { argument
103 template <typename T> T error(Expected<T> EC) { argument
109 error(StringRef Input, Expected<T> EC) argument
115 error(StringRef Input, ErrorOr<T> &&EC) argument
[all...]
/openbsd-current/gnu/llvm/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp413 std::error_code EC; local
/openbsd-current/gnu/llvm/llvm/lib/XRay/
H A DTrace.cpp395 std::error_code EC; local
H A DInstrumentationMap.cpp225 std::error_code EC; local
/openbsd-current/gnu/llvm/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp206 static void check(std::error_code EC, std::string Msg) { argument
/openbsd-current/gnu/llvm/llvm/tools/llvm-mt/
H A Dllvm-mt.cpp74 static void reportError(StringRef Input, std::error_code EC) { argument
78 static void error(Error EC) { argument
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DMemoryMapper.cpp42 std::error_code EC; local
162 auto EC = sys::Memory::releaseMappedMemory(MB); local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp28 static void error(Error &&EC) { argument
92 auto EC = ensureTypeExists(Index); local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorMemoryManager.cpp25 std::error_code EC; local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DPrintPasses.cpp163 std::error_code EC = sys::fs::remove(FileName[I]); local
175 std::error_code EC; local
[all...]

Completed in 218 milliseconds

12345678910