Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Profile/
H A Dbranch-logical-mixed.cpp22 bool bf4 = false; in func() local
48 bf4) || // CHECK: store {{.*}} @[[FUNC]], i32 0, i32 35 in func()
61 bf4) && // CHECK: store {{.*}} @[[FUNC]], i32 0, i32 52 in func()
/llvm-project-15.0.7/clang/test/CoverageMapping/
H A Dbranch-logical-mixed.cpp20 bool bf4 = false; in func() local
46bf4) || // CHECK: Branch,File 0, [[@LINE]]:13 -> [[@LINE]]:16 = #35, (#34 - #35) in func()
59bf4) && // CHECK: Branch,File 0, [[@LINE]]:13 -> [[@LINE]]:16 = (#51 - #52), #52 in func()
/llvm-project-15.0.7/llvm/test/CodeGen/BPF/CORE/
H A Dfield-reloc-bitfield-2.ll10 ; bf4:3;
14 ; return __builtin_preserve_field_info(arg->bf4, FIELD_TYPE_OFFSET) +
15 ; __builtin_preserve_field_info(arg->bf4, FIELD_TYPE_SIZE) +
16 ; __builtin_preserve_field_info(arg->bf4, FIELD_TYPE_LSHIFT_U64);
19 ; bf1, bf1, bf3 and bf4 and the ABI alignment is 1 byte. So for bf4 access,
114 !25 = !DIDerivedType(tag: DW_TAG_member, name: "bf4", scope: !18, file: !1, line: 6, baseType: !21,…
H A Dfield-reloc-bitfield-2-bpfeb.ll10 ; bf4:3;
14 ; return __builtin_preserve_field_info(arg->bf4, FIELD_TYPE_OFFSET) +
15 ; __builtin_preserve_field_info(arg->bf4, FIELD_TYPE_SIZE) +
16 ; __builtin_preserve_field_info(arg->bf4, FIELD_TYPE_LSHIFT_U64);
19 ; bf1, bf1, bf3 and bf4 and the ABI alignment is 1 byte. So for bf4 access,
114 !25 = !DIDerivedType(tag: DW_TAG_member, name: "bf4", scope: !18, file: !1, line: 6, baseType: !21,…
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Windows/
H A Dbitfield.cpp10 unsigned int bf4:4; member
18 s->bf4 = 4; in main()
H A Dbitfield_uaf.cpp10 unsigned int bf4:4; member
/llvm-project-15.0.7/compiler-rt/lib/asan/tests/
H A Dasan_test.cpp245 int bf4:29; member
254 EXPECT_DEATH(x->bf4 = 0, "use-after-free"); in TEST()
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Darc-captured-32bit-block-var-layout.m255 void bf4(void) { function
H A Darc-captured-block-var-layout.m254 void bf4(void) { function