Home
last modified time | relevance | path

Searched refs:bf1 (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/clang/test/Profile/
H A Dbranch-logical-mixed.cpp19 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 Dbranch-logical-mixed.cpp17 bool bf1 = false; in func() local
26bf1 && // CHECK: Branch,File 0, [[@LINE]]:12 -> [[@LINE]]:15 = #6, (#5 - #6) in func()
33bf1 || // CHECK: Branch,File 0, [[@LINE]]:12 -> [[@LINE]]:15 = (#15 - #16), #16 in func()
40bf1) || // CHECK: Branch,File 0, [[@LINE]]:13 -> [[@LINE]]:16 = #29, (#28 - #29) in func()
53bf1) && // CHECK: Branch,File 0, [[@LINE]]:13 -> [[@LINE]]:16 = (#45 - #46), #46 in func()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-unsequenced.cpp452 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 Dbitfield.cpp7 unsigned int bf1:1; member
15 s->bf1 = 1; in main()
H A Dbitfield_uaf.cpp7 unsigned int bf1:1; member
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dcopy-constructor-synthesis.cpp26 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 Dfield-reloc-bitfield-2.ll7 ; 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 Dfield-reloc-bitfield-2-bpfeb.ll7 ; 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 Dfield-reloc-bitfield-1-bpfeb.ll11 ; unsigned bf1:5,
115 !27 = !DIDerivedType(tag: DW_TAG_member, name: "bf1", scope: !18, file: !1, line: 7, baseType: !4, …
H A Dfield-reloc-bitfield-1.ll11 ; 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 Dlanai-arguments.c75 void f10(bitfield1 bf1) {} in f10() argument
/llvm-project-15.0.7/clang/test/CodeGen/WebAssembly/
H A Dwasm-arguments.c129 void bitfield_arg(bitfield1 bf1) {} in bitfield_arg() argument
/llvm-project-15.0.7/clang/test/CodeGen/arc/
H A Darguments.c81 void f10(bitfield1 bf1) {} in f10() argument
/llvm-project-15.0.7/llvm/test/Transforms/GVNHoist/
H A Dhoist.ll320 %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 Dasan_test.cpp242 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 Darc-captured-32bit-block-var-layout.m193 void bf1(void) { function
H A Darc-captured-block-var-layout.m192 void bf1(void) { function
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dbitfield-insert.ll218 ; (e.g. result of str.bf1 = str.bf2)