HomeSort by relevance Sort by last modified time
    Searched full:union_with_struct_with_fundamental_elems (Results 1 - 1 of 1) sorted by null

  /external/clang/test/CodeGen/
arm-homogenous.c 138 } union_with_struct_with_fundamental_elems; typedef in typeref:union:__anon5274
139 union_with_struct_with_fundamental_elems g_u_s_fe;
141 extern void takes_union_with_struct_with_fundamental_elems(union_with_struct_with_fundamental_elems a);
142 extern union_with_struct_with_fundamental_elems returns_union_with_struct_with_fundamental_elems(void);
152 // CHECK: call arm_aapcs_vfpcc %union.union_with_struct_with_fundamental_elems @returns_union_with_struct_with_fundamental_elems()
154 // CHECK: declare arm_aapcs_vfpcc %union.union_with_struct_with_fundamental_elems @returns_union_with_struct_with_fundamental_elems()

Completed in 1386 milliseconds