reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Driver/Driver.cpp
  797         if (llvm::sys::fs::make_absolute(CfgDir).value() != 0)
  808         if (llvm::sys::fs::make_absolute(CfgDir).value() != 0)
tools/clang/lib/Frontend/ASTUnit.cpp
 1389       switch (static_cast<BuildPreambleError>(NewPreamble.getError().value())) {
tools/clang/tools/extra/clang-move/tool/ClangMove.cpp
  159       return EC.value();
  167       return EC.value();
tools/clang/tools/extra/modularize/ModularizeUtilities.cpp
  126     if (LocalEC.value() > 0)
tools/clang/tools/libclang/CXLoadedDiagnostic.cpp
  254     switch (EC.value()) {
tools/clang/unittests/Format/FormatTest.cpp
12350   EXPECT_EQ(0, parseConfiguration("BasedOnStyle: Google", &Styles[1]).value());
12357   EXPECT_EQ(0, parseConfiguration("BasedOnStyle: Google", &Styles[1]).value());
12364                    .value());
12371                    .value());
12382                    .value());
12926   EXPECT_EQ(0, parseConfiguration("BasedOnStyle: Google", &Style).value());
12937                    .value());
12948   EXPECT_EQ(0, parseConfiguration(YAML, &ParsedStyle).value());
tools/clang/unittests/Format/FormatTestRawStrings.cpp
  143                                   "BasedOnStyle: Google", &Style).value());
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
  530             save_errno = code.value();
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
  342     return SendErrorResponse(ec.value());
  357     return SendErrorResponse(ec.value());
tools/lldb/source/Utility/Status.cpp
   47     : m_code(EC.value()), m_type(ErrorType::eErrorTypeGeneric),
   70           m_code = ec.value();
tools/lldb/unittests/Host/FileSystemTest.cpp
  303   EXPECT_EQ(code.value(), ENOENT);
tools/lldb/unittests/Utility/StatusTest.cpp
   50   EXPECT_EQ(EAGAIN, ec.value());
tools/sancov/sancov.cpp
  187   errs() << "ERROR: " << Error.message() << "(" << Error.value() << ")\n";
  846            << BufOrErr.getError().value()
unittests/ProfileData/SampleProfTest.cpp
   31   return ::testing::AssertionFailure() << "error " << EC.value() << ": "
usr/include/c++/7.4.0/system_error
  189     { return category().message(value()); }
  212 		&& __lhs.value() < __rhs.value()));
  212 		&& __lhs.value() < __rhs.value()));
  218     { return (__os << __e.category().name() << ':' << __e.value()); }
  294 	    && __lhs.value() == __rhs.value()); }
  294 	    && __lhs.value() == __rhs.value()); }
  299     return (__lhs.category().equivalent(__lhs.value(), __rhs)
  306     return (__rhs.category().equivalent(__rhs.value(), __lhs)