Home
last modified time | relevance | path

Searched refs:bf3 (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/test/Profile/
H A Dbranch-logical-mixed.cpp21 bool bf3 = false; in func() local
46 bf3) || // CHECK: store {{.*}} @[[FUNC]], i32 0, i32 33 in func()
59 bf3) && // CHECK: store {{.*}} @[[FUNC]], i32 0, i32 50 in func()
/llvm-project-15.0.7/clang/test/CoverageMapping/
H A Dbranch-logical-mixed.cpp19 bool bf3 = false; in func() local
44bf3) || // CHECK: Branch,File 0, [[@LINE]]:13 -> [[@LINE]]:16 = #33, (#32 - #33) in func()
57bf3) && // CHECK: Branch,File 0, [[@LINE]]:13 -> [[@LINE]]:16 = (#49 - #50), #50 in func()
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Windows/
H A Dbitfield.cpp9 unsigned int bf3:3; member
17 s->bf3 = 3; in main()
H A Dbitfield_uaf.cpp9 unsigned int bf3:3; member
/llvm-project-15.0.7/llvm/test/CodeGen/BPF/CORE/
H A Dfield-reloc-bitfield-2.ll9 ; bf3:5,
19 ; bf1, bf1, bf3 and bf4 and the ABI alignment is 1 byte. So for bf4 access,
20 ; the starting offset has to be at the beginning of field bf3.
113 !24 = !DIDerivedType(tag: DW_TAG_member, name: "bf3", scope: !18, file: !1, line: 5, baseType: !21,…
H A Dfield-reloc-bitfield-2-bpfeb.ll9 ; bf3:5,
19 ; bf1, bf1, bf3 and bf4 and the ABI alignment is 1 byte. So for bf4 access,
20 ; the starting offset has to be at the beginning of field bf3.
113 !24 = !DIDerivedType(tag: DW_TAG_member, name: "bf3", scope: !18, file: !1, line: 5, baseType: !21,…
/llvm-project-15.0.7/compiler-rt/lib/asan/tests/
H A Dasan_test.cpp244 int bf3:1; member
253 EXPECT_DEATH(x->bf3 = 0, "use-after-free"); in TEST()
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Darc-captured-32bit-block-var-layout.m223 void bf3(void) { function
H A Darc-captured-block-var-layout.m222 void bf3(void) { function