OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:funcptr
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/BlocksRuntime/tests/
returnfunctionptr.c
12
int (*
funcptr
)(long);
variable
18
b = ^(char x) { return
funcptr
; };
20
b = ^int (*(char x))(long) { return
funcptr
; };
/external/clang/test/CodeGen/
2009-06-01-addrofknr.c
4
struct
funcptr
{
struct
17
struct
funcptr
fp;
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p5.cpp
145
int (*
funcptr
)(int);
member in namespace:pointer_to_function
150
void x0e(X0<
funcptr
>); // expected-error{{must have its address taken}}
162
int (*
funcptr
)(int);
member in namespace:reference_to_function
167
void x0e(X0<
funcptr
>); // expected-error{{non-type template parameter of reference type 'int (&)(int)' cannot bind to template argument of type 'int (*)(int)'}}
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p6.cpp
98
auto
funcptr
= &g<int>;
local
99
int (*funcptr2)(int) =
funcptr
;
/external/qemu/distrib/sdl-1.2.12/src/video/dc/
SDL_dcvideo.c
332
typedef void (*
funcptr
)();
typedef
335
funcptr
addr;
Completed in 445 milliseconds