Searched refs:bfx_packed (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/OpenMP/
H A Datomic_capture_codegen.cpp38 } __attribute__ ((__packed__)) bfx_packed; variable in typeref:struct:BitFields_packed
739 {iv = bfx_packed.a; bfx_packed.a *= ldv;}
H A Datomic_read_codegen.c38 } __attribute__ ((__packed__)) bfx_packed; variable in typeref:struct:BitFields_packed
248 // CHECK: call void @__atomic_load(i64 4, i8* getelementptr (i8, i8* bitcast (%struct.BitFields_packed* @bfx_packed to i8*), i64 4), i8* [[LDTEMP_VOID_PTR]], i32 0)
254 ldv = bfx_packed.a;
H A Datomic_update_codegen.cpp38 } __attribute__ ((__packed__)) bfx_packed; variable in typeref:struct:BitFields_packed
677 bfx_packed.a *= ldv;
H A Datomic_write_codegen.c38 } __attribute__ ((__packed__)) bfx_packed; variable in typeref:struct:BitFields_packed
324 bfx_packed.a = ldv;

Completed in 79 milliseconds