HomeSort by: relevance | last modified time | path
    Searched defs:make_error_code (Results 1 - 15 of 15) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-cxxdump/
Error.h 27 inline std::error_code make_error_code(cxxdump_error e) { function in namespace:llvm
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeViewError.h 38 inline std::error_code make_error_code(cv_error_code E) { function in namespace:llvm::codeview
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/MSF/
MSFError.h 39 inline std::error_code make_error_code(msf_error_code E) { function in namespace:llvm::msf
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
DIAError.h 37 inline std::error_code make_error_code(dia_error_code E) { function in namespace:llvm::pdb
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
GenericError.h 37 inline std::error_code make_error_code(pdb_error_code E) { function in namespace:llvm::pdb
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
RawError.h 45 inline std::error_code make_error_code(raw_error_code E) { function in namespace:llvm::pdb
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Error.h 41 inline std::error_code make_error_code(object_error e) { function in namespace:llvm::object
59 setErrorCode(make_error_code(object_error::parse_failed));
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
SerializedDiagnosticReader.h 41 inline std::error_code make_error_code(SDError E) { function in namespace:clang::serialized_diags
  /src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
BitcodeReader.h 270 inline std::error_code make_error_code(BitcodeError E) { function in class:llvm::BitcodeError
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Errc.h 14 // doesn't work and it is sometimes necessary to write std::make_error_code
16 // using std::make_error_code;
17 // make_error_code(...);
19 // with this enum it is safe to always just use make_error_code.
78 inline std::error_code make_error_code(errc E) { function in class:llvm::errc
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
PrecompiledPreamble.cpp 860 std::error_code clang::make_error_code(BuildPreambleError Error) { function in class:clang
  /src/external/apache2/llvm/dist/clang/lib/Format/
Format.cpp 804 std::error_code make_error_code(ParseError e) { function in namespace:clang::format
1435 return make_error_code(ParseError::Error);
1453 return make_error_code(ParseError::Error);
1460 return make_error_code(ParseError::Error);
1477 return make_error_code(ParseError::Unsuitable);
1486 return make_error_code(ParseError::BinPackTrailingCommaConflict);
1488 return make_error_code(ParseError::Success);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 64 inline std::error_code make_error_code(coveragemap_error E) { function in namespace:llvm::coverage
79 return make_error_code(Err);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProf.h 305 inline std::error_code make_error_code(instrprof_error E) { function in namespace:llvm
320 return make_error_code(Err);
SampleProf.h 61 inline std::error_code make_error_code(sampleprof_error E) { function in namespace:llvm

Completed in 23 milliseconds