Searched refs:__flags (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/src/
H A Dlocale_facets.cc67 ios_base::fmtflags __flags = __io.flags(); local
70 if (__flags & ios_base::showpos)
72 if (__flags & ios_base::showpoint)
76 // __flags & ios_base::fixed || __prec > 0
82 ios_base::fmtflags __fltfield = __flags & ios_base::floatfield;
87 *__fptr++ = (__flags & ios_base::uppercase) ? 'E' : 'e';
89 *__fptr++ = (__flags & ios_base::uppercase) ? 'G' : 'g';
/freebsd-11-stable/contrib/gcclibs/include/
H A Dfnmatch.h64 int __flags));
/freebsd-11-stable/contrib/gdb/include/
H A Dfnmatch.h64 int __flags));
/freebsd-11-stable/contrib/binutils/include/
H A Dfnmatch.h64 int __flags));
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Dtinfo2.cc119 if (thrown_type->__flags & ~__flags)
123 if (!(__flags & __const_mask))
H A Dcxxabi.h212 unsigned int __flags; // Qualification of the target object. member in class:__cxxabiv1::__pbase_type_info
218 : std::type_info(__n), __flags(__quals), __pointee(__type)
469 unsigned int __flags; // Details about the class hierarchy. member in class:__cxxabiv1::__vmi_class_type_info
479 : __class_type_info(__n), __flags(___flags), __base_count(0) { }
H A Dtinfo.cc421 result.whole_details = __flags;
491 && !(__flags & __non_diamond_repeat_mask))
536 || !(__flags & __diamond_shaped_mask)))
548 || !(__flags & __diamond_shaped_mask)))
637 src_details = __flags;
669 if (!(__flags & __non_diamond_repeat_mask))
676 if (!(__flags & __diamond_shaped_mask))
/freebsd-11-stable/contrib/libcxxrt/
H A Ddynamic_cast.cc87 if (!(__flags & __const_mask))
95 if (ptr_type->__flags & ~__flags)
H A Dtypeinfo.h231 unsigned int __flags; member in struct:ABI_NAMESPACE::__vmi_class_type_info
241 * Flags used in the __flags field.
265 unsigned int __flags; member in struct:ABI_NAMESPACE::__pbase_type_info
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Darm_cmse.h125 cmse_check_address_range(void *__pb, size_t __s, int __flags) { argument
138 switch (__flags & (CMSE_MPU_UNPRIV | CMSE_MPU_NONSECURE)) {
167 if (__flags & CMSE_AU_NONSECURE)
172 switch (__flags & ~(CMSE_MPU_UNPRIV | CMSE_MPU_NONSECURE)) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_s390.cpp75 register int __flags __asm__("r3") = flags;
110 "r"(__flags),
H A Dsanitizer_linux.cpp1342 register int __flags __asm__("x2") = flags;
1374 "r"(__fn), "r"(__stack), "r"(__flags), "r"(__arg),
1415 register int __flags __asm__("r5") = flags;
1479 "r" (__flags),
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp4412 ios_base::fmtflags __flags)
4414 if (__flags & ios_base::showpos)
4416 if (__flags & ios_base::showbase)
4420 if ((__flags & ios_base::basefield) == ios_base::oct)
4422 else if ((__flags & ios_base::basefield) == ios_base::hex)
4424 if (__flags & ios_base::uppercase)
4437 ios_base::fmtflags __flags)
4440 if (__flags & ios_base::showpos)
4442 if (__flags & ios_base::showpoint)
4444 ios_base::fmtflags floatfield = __flags
4411 __format_int(char* __fmtp, const char* __len, bool __signd, ios_base::fmtflags __flags) argument
4436 __format_float(char* __fmtp, const char* __len, ios_base::fmtflags __flags) argument
[all...]
/freebsd-11-stable/sys/sys/
H A Dbus.h153 const char *__type, const char *__data, int __flags);
156 void devctl_queue_data_f(char *__data, int __flags);
/freebsd-11-stable/sys/dev/bxe/
H A Decore_hsi.h11840 uint8_t __flags; member in struct:hc_status_block_sm
11842 uint8_t __flags;

Completed in 450 milliseconds