Home
last modified time | relevance | path

Searched refs:__flags (Results 1 – 25 of 38) sorted by relevance

12

/dragonfly/contrib/gcc-8.0/gcc/config/i386/
HDlwpintrin.h51 __lwpval32 (unsigned int __data2, unsigned int __data1, unsigned int __flags) in __lwpval32() argument
53 __builtin_ia32_lwpval32 (__data2, __data1, __flags); in __lwpval32()
59 unsigned int __flags) in __lwpval64() argument
61 __builtin_ia32_lwpval64 (__data2, __data1, __flags); in __lwpval64()
78 __lwpins32 (unsigned int __data2, unsigned int __data1, unsigned int __flags) in __lwpins32() argument
80 return __builtin_ia32_lwpins32 (__data2, __data1, __flags); in __lwpins32()
86 unsigned int __flags) in __lwpins64() argument
88 return __builtin_ia32_lwpins64 (__data2, __data1, __flags); in __lwpins64()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++98/
Dlocale_facets.cc65 ios_base::fmtflags __flags = __io.flags(); in _S_format_float() local
68 if (__flags & ios_base::showpos) in _S_format_float()
70 if (__flags & ios_base::showpoint) in _S_format_float()
73 ios_base::fmtflags __fltfield = __flags & ios_base::floatfield; in _S_format_float()
91 *__fptr++ = (__flags & ios_base::uppercase) ? 'E' : 'e'; in _S_format_float()
94 *__fptr++ = (__flags & ios_base::uppercase) ? 'A' : 'a'; in _S_format_float()
97 *__fptr++ = (__flags & ios_base::uppercase) ? 'G' : 'g'; in _S_format_float()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
Drandom.tcc179 const typename __ios_base::fmtflags __flags = __os.flags(); in operator <<() local
186 __os.flags(__flags); in operator <<()
200 const typename __ios_base::fmtflags __flags = __is.flags(); in operator >>() local
205 __is.flags(__flags); in operator >>()
471 const typename __ios_base::fmtflags __flags = __os.flags(); in operator <<() local
481 __os.flags(__flags); in operator <<()
499 const typename __ios_base::fmtflags __flags = __is.flags(); in operator >>() local
506 __is.flags(__flags); in operator >>()
626 const typename __ios_base::fmtflags __flags = __os.flags(); in operator <<() local
636 __os.flags(__flags); in operator <<()
[all …]
Dregex.h584 flag_type __flags = regex_constants::ECMAScript) in _GLIBCXX_VISIBILITY()
585 { return this->assign(string_type(__p), __flags); } in _GLIBCXX_VISIBILITY()
601 assign(const _Ch_type* __p, std::size_t __len, flag_type __flags) in _GLIBCXX_VISIBILITY()
602 { return this->assign(string_type(__p, __len), __flags); } in _GLIBCXX_VISIBILITY()
618 flag_type __flags = regex_constants::ECMAScript) in _GLIBCXX_VISIBILITY()
620 basic_regex __tmp(__s, __flags); in _GLIBCXX_VISIBILITY()
641 flag_type __flags = regex_constants::ECMAScript) in _GLIBCXX_VISIBILITY()
642 { return this->assign(string_type(__first, __last), __flags); } in _GLIBCXX_VISIBILITY()
657 flag_type __flags = regex_constants::ECMAScript) in _GLIBCXX_VISIBILITY()
658 { return this->assign(__l.begin(), __l.end(), __flags); } in _GLIBCXX_VISIBILITY()
[all …]
Dlocale_facets.tcc792 ios_base::fmtflags __flags, bool __dec) in __int_to_char() argument
805 else if ((__flags & ios_base::basefield) == ios_base::oct) in __int_to_char()
818 const bool __uppercase = __flags & ios_base::uppercase; in __int_to_char()
858 const ios_base::fmtflags __flags = __io.flags(); in _M_insert_int() local
867 const ios_base::fmtflags __basefield = __flags & ios_base::basefield; in _M_insert_int()
873 int __len = __int_to_char(__cs + __ilen, __u, __lit, __flags, __dec); in _M_insert_int()
895 if (bool(__flags & ios_base::showpos) in _M_insert_int()
902 else if (bool(__flags & ios_base::showbase) && __v) in _M_insert_int()
909 const bool __uppercase = __flags & ios_base::uppercase; in _M_insert_int()
1093 const ios_base::fmtflags __flags = __io.flags(); in do_put() local
[all …]
Dregex_compiler.h103 _Scanner(_IteratorT __begin, _IteratorT __end, _FlagT __flags, in _GLIBCXX_VISIBILITY()
105 : _M_current(__begin) , _M_end(__end) , _M_flags(__flags), in _GLIBCXX_VISIBILITY()
640 _TraitsT& __traits, _FlagT __flags); in _GLIBCXX_VISIBILITY()
718 _Compiler<_InIter, _TraitsT>::_FlagT __flags) in _GLIBCXX_VISIBILITY()
719 : _M_traits(__traits), _M_scanner(__b, __e, __flags, _M_traits.getloc()), in _GLIBCXX_VISIBILITY()
720 _M_state_store(__flags) in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++98/
Dlocale_facets.cc66 ios_base::fmtflags __flags = __io.flags(); in _S_format_float() local
69 if (__flags & ios_base::showpos) in _S_format_float()
71 if (__flags & ios_base::showpoint) in _S_format_float()
81 ios_base::fmtflags __fltfield = __flags & ios_base::floatfield; in _S_format_float()
86 *__fptr++ = (__flags & ios_base::uppercase) ? 'E' : 'e'; in _S_format_float()
88 *__fptr++ = (__flags & ios_base::uppercase) ? 'G' : 'g'; in _S_format_float()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
Drandom.tcc360 const typename __ios_base::fmtflags __flags = __os.flags(); in operator <<() local
370 __os.flags(__flags); in operator <<()
394 const typename __ios_base::fmtflags __flags = __is.flags(); in operator >>() local
401 __is.flags(__flags); in operator >>()
471 const typename __ios_base::fmtflags __flags = __os.flags(); in operator <<() local
481 __os.flags(__flags); in operator <<()
495 const typename __ios_base::fmtflags __flags = __is.flags(); in operator >>() local
503 __is.flags(__flags); in operator >>()
668 const typename __ios_base::fmtflags __flags = __os.flags(); in operator <<() local
685 __os.flags(__flags); in operator <<()
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr1/
Drandom.tcc166 const typename __ios_base::fmtflags __flags = __os.flags(); in operator <<() local
173 __os.flags(__flags); in operator <<()
187 const typename __ios_base::fmtflags __flags = __is.flags(); in operator >>() local
192 __is.flags(__flags); in operator >>()
373 const typename __ios_base::fmtflags __flags = __os.flags(); in operator <<() local
383 __os.flags(__flags); in operator <<()
400 const typename __ios_base::fmtflags __flags = __is.flags(); in operator >>() local
406 __is.flags(__flags); in operator >>()
507 const typename __ios_base::fmtflags __flags = __os.flags(); in operator <<() local
517 __os.flags(__flags); in operator <<()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr1/
Drandom.tcc163 const typename __ios_base::fmtflags __flags = __os.flags(); in operator <<() local
170 __os.flags(__flags); in operator <<()
184 const typename __ios_base::fmtflags __flags = __is.flags(); in operator >>() local
189 __is.flags(__flags); in operator >>()
370 const typename __ios_base::fmtflags __flags = __os.flags(); in operator <<() local
380 __os.flags(__flags); in operator <<()
397 const typename __ios_base::fmtflags __flags = __is.flags(); in operator >>() local
403 __is.flags(__flags); in operator >>()
504 const typename __ios_base::fmtflags __flags = __os.flags(); in operator <<() local
514 __os.flags(__flags); in operator <<()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
Drandom.tcc160 const typename __ios_base::fmtflags __flags = __os.flags(); in operator <<() local
167 __os.flags(__flags); in operator <<()
181 const typename __ios_base::fmtflags __flags = __is.flags(); in operator >>() local
186 __is.flags(__flags); in operator >>()
481 const typename __ios_base::fmtflags __flags = __os.flags(); in operator <<() local
491 __os.flags(__flags); in operator <<()
509 const typename __ios_base::fmtflags __flags = __is.flags(); in operator >>() local
516 __is.flags(__flags); in operator >>()
636 const typename __ios_base::fmtflags __flags = __os.flags(); in operator <<() local
646 __os.flags(__flags); in operator <<()
[all …]
Dregex.h57 regex_constants::match_flag_type __flags); in _GLIBCXX_VISIBILITY()
616 assign(const _Ch_type* __p, flag_type __flags = ECMAScript) in _GLIBCXX_VISIBILITY()
617 { return this->assign(string_type(__p), __flags); } in _GLIBCXX_VISIBILITY()
633 assign(const _Ch_type* __p, std::size_t __len, flag_type __flags) in _GLIBCXX_VISIBILITY()
634 { return this->assign(string_type(__p, __len), __flags); } in _GLIBCXX_VISIBILITY()
650 flag_type __flags = ECMAScript) in _GLIBCXX_VISIBILITY()
653 _M_loc, __flags)); in _GLIBCXX_VISIBILITY()
672 flag_type __flags = ECMAScript) in _GLIBCXX_VISIBILITY()
673 { return this->assign(string_type(__first, __last), __flags); } in _GLIBCXX_VISIBILITY()
687 assign(initializer_list<_Ch_type> __l, flag_type __flags = ECMAScript) in _GLIBCXX_VISIBILITY()
[all …]
Dregex.tcc52 regex_constants::match_flag_type __flags) in __regex_algo_impl() argument
69 __executor(__s, __e, __m, __re, __flags); in __regex_algo_impl()
78 __executor(__s, __e, __m, __re, __flags); in __regex_algo_impl()
359 match_flag_type __flags) const in format()
374 if (__flags & regex_constants::format_sed) in format()
468 regex_constants::match_flag_type __flags) in regex_replace() argument
471 _IterT __i(__first, __last, __e, __flags); in regex_replace()
475 if (!(__flags & regex_constants::format_no_copy)) in regex_replace()
484 if (!(__flags & regex_constants::format_no_copy)) in regex_replace()
487 __out = __i->format(__out, __fmt, __fmt + __len, __flags); in regex_replace()
[all …]
Dregex_executor.h73 _FlagT __flags) in _GLIBCXX_VISIBILITY()
81 _M_flags((__flags & regex_constants::match_prev_avail) in _GLIBCXX_VISIBILITY()
82 ? (__flags in _GLIBCXX_VISIBILITY()
85 : __flags) in _GLIBCXX_VISIBILITY()
Dlocale_facets.tcc795 ios_base::fmtflags __flags, bool __dec) in __int_to_char() argument
808 else if ((__flags & ios_base::basefield) == ios_base::oct) in __int_to_char()
821 const bool __uppercase = __flags & ios_base::uppercase; in __int_to_char()
861 const ios_base::fmtflags __flags = __io.flags(); in _M_insert_int() local
870 const ios_base::fmtflags __basefield = __flags & ios_base::basefield; in _M_insert_int()
876 int __len = __int_to_char(__cs + __ilen, __u, __lit, __flags, __dec); in _M_insert_int()
898 if (bool(__flags & ios_base::showpos) in _M_insert_int()
905 else if (bool(__flags & ios_base::showbase) && __v) in _M_insert_int()
912 const bool __uppercase = __flags & ios_base::uppercase; in _M_insert_int()
1108 const ios_base::fmtflags __flags = __io.flags(); in do_put() local
[all …]
Dregex_scanner.h91 _ScannerBase(_FlagT __flags) in _GLIBCXX_VISIBILITY()
93 _M_flags(__flags), in _GLIBCXX_VISIBILITY()
220 _FlagT __flags, std::locale __loc); in _GLIBCXX_VISIBILITY()
Dregex_compiler.h66 const typename _TraitsT::locale_type& __traits, _FlagT __flags); in _GLIBCXX_VISIBILITY()
195 regex_constants::syntax_option_type __flags) in _GLIBCXX_VISIBILITY()
200 return _Cmplr(__cfirst, __cfirst + __len, __loc, __flags)._M_get_nfa(); in _GLIBCXX_VISIBILITY()
207 regex_constants::syntax_option_type __flags) in _GLIBCXX_VISIBILITY()
211 __loc, __flags); in _GLIBCXX_VISIBILITY()
Dquoted_string.h154 std::ios_base::fmtflags __flags in _GLIBCXX_VISIBILITY()
172 __is.setf(__flags); in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/libsupc++/
Dpbase_type_info.cc81 unsigned tflags = thrown_type->__flags; in __do_catch()
85 unsigned catch_fqual = (__flags & fqual_mask); in __do_catch()
93 if (tflags & ~__flags) in __do_catch()
97 if (!(__flags & __const_mask)) in __do_catch()
Dvmi_class_type_info.cc89 result.whole_details = __flags; in __do_dyncast()
183 && !(__flags & __non_diamond_repeat_mask)) in __do_dyncast()
228 || !(__flags & __diamond_shaped_mask))) in __do_dyncast()
240 || !(__flags & __diamond_shaped_mask))) in __do_dyncast()
313 src_details = __flags; in __do_upcast()
345 if (!(__flags & __non_diamond_repeat_mask)) in __do_upcast()
352 if (!(__flags & __diamond_shaped_mask)) in __do_upcast()
Dcxxabi.h262 unsigned int __flags; // Qualification of the target object.
268 : std::type_info(__n), __flags(__quals), __pointee(__type) in __pbase_type_info()
533 unsigned int __flags; // Details about the class hierarchy.
543 : __class_type_info(__n), __flags(___flags), __base_count(0) { } in __vmi_class_type_info()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/libsupc++/
Dpbase_type_info.cc56 if (thrown_type->__flags & ~__flags) in __do_catch()
60 if (!(__flags & __const_mask)) in __do_catch()
Dvmi_class_type_info.cc90 result.whole_details = __flags; in __do_dyncast()
184 && !(__flags & __non_diamond_repeat_mask)) in __do_dyncast()
229 || !(__flags & __diamond_shaped_mask))) in __do_dyncast()
241 || !(__flags & __diamond_shaped_mask))) in __do_dyncast()
314 src_details = __flags; in __do_upcast()
346 if (!(__flags & __non_diamond_repeat_mask)) in __do_upcast()
353 if (!(__flags & __diamond_shaped_mask)) in __do_upcast()
Dcxxabi.h260 unsigned int __flags; // Qualification of the target object.
266 : std::type_info(__n), __flags(__quals), __pointee(__type) in __pbase_type_info()
517 unsigned int __flags; // Details about the class hierarchy.
527 : __class_type_info(__n), __flags(___flags), __base_count(0) { } in __vmi_class_type_info()
/dragonfly/contrib/cvs-1.12/lib/
HDglob-libc.h161 extern int glob (__const char *__restrict __pattern, int __flags,
169 int __flags,
177 extern int glob64 (__const char *__restrict __pattern, int __flags,

12