HomeSort by relevance Sort by last modified time
    Searched refs:joinErrors (Results 1 - 25 of 37) sorted by null

1 2

  /external/llvm/lib/DebugInfo/PDB/Raw/
NameMap.cpp 28 return joinErrors(std::move(EC),
43 return joinErrors(std::move(EC),
51 return joinErrors(std::move(EC),
65 return joinErrors(std::move(EC),
77 return joinErrors(std::move(EC),
89 return joinErrors(
102 return joinErrors(std::move(EC),
118 return joinErrors(std::move(EC),
125 return joinErrors(std::move(EC),
136 return joinErrors(std::move(EC)
    [all...]
PublicsStream.cpp 111 return joinErrors(std::move(EC),
119 return joinErrors(std::move(EC),
132 return joinErrors(std::move(EC),
139 return joinErrors(std::move(EC),
145 return joinErrors(std::move(EC),
151 return joinErrors(std::move(EC),
NameHashTable.cpp 45 return joinErrors(std::move(EC),
54 return joinErrors(std::move(EC),
InfoStream.cpp 32 return joinErrors(
  /external/llvm/unittests/Support/
ErrorTest.cpp 290 // Test joinErrors.
296 joinErrors(make_error<CustomError>(7), make_error<CustomSubError>(42, 7));
306 // CustomSubError - joinErrors should preserve error
310 "joinErrors failed to preserve ordering.\n";
322 joinErrors(
323 joinErrors(make_error<CustomError>(7),
336 joinErrors(
338 joinErrors(make_error<CustomError>(7),
350 joinErrors(
351 joinErrors(
    [all...]
  /external/llvm/include/llvm/Support/
Error.h 314 // joinErrors is implemented in terms of join.
315 friend Error joinErrors(Error, Error);
372 inline Error joinErrors(Error E1, Error E2) {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Error.h 334 // joinErrors is implemented in terms of join.
335 friend Error joinErrors(Error, Error);
392 inline Error joinErrors(Error E1, Error E2) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Error.h 334 // joinErrors is implemented in terms of join.
335 friend Error joinErrors(Error, Error);
392 inline Error joinErrors(Error E1, Error E2) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Error.h 348 // joinErrors is implemented in terms of join.
349 friend Error joinErrors(Error, Error);
406 inline Error joinErrors(Error E1, Error E2) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Error.h 348 // joinErrors is implemented in terms of join.
349 friend Error joinErrors(Error, Error);
406 inline Error joinErrors(Error E1, Error E2) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Error.h 348 // joinErrors is implemented in terms of join.
349 friend Error joinErrors(Error, Error);
406 inline Error joinErrors(Error E1, Error E2) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Error.h 348 // joinErrors is implemented in terms of join.
349 friend Error joinErrors(Error, Error);
406 inline Error joinErrors(Error E1, Error E2) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Error.h 348 // joinErrors is implemented in terms of join.
349 friend Error joinErrors(Error, Error);
406 inline Error joinErrors(Error E1, Error E2) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Error.h 348 // joinErrors is implemented in terms of join.
349 friend Error joinErrors(Error, Error);
406 inline Error joinErrors(Error E1, Error E2) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Error.h 334 // joinErrors is implemented in terms of join.
335 friend Error joinErrors(Error, Error);
392 inline Error joinErrors(Error E1, Error E2) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Error.h 348 // joinErrors is implemented in terms of join.
349 friend Error joinErrors(Error, Error);
406 inline Error joinErrors(Error E1, Error E2) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Error.h 348 // joinErrors is implemented in terms of join.
349 friend Error joinErrors(Error, Error);
406 inline Error joinErrors(Error E1, Error E2) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Error.h 348 // joinErrors is implemented in terms of join.
349 friend Error joinErrors(Error, Error);
406 inline Error joinErrors(Error E1, Error E2) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Error.h 348 // joinErrors is implemented in terms of join.
349 friend Error joinErrors(Error, Error);
406 inline Error joinErrors(Error E1, Error E2) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Error.h 348 // joinErrors is implemented in terms of join.
349 friend Error joinErrors(Error, Error);
406 inline Error joinErrors(Error E1, Error E2) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Error.h 348 // joinErrors is implemented in terms of join.
349 friend Error joinErrors(Error, Error);
406 inline Error joinErrors(Error E1, Error E2) {
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/Orc/
RPCUtils.h 108 Err = joinErrors(std::move(Err), std::move(Err2));
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 422 MaterializerErrors = joinErrors(std::move(MaterializerErrors),
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 422 MaterializerErrors = joinErrors(std::move(MaterializerErrors),
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 422 MaterializerErrors = joinErrors(std::move(MaterializerErrors),

Completed in 1784 milliseconds

1 2