Home
last modified time | relevance | path

Searched defs:errc (Results 1 – 8 of 8) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__system_error/
Derrc.h116 _LIBCPP_DECLARE_STRONG_ENUM(errc) in _LIBCPP_DECLARE_STRONG_ENUM() argument
/external/llvm/include/llvm/Support/
DErrc.h36 enum class errc { enum
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DErrc.h36 enum class errc { enum
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DErrc.h35 enum class errc { enum
/external/clang/test/SemaCXX/
Dtypo-correction.cpp8 struct errc { struct
9 int v_;
10 operator int() const {return v_;} in operator int()
/external/libcxx/test/support/
Dfilesystem_test_helper.hpp416 for (auto errc : errors) { in ErrorIsImp() local
/external/cronet/buildtools/third_party/libc++/trunk/test/support/
Dfilesystem_test_helper.h600 for (auto errc : errors) { in ErrorIsImp() local
/external/cronet/buildtools/third_party/libc++/trunk/src/filesystem/
Doperations.cpp413 errc errc; in __win_err_to_errc() member