| /llvm-project-15.0.7/clang/test/Profile/ |
| H A D | branch-logical-mixed.cpp | 20 bool bf2 = false; in func() local 30 bf2; // CHECK: store {{.*}} @[[FUNC]], i32 0, i32 2 in func() 37 bf2; // CHECK: store {{.*}} @[[FUNC]], i32 0, i32 12 in func() 44 bf2) || // CHECK: store {{.*}} @[[FUNC]], i32 0, i32 31 in func() 57 bf2) && // CHECK: store {{.*}} @[[FUNC]], i32 0, i32 48 in func()
|
| /llvm-project-15.0.7/clang/test/CoverageMapping/ |
| H A D | branch-logical-mixed.cpp | 18 bool bf2 = false; in func() local 28 … bf2; // CHECK: Branch,File 0, [[@LINE]]:12 -> [[@LINE]]:15 = #2, (#1 - #2) in func() 35 … bf2; // CHECK: Branch,File 0, [[@LINE]]:12 -> [[@LINE]]:15 = (#11 - #12), #12 in func() 42 … bf2) || // CHECK: Branch,File 0, [[@LINE]]:13 -> [[@LINE]]:16 = #31, (#30 - #31) in func() 55 … bf2) && // CHECK: Branch,File 0, [[@LINE]]:13 -> [[@LINE]]:16 = (#47 - #48), #48 in func()
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Windows/ |
| H A D | bitfield_uaf.cpp | 8 unsigned int bf2:2; member 14 s->bf2 = 2; in make_access()
|
| H A D | bitfield.cpp | 8 unsigned int bf2:2; member 16 s->bf2 = 2; in main()
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | copy-constructor-synthesis.cpp | 26 X() : f1(1.0), d1(2.0), i1(3), name("HELLO"), bf1(0xff), bf2(0xabcd), in X() 33 printf("bf1 = %x bf2 = %x\n", bf1, bf2); in pr() 44 unsigned bf2 : 16; member
|
| /llvm-project-15.0.7/llvm/test/CodeGen/BPF/CORE/ |
| H A D | field-reloc-bitfield-1-bpfeb.ll | 12 ; bf2:1; 16 ; return __builtin_preserve_field_info(arg->bf2, FIELD_TYPE_OFFSET) + 17 ; __builtin_preserve_field_info(arg->bf2, FIELD_TYPE_SIZE) + 18 ; __builtin_preserve_field_info(arg->bf2, FIELD_TYPE_LSHIFT_U64); 116 !28 = !DIDerivedType(tag: DW_TAG_member, name: "bf2", scope: !18, file: !1, line: 8, baseType: !4, …
|
| H A D | field-reloc-bitfield-1.ll | 12 ; bf2:1; 16 ; return __builtin_preserve_field_info(arg->bf2, FIELD_TYPE_OFFSET) + 17 ; __builtin_preserve_field_info(arg->bf2, FIELD_TYPE_SIZE) + 18 ; __builtin_preserve_field_info(arg->bf2, FIELD_TYPE_LSHIFT_U64); 116 !28 = !DIDerivedType(tag: DW_TAG_member, name: "bf2", scope: !18, file: !1, line: 8, baseType: !4, …
|
| H A D | field-reloc-bitfield-2.ll | 8 ; bf2:2, 112 !23 = !DIDerivedType(tag: DW_TAG_member, name: "bf2", scope: !18, file: !1, line: 4, baseType: !21,…
|
| H A D | field-reloc-bitfield-2-bpfeb.ll | 8 ; bf2:2, 112 !23 = !DIDerivedType(tag: DW_TAG_member, name: "bf2", scope: !18, file: !1, line: 4, baseType: !21,…
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | warn-unsequenced.cpp | 453 unsigned bf2 : 2; member 484 ++bf1 + ++bf2; // no-warning TODO {{multiple unsequenced modifications to}} in member_f() 485 bf1 + ++bf2; // no-warning TODO {{unsequenced modification and access to}} in member_f() 490 ++s.bf1 + ++s.bf2; // no-warning TODO {{multiple unsequenced modifications to}} in member_f() 491 s.bf1 + ++s.bf2; // no-warning TODO {{unsequenced modification and access to}} in member_f() 495 ++bf1 + ++s.bf2; // no-warning in member_f() 496 bf1 + ++s.bf2; // no-warning in member_f()
|
| H A D | warn-unused-result.cpp | 275 void bf2() { in bf2() function
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/tests/ |
| H A D | asan_test.cpp | 243 int bf2:1; member 252 EXPECT_DEATH(x->bf2 = 0, "use-after-free"); in TEST()
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | arc-captured-32bit-block-var-layout.m | 210 void bf2(void) { function
|
| H A D | arc-captured-block-var-layout.m | 209 void bf2(void) { function
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | bitfield-insert.ll | 218 ; (e.g. result of str.bf1 = str.bf2)
|
| /llvm-project-15.0.7/llvm/test/MC/X86/AlignedBundling/ |
| H A D | autogen-inst-offset-align-to-end.s | 2536 # CHECK: 1bf2: incl
|