| /llvm-project-15.0.7/clang/test/Profile/ |
| H A D | branch-logical-mixed.cpp | 19 bool bf1 = false; in func() local 28 bf1 && // CHECK: store {{.*}} @[[FUNC]], i32 0, i32 6 in func() 35 bf1 || // CHECK: store {{.*}} @[[FUNC]], i32 0, i32 16 in func() 42 bf1) || // CHECK: store {{.*}} @[[FUNC]], i32 0, i32 29 in func() 55 bf1) && // CHECK: store {{.*}} @[[FUNC]], i32 0, i32 46 in func()
|
| /llvm-project-15.0.7/clang/test/CoverageMapping/ |
| H A D | branch-logical-mixed.cpp | 17 bool bf1 = false; in func() local 26 … bf1 && // CHECK: Branch,File 0, [[@LINE]]:12 -> [[@LINE]]:15 = #6, (#5 - #6) in func() 33 … bf1 || // CHECK: Branch,File 0, [[@LINE]]:12 -> [[@LINE]]:15 = (#15 - #16), #16 in func() 40 … bf1) || // CHECK: Branch,File 0, [[@LINE]]:13 -> [[@LINE]]:16 = #29, (#28 - #29) in func() 53 … bf1) && // CHECK: Branch,File 0, [[@LINE]]:13 -> [[@LINE]]:16 = (#45 - #46), #46 in func()
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | warn-unsequenced.cpp | 452 unsigned bf1 : 2; member 480 ++bf1 + ++bf1; // cxx11-warning {{multiple unsequenced modifications to 'bf1'}} in member_f() 482 bf1 + ++bf1; // cxx11-warning {{unsequenced modification and access to 'bf1'}} in member_f() 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() 488 ++s.bf1 + ++s.bf1; // no-warning TODO {{multiple unsequenced modifications to}} in member_f() 489 s.bf1 + ++s.bf1; // no-warning TODO {{unsequenced modification and access to}} in member_f() 493 ++bf1 + ++s.bf1; // no-warning in member_f() 494 bf1 + ++s.bf1; // no-warning in member_f() 495 ++bf1 + ++s.bf2; // no-warning in member_f() [all …]
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Windows/ |
| H A D | bitfield.cpp | 7 unsigned int bf1:1; member 15 s->bf1 = 1; in main()
|
| H A D | bitfield_uaf.cpp | 7 unsigned int bf1:1; member
|
| /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() 43 unsigned bf1 : 8; member
|
| /llvm-project-15.0.7/llvm/test/CodeGen/BPF/CORE/ |
| H A D | field-reloc-bitfield-2.ll | 7 ; char bf1:6, 19 ; bf1, bf1, bf3 and bf4 and the ABI alignment is 1 byte. So for bf4 access, 111 !22 = !DIDerivedType(tag: DW_TAG_member, name: "bf1", scope: !18, file: !1, line: 3, baseType: !21,…
|
| H A D | field-reloc-bitfield-2-bpfeb.ll | 7 ; char bf1:6, 19 ; bf1, bf1, bf3 and bf4 and the ABI alignment is 1 byte. So for bf4 access, 111 !22 = !DIDerivedType(tag: DW_TAG_member, name: "bf1", scope: !18, file: !1, line: 3, baseType: !21,…
|
| H A D | field-reloc-bitfield-1-bpfeb.ll | 11 ; unsigned bf1:5, 115 !27 = !DIDerivedType(tag: DW_TAG_member, name: "bf1", scope: !18, file: !1, line: 7, baseType: !4, …
|
| H A D | field-reloc-bitfield-1.ll | 11 ; unsigned bf1:5, 115 !27 = !DIDerivedType(tag: DW_TAG_member, name: "bf1", scope: !18, file: !1, line: 7, baseType: !4, …
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | lanai-arguments.c | 75 void f10(bitfield1 bf1) {} in f10() argument
|
| /llvm-project-15.0.7/clang/test/CodeGen/WebAssembly/ |
| H A D | wasm-arguments.c | 129 void bitfield_arg(bitfield1 bf1) {} in bitfield_arg() argument
|
| /llvm-project-15.0.7/clang/test/CodeGen/arc/ |
| H A D | arguments.c | 81 void f10(bitfield1 bf1) {} in f10() argument
|
| /llvm-project-15.0.7/llvm/test/Transforms/GVNHoist/ |
| H A D | hoist.ll | 320 %bf1 = load i8, i8* %0, align 4 321 %bf.clear1 = and i8 %bf1, 1 339 %bf1 = load i8, i8* %0, align 4 340 %bf.clear1 = and i8 %bf1, 1
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/tests/ |
| H A D | asan_test.cpp | 242 int bf1:1; member 251 EXPECT_DEATH(x->bf1 = 0, "use-after-free"); in TEST()
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | arc-captured-32bit-block-var-layout.m | 193 void bf1(void) { function
|
| H A D | arc-captured-block-var-layout.m | 192 void bf1(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)
|