Searched refs:function_not_supported (Results 1 – 13 of 13) sorted by relevance
/third_party/boost/libs/fiber/src/numa/ |
D | pin_thread.cpp | 31 std::make_error_code( std::errc::function_not_supported), in pin_thread() 38 std::make_error_code( std::errc::function_not_supported), in pin_thread()
|
D | topology.cpp | 31 std::make_error_code( std::errc::function_not_supported), in topology()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Errc.h | 47 function_not_supported = int(std::errc::function_not_supported), enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Errc.h | 48 function_not_supported = int(std::errc::function_not_supported), enumerator
|
/third_party/boost/boost/system/detail/ |
D | system_category_posix.hpp | 48 function_not_supported, in is_generic_value()
|
D | system_category_win32.hpp | 279 case ERROR_INVALID_FUNCTION_: return make_error_condition( function_not_supported ); in system_category_default_error_condition_win32()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | ErrorHandling.cpp | 174 MAP_ERR_TO_COND(ERROR_INVALID_FUNCTION, function_not_supported); in mapWindowsError()
|
/third_party/boost/libs/fiber/src/numa/linux/ |
D | topology.cpp | 219 std::make_error_code( std::errc::function_not_supported), in topology()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | ErrorHandling.cpp | 266 MAP_ERR_TO_COND(ERROR_INVALID_FUNCTION, function_not_supported); in mapWindowsError()
|
/third_party/boost/boost/system/ |
D | error_code.hpp | 85 function_not_supported = ENOSYS, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Path.inc | 474 return make_error_code(errc::function_not_supported); 658 return make_error_code(errc::function_not_supported);
|
/third_party/boost/libs/system/doc/system/ |
D | reference.adoc | 103 function_not_supported, //ENOSYS
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | Path.inc | 776 return make_error_code(errc::function_not_supported);
|