Searched refs:gv1 (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dcopy-constructor-elim.cpp52 extern const V_over_aligned gv1 = {}; variable
54 extern "C" V f() { return gv1; }
59 // CHECK: call void @llvm.memcpy.p0i8.p0i8.{{i64|i32}}({{.*}}, i8* bitcast (%struct.V* @gv1 to i8*), {{i64|i32}} 4, i32 4, i1 false)
/external/clang/test/Sema/
H A Ddeclspec.c11 int gv1; variable
/external/clang/test/CodeGen/
H A Dconst-init.c55 // CHECK: @gv1 = global %struct.anon <{ i32 0, i8 7 }>, align 1
59 } __attribute__((__packed__)) gv1 = { .a = 0x0, .b = 7, }; variable in typeref:struct:__anon2159

Completed in 315 milliseconds