OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:my_func
(Results
1 - 4
of
4
) sorted by null
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
funv1.s
1
.globl
my_func
2
.type
my_func
,@function
4
my_func
:
label
10
.size
my_func
,.-.Lmy_func
funv2.s
2
.globl
my_func
3
.type
my_func
,@function
4
my_func
:
label
6
.size
my_func
,.-
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 91 milliseconds