Home
last modified time | relevance | path

Searched refs:no_such_process (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DErrc.h63 no_such_process = int(std::errc::no_such_process), enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DErrc.h63 no_such_process = int(std::errc::no_such_process), enumerator
/external/llvm/include/llvm/Support/
DErrc.h63 no_such_process = int(std::errc::no_such_process), enumerator
/external/libcxx/include/
D__errc70 no_such_process, // ESRCH
175 no_such_process = ESRCH,
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp70 static_assert(static_cast<int>(std::errc::no_such_process) == ESRCH, ""); in main()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h563 no_such_process = ESRCH, enumerator