Searched refs:operation_not_permitted (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dunique_lock.h133 __throw_system_error(int(errc::operation_not_permitted));
147 __throw_system_error(int(errc::operation_not_permitted));
162 __throw_system_error(int(errc::operation_not_permitted));
177 __throw_system_error(int(errc::operation_not_permitted));
191 __throw_system_error(int(errc::operation_not_permitted));
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dunique_lock.h134 __throw_system_error(int(errc::operation_not_permitted));
148 __throw_system_error(int(errc::operation_not_permitted));
163 __throw_system_error(int(errc::operation_not_permitted));
178 __throw_system_error(int(errc::operation_not_permitted));
192 __throw_system_error(int(errc::operation_not_permitted));
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dthread.cc138 throw system_error(make_error_code(errc::operation_not_permitted),
159 throw system_error(make_error_code(errc::operation_not_permitted),
162 __throw_system_error(int(errc::operation_not_permitted));
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dthread.cc140 throw system_error(make_error_code(errc::operation_not_permitted),
161 throw system_error(make_error_code(errc::operation_not_permitted),
164 __throw_system_error(int(errc::operation_not_permitted));
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DErrc.h66 operation_not_permitted = int(std::errc::operation_not_permitted), member in class:llvm::errc
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32/
H A Derror_constants.h108 operation_not_permitted = EPERM, member in class:errc
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/
H A Derror_constants.h108 operation_not_permitted = EPERM, member in class:errc
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/djgpp/
H A Derror_constants.h130 operation_not_permitted = EPERM, member in class:errc
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/djgpp/
H A Derror_constants.h130 operation_not_permitted = EPERM, member in class:errc
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32-w64/
H A Derror_constants.h122 operation_not_permitted = EPERM, member in class:errc
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/
H A Derror_constants.h130 operation_not_permitted = EPERM, member in class:errc
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/
H A Derror_constants.h130 operation_not_permitted = EPERM, member in class:errc
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/
H A Derror_constants.h122 operation_not_permitted = EPERM, member in class:errc
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp145 return createStringError(errc::operation_not_permitted,
151 return createStringError(errc::operation_not_permitted,
157 return createStringError(errc::operation_not_permitted,
163 return createStringError(errc::operation_not_permitted,
168 return createStringError(errc::operation_not_permitted,
485 return createStringError(errc::operation_not_permitted,
516 return createStringError(errc::operation_not_permitted,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp138 return errc::operation_not_permitted;
142 return errc::operation_not_permitted;
992 return errc::operation_not_permitted;
H A DPath.cpp1303 std::error_code EC(errc::operation_not_permitted);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DPath.inc444 return make_error_code(errc::operation_not_permitted);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp802 make_error_code(llvm::errc::operation_not_permitted));

Completed in 168 milliseconds