OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:struct_with_array
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/CodeGen/
arm-homogenous.c
124
}
struct_with_array
;
typedef in typeref:struct:__anon8082
125
struct_with_array
g_s_a;
127
extern void takes_struct_with_array(
struct_with_array
a);
128
extern
struct_with_array
returns_struct_with_array(void);
132
// CHECK: call arm_aapcs_vfpcc void @takes_struct_with_array(%struct.
struct_with_array
{{.*}})
134
// CHECK: declare arm_aapcs_vfpcc void @takes_struct_with_array(%struct.
struct_with_array
)
138
// CHECK: call arm_aapcs_vfpcc %struct.
struct_with_array
@returns_struct_with_array()
140
// CHECK: declare arm_aapcs_vfpcc %struct.
struct_with_array
@returns_struct_with_array()
Completed in 885 milliseconds