| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| fs_fwd.h | 84 enum class copy_options : unsigned short { class in class:filesystem::file_type 93 /// @relates copy_options 95 constexpr copy_options 96 operator&(copy_options __x, copy_options __y) noexcept 98 using __utype = typename std::underlying_type<copy_options>::type; 99 return static_cast<copy_options>( 104 constexpr copy_options 105 operator|(copy_options __x, copy_options __y) noexcep [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/ |
| fs_fwd.h | 95 enum class copy_options : unsigned short { class in class:experimental::filesystem::v1::file_type 104 /// @relates copy_options 106 constexpr copy_options 107 operator&(copy_options __x, copy_options __y) noexcept 109 using __utype = typename std::underlying_type<copy_options>::type; 110 return static_cast<copy_options>( 115 constexpr copy_options 116 operator|(copy_options __x, copy_options __y) noexcep [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| fs_fwd.h | 84 enum class copy_options : unsigned short { class in class:filesystem::file_type 93 /// @relates copy_options 94 constexpr copy_options 95 operator&(copy_options __x, copy_options __y) noexcept 97 using __utype = typename std::underlying_type<copy_options>::type; 98 return static_cast<copy_options>( 102 constexpr copy_options 103 operator|(copy_options __x, copy_options __y) noexcep [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/ |
| fs_fwd.h | 95 enum class copy_options : unsigned short { class in class:experimental::filesystem::v1::file_type 104 /// @relates copy_options 105 constexpr copy_options 106 operator&(copy_options __x, copy_options __y) noexcept 108 using __utype = typename std::underlying_type<copy_options>::type; 109 return static_cast<copy_options>( 113 constexpr copy_options 114 operator|(copy_options __x, copy_options __y) noexcep [all...] |
| /src/external/gpl3/binutils/dist/binutils/ |
| objcopy.c | 428 static struct option copy_options[] = 5373 copy_options, (int *) 0)) != EOF) 427 static struct option copy_options[] = variable in typeref:struct:option
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| objcopy.c | 433 static struct option copy_options[] = 5375 copy_options, (int *) 0)) != EOF) 432 static struct option copy_options[] = variable in typeref:struct:option
|