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 141 } union_with_struct_with_fundamental_elems; typedef in typeref:union:__anon6322
142 union_with_struct_with_fundamental_elems g_u_s_fe;
144 extern void takes_union_with_struct_with_fundamental_elems(union_with_struct_with_fundamental_elems a);
145 extern union_with_struct_with_fundamental_elems returns_union_with_struct_with_fundamental_elems(void);
155 // CHECK: call arm_aapcs_vfpcc %union.union_with_struct_with_fundamental_elems @returns_union_with_struct_with_fundamental_elems()
157 // CHECK: declare arm_aapcs_vfpcc %union.union_with_struct_with_fundamental_elems @returns_union_with_struct_with_fundamental_elems()

Completed in 581 milliseconds