OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:my_func
(Results
1 - 6
of
6
) sorted by null
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
funv2.s
2
.globl
my_func
3
.type
my_func
,@function
4
my_func
:
label
6
.size
my_func
,.-
my_func
funv1.s
1
.globl
my_func
2
.type
my_func
,@function
4
my_func
:
label
10
.size
my_func
,.-.Lmy_func
funref.s
4
.dc.a
my_func
funref2.s
4
.dc.a
my_func
/external/clang/test/CodeGen/
opaque-pointer.c
4
typedef void (*
my_func
) (struct test *);
typedef
5
my_func
handler;
/external/clang/test/Analysis/
uninit-vals-ps.c
4
void (*
my_func
)(int * x);
member in struct:FPRec
11
(*foo->
my_func
)(&x);
Completed in 79 milliseconds