Home
last modified time | relevance | path

Searched refs:operation_not_permitted (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DErrc.h67 operation_not_permitted = int(std::errc::operation_not_permitted), enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DErrc.h66 operation_not_permitted = int(std::errc::operation_not_permitted), enumerator
/external/llvm/include/llvm/Support/
DErrc.h66 operation_not_permitted = int(std::errc::operation_not_permitted), enumerator
/external/libcxx/include/
D__errc79 operation_not_permitted, // EPERM
188 operation_not_permitted = EPERM,
/external/llvm/lib/Support/
DFileOutputBuffer.cpp57 return make_error_code(errc::operation_not_permitted); in create()
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp81 static_assert(static_cast<int>(std::errc::operation_not_permitted) == EPERM, ""); in main()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h580 operation_not_permitted = EPERM, enumerator
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DPathV2.inc309 return make_error_code(errc::operation_not_permitted);
/external/llvm/lib/Support/Unix/
DPath.inc308 return make_error_code(errc::operation_not_permitted);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DPath.cpp1225 std::error_code EC(errc::operation_not_permitted); in create()
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DPath.inc318 return make_error_code(errc::operation_not_permitted);
/external/clang/lib/Frontend/
DCompilerInstance.cpp652 Error = make_error_code(llvm::errc::operation_not_permitted); in createOutputFile()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/
DPath.inc339 return make_error_code(errc::operation_not_permitted);