OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_struct
(Results
1 - 5
of
5
) sorted by null
/frameworks/compile/libbcc/tests/debuginfo/host-tests/
pass-struct.c
8
// DEBUGGER: break
test_struct
21
int
test_struct
(struct int_struct s)
function
35
int result =
test_struct
(s);
/external/clang/test/FixIt/
fixit.c
61
struct
test_struct
{
struct
62
// CHECK: struct
test_struct
*struct_ptr;
63
test_struct
*struct_ptr; // expected-error {{must use 'struct' tag to refer to type '
test_struct
'}}
/external/clang/test/CodeGen/
arm-aapcs-vfp.c
22
// CHECK: define arm_aapcs_vfpcc %struct.homogeneous_struct @
test_struct
(float %{{.*}}, float %{{.*}}, float %{{.*}}, float %{{.*}})
24
struct homogeneous_struct
test_struct
(struct homogeneous_struct arg) {
function
arm-abi-vector.c
257
double
test_struct
(StructWithVec* d) {
function
258
// CHECK:
test_struct
260
// APCS-GNU:
test_struct
/external/clang/test/Sema/
overloadable.c
33
void
test_struct
(struct X x, struct Y y) {
function
Completed in 820 milliseconds