| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | rtti-layout.cpp | 22 unsigned int __flags; member in __pbase_type_info 55 unsigned int __flags; member in __vmi_class_type_info 140 …CHECK(to<__vmi_class_type_info>(typeid(VMI5)).__flags == __vmi_class_type_info::__non_diamond_repe… in f() 149 …CHECK(to<__vmi_class_type_info>(typeid(VMI6)).__flags == __vmi_class_type_info::__diamond_shaped_m… in f() 169 …CHECK(to<__pbase_type_info>(typeid(Incomplete *)).__flags == __pbase_type_info::__incomplete_mask); in f() 170 …CHECK(to<__pbase_type_info>(typeid(Incomplete **)).__flags == __pbase_type_info::__incomplete_mask… in f() 171 …CHECK(to<__pbase_type_info>(typeid(Incomplete ***)).__flags == __pbase_type_info::__incomplete_mas… in f() 175 …CHECK(to<__pbase_type_info>(typeid(int Incomplete::*)).__flags == __pbase_type_info::__incomplete_… in f() 177 …CHECK(to<__pbase_type_info>(typeid(Incomplete A::*)).__flags == (__pbase_type_info::__incomplete_m… in f() 180 …CHECK(to<__pbase_type_info>(typeid(B::a)).__flags == (__pbase_type_info::__const_mask | __pbase_ty… in f() [all …]
|
| /llvm-project-15.0.7/libcxxabi/src/ |
| H A D | private_typeinfo.cpp | 394 if (thrown_pointer_type->__flags & ~__flags & __no_remove_flags_mask) in can_catch() 396 if (__flags & ~thrown_pointer_type->__flags & __no_add_flags_mask) in can_catch() 412 if (~__flags & __const_mask) return false; in can_catch() 420 if (~__flags & __const_mask) return false; in can_catch() 453 if (thrown_pointer_type->__flags & ~__flags) in can_catch_nested() 459 if (~__flags & __const_mask) in can_catch_nested() 505 if (thrown_pointer_type->__flags & ~__flags & __no_remove_flags_mask) in can_catch() 507 if (__flags & ~thrown_pointer_type->__flags & __no_add_flags_mask) in can_catch() 528 if (~__flags & thrown_member_ptr_type->__flags) in can_catch_nested() 987 else if (__flags & __non_diamond_repeat_mask) in search_below_dst() [all …]
|
| H A D | private_typeinfo.h | 175 unsigned int __flags; 199 unsigned int __flags;
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | arm_cmse.h | 125 cmse_check_address_range(void *__pb, size_t __s, int __flags) { in cmse_check_address_range() argument 138 switch (__flags & (CMSE_MPU_UNPRIV | CMSE_MPU_NONSECURE)) { in cmse_check_address_range() 167 if (__flags & CMSE_AU_NONSECURE) in cmse_check_address_range() 172 switch (__flags & ~(CMSE_MPU_UNPRIV | CMSE_MPU_NONSECURE)) { in cmse_check_address_range()
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | regex | 5525 __flags); 5633 if (__flags & regex_constants::format_sed) 5793 __states.back().__flags_ = __flags; 5873 __states.back().__flags_ = __flags; 5974 __states.back().__flags_ = __flags; 6070 if (__flags & regex_constants::match_prev_avail) 6747 _Iter __i(__first, __last, __e, __flags); 6796 __fmt.c_str(), __flags); 6809 __fmt, __flags); 6824 __fmt.c_str(), __flags); [all …]
|
| H A D | ostream | 441 ios_base::fmtflags __flags = ios_base::flags() & ios_base::basefield; 445 __flags == ios_base::oct || __flags == ios_base::hex ? 497 ios_base::fmtflags __flags = ios_base::flags() & ios_base::basefield; 501 __flags == ios_base::oct || __flags == ios_base::hex ?
|
| H A D | locale | 1135 ios_base::fmtflags __flags); 1137 ios_base::fmtflags __flags); 2818 ios_base::fmtflags __flags, ios_base::iostate& __err, 2858 ios_base::fmtflags __flags, 2944 bool __sb = (__flags & ios_base::showbase) != 0; 3159 ios_base::fmtflags __flags, 3221 ios_base::fmtflags __flags, 3246 if (!__sym.empty() && (__flags & ios_base::showbase)) 3308 if ((__flags & ios_base::adjustfield) == ios_base::left) 3310 else if ((__flags & ios_base::adjustfield) != ios_base::internal)
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_linux_s390.cpp | 78 register long __flags __asm__("r3") = flags; in internal_clone() 113 "r"(__flags), in internal_clone()
|
| H A D | sanitizer_linux.cpp | 1421 register int __flags __asm__("a0") = flags; in internal_clone() 1448 : "0"(__flags), "r"(__stack), "r"(__ptid), "r"(__tls), "r"(__ctid), in internal_clone() 1466 register int __flags __asm__("x2") = flags; in internal_clone() 1498 "r"(__fn), "r"(__stack), "r"(__flags), "r"(__arg), in internal_clone() 1539 register int __flags __asm__("r5") = flags; in internal_clone() 1603 "r" (__flags), in internal_clone()
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | arc-captured-32bit-block-var-layout-2.m | 45 4 int __flags;
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/COFF/ |
| H A D | synthetic.ll | 27 !14 = !DIDerivedType(tag: DW_TAG_member, name: "__flags", scope: !1, file: !1, baseType: !15, size:…
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | block-capture.ll | 88 !29 = !DIDerivedType(tag: DW_TAG_member, name: "__flags", size: 32, align: 32, offset: 64, file: !1… 108 !52 = !DIDerivedType(tag: DW_TAG_member, name: "__flags", line: 2, size: 32, align: 32, offset: 64,…
|
| H A D | debug-info-blocks.ll | 315 !46 = !DIDerivedType(tag: DW_TAG_member, name: "__flags", size: 32, align: 32, offset: 64, file: !5… 350 !81 = !DIDerivedType(tag: DW_TAG_member, name: "__flags", line: 49, size: 32, align: 32, offset: 64…
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/Generic/ |
| H A D | block-asan.ll | 78 !18 = !DIDerivedType(tag: DW_TAG_member, name: "__flags", size: 32, align: 32, offset: 128, file: !…
|
| /llvm-project-15.0.7/libcxx/src/ |
| H A D | locale.cpp | 4836 ios_base::fmtflags __flags) in __format_int() argument 4838 if ((__flags & ios_base::showpos) && in __format_int() 4839 (__flags & ios_base::basefield) != ios_base::oct && in __format_int() 4840 (__flags & ios_base::basefield) != ios_base::hex && in __format_int() 4843 if (__flags & ios_base::showbase) in __format_int() 4847 if ((__flags & ios_base::basefield) == ios_base::oct) in __format_int() 4851 if (__flags & ios_base::uppercase) in __format_int() 4864 ios_base::fmtflags __flags) in __format_float() argument 4867 if (__flags & ios_base::showpos) in __format_float() 4869 if (__flags & ios_base::showpoint) in __format_float() [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | debug-info-blocks.ll | 140 !33 = !DIDerivedType(tag: DW_TAG_member, name: "__flags", line: 609, size: 32, align: 32, offset: 3… 161 !54 = !DIDerivedType(tag: DW_TAG_member, name: "__flags", size: 32, align: 32, offset: 64, file: !1…
|
| /llvm-project-15.0.7/clang/test/CodeGenOpenCL/ |
| H A D | blocks.cl | 87 // CHECK-DEBUG-NOT: !DIDerivedType(tag: DW_TAG_member, name: "__flags"
|