| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| H A D | regex.h | 428 typedef regex_constants::syntax_option_type flag_type; in _GLIBCXX_VISIBILITY() 436 static constexpr flag_type icase = regex_constants::icase; in _GLIBCXX_VISIBILITY() 437 static constexpr flag_type nosubs = regex_constants::nosubs; in _GLIBCXX_VISIBILITY() 438 static constexpr flag_type optimize = regex_constants::optimize; in _GLIBCXX_VISIBILITY() 439 static constexpr flag_type collate = regex_constants::collate; in _GLIBCXX_VISIBILITY() 440 static constexpr flag_type ECMAScript = regex_constants::ECMAScript; in _GLIBCXX_VISIBILITY() 441 static constexpr flag_type basic = regex_constants::basic; in _GLIBCXX_VISIBILITY() 442 static constexpr flag_type extended = regex_constants::extended; in _GLIBCXX_VISIBILITY() 443 static constexpr flag_type awk = regex_constants::awk; in _GLIBCXX_VISIBILITY() 444 static constexpr flag_type grep = regex_constants::grep; in _GLIBCXX_VISIBILITY() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| H A D | regex.h | 398 typedef regex_constants::syntax_option_type flag_type; in _GLIBCXX_VISIBILITY() typedef 406 static constexpr flag_type icase = regex_constants::icase; in _GLIBCXX_VISIBILITY() 407 static constexpr flag_type nosubs = regex_constants::nosubs; in _GLIBCXX_VISIBILITY() 408 static constexpr flag_type optimize = regex_constants::optimize; in _GLIBCXX_VISIBILITY() 409 static constexpr flag_type collate = regex_constants::collate; in _GLIBCXX_VISIBILITY() 410 static constexpr flag_type ECMAScript = regex_constants::ECMAScript; in _GLIBCXX_VISIBILITY() 411 static constexpr flag_type basic = regex_constants::basic; in _GLIBCXX_VISIBILITY() 412 static constexpr flag_type extended = regex_constants::extended; in _GLIBCXX_VISIBILITY() 413 static constexpr flag_type awk = regex_constants::awk; in _GLIBCXX_VISIBILITY() 414 static constexpr flag_type grep = regex_constants::grep; in _GLIBCXX_VISIBILITY() [all …]
|
| /netbsd-src/sbin/ifconfig/ |
| H A D | extern.h | 46 enum flag_type { enum 51 typedef enum flag_type flag_type_t;
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/ |
| H A D | bfdlink.h | 290 typedef enum {with_flags, without_flags} flag_type; typedef 295 flag_type with;
|
| H A D | ChangeLog-0415 | 738 * bfdlink.h (flag_type): New enumeration.
|
| /netbsd-src/external/gpl3/binutils/dist/include/ |
| H A D | bfdlink.h | 290 typedef enum {with_flags, without_flags} flag_type; typedef 295 flag_type with;
|
| H A D | ChangeLog-0415 | 738 * bfdlink.h (flag_type): New enumeration.
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | regex | 132 typedef regex_constants::syntax_option_type flag_type; 150 explicit basic_regex(const charT* p, flag_type f = regex_constants::ECMAScript); 151 basic_regex(const charT* p, size_t len, flag_type f = regex_constants::ECMAScript); 156 flag_type f = regex_constants::ECMAScript); 159 flag_type f = regex_constants::ECMAScript); 160 basic_regex(initializer_list<charT>, flag_type = regex_constants::ECMAScript); 174 basic_regex& assign(const charT* ptr, flag_type f = regex_constants::ECMAScript); 175 basic_regex& assign(const charT* p, size_t len, flag_type f = regex_constants::ECMAScript); 178 flag_type f = regex_constants::ECMAScript); 181 flag_type f = regex_constants::ECMAScript); [all …]
|
| /netbsd-src/usr.sbin/mtrace/ |
| H A D | mtrace.c | 144 const char * flag_type(u_int type); 252 flag_type(u_int type) in flag_type() function 783 ft = flag_type(r->tr_rflags); in print_trace() 1103 flag_type(n->tr_rflags)); in print_stats()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
| H A D | regex | 730 typedef regex_constants::syntax_option_type flag_type; 783 flag_type __f = regex_constants::ECMAScript) 798 basic_regex(const _Ch_type* __p, std::size_t __len, flag_type __f) 824 flag_type __f = regex_constants::ECMAScript) 843 flag_type __f = regex_constants::ECMAScript) 857 flag_type __f = regex_constants::ECMAScript) 926 flag_type __flags = regex_constants::ECMAScript) 943 assign(const _Ch_type* __p, std::size_t __len, flag_type __flags) 960 flag_type __f = regex_constants::ECMAScript) 983 flag_type __flags = regex_constants::ECMAScript) [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/ |
| H A D | regex | 730 typedef regex_constants::syntax_option_type flag_type; 783 flag_type __f = regex_constants::ECMAScript) 798 basic_regex(const _Ch_type* __p, std::size_t __len, flag_type __f) 824 flag_type __f = regex_constants::ECMAScript) 843 flag_type __f = regex_constants::ECMAScript) 857 flag_type __f = regex_constants::ECMAScript) 926 flag_type __flags = regex_constants::ECMAScript) 943 assign(const _Ch_type* __p, std::size_t __len, flag_type __flags) 960 flag_type __f = regex_constants::ECMAScript) 983 flag_type __flags = regex_constants::ECMAScript) [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-common.c | 8453 enum excess_precision_type flag_type in c_ts18661_flt_eval_method() local 8459 = targetm.c.excess_precision (flag_type); in c_ts18661_flt_eval_method()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-common.cc | 8905 enum excess_precision_type flag_type in c_ts18661_flt_eval_method() local 8913 = targetm.c.excess_precision (flag_type); in c_ts18661_flt_eval_method()
|
| /netbsd-src/external/gpl3/gdb.old/dist/include/ |
| H A D | ChangeLog-0415 | 738 * bfdlink.h (flag_type): New enumeration.
|
| /netbsd-src/external/gpl3/gdb/dist/include/ |
| H A D | ChangeLog-0415 | 738 * bfdlink.h (flag_type): New enumeration.
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A D | ChangeLog-2021 | 2666 (basic_regex::assign(const C*, flag_type)): Use _M_compile 2668 (basic_regex::assign(const C*, size_t, flag_type)): Likewise. 2669 (basic_regex::assign(const basic_string<C,T,A>&, flag_type)): 2671 (basic_regex::assign(InputIter, InputIter, flag_type)): Avoid
|
| H A D | ChangeLog-2019 | 1805 (basic_regex::assign(const C*, size_t, flag_type)): Add default
|