Home | Sort by relevance Sort by last modified time |
/external/clang/test/OpenMP/ | |
atomic_capture_codegen.cpp | 70 } __attribute__ ((__packed__)) bfx4_packed; variable in typeref:struct:BitFields4_packed [all...] |
atomic_read_codegen.c | 70 } __attribute__ ((__packed__)) bfx4_packed; variable in typeref:struct:BitFields4_packed 295 // CHECK: [[LD:%.+]] = load atomic i8, i8* getelementptr inbounds (%struct.BitFields4_packed, %struct.BitFields4_packed* @bfx4_packed, i32 0, i32 0, i64 2) monotonic 303 ldv = bfx4_packed.a; 312 // CHECK: [[LD:%.+]] = load atomic i8, i8* getelementptr inbounds (%struct.BitFields4_packed, %struct.BitFields4_packed* @bfx4_packed, i32 0, i32 0, i64 2) monotonic 319 ldv = bfx4_packed.b; |
atomic_update_codegen.cpp | 70 } __attribute__ ((__packed__)) bfx4_packed; variable in typeref:struct:BitFields4_packed [all...] |
atomic_write_codegen.c | 70 } __attribute__ ((__packed__)) bfx4_packed; variable in typeref:struct:BitFields4_packed 443 bfx4_packed.a = ldv; 482 bfx4_packed.b = ldv; |