Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DErrc.h63 no_such_process = int(std::errc::no_such_process), enumerator
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp70 static_assert(static_cast<int>(std::errc::no_such_process) == ESRCH, ""); in main()
/external/libcxx/include/
Dsystem_error167 no_such_process, // ESRCH
307 no_such_process = ESRCH,