OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:funcptr
(Results
1 - 8
of
8
) 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
5
struct
funcptr
{
struct
18
struct
funcptr
fp;
/external/chromium_org/tools/gyp/test/module/src/
program.c
29
module_symbol
funcptr
;
local
51
funcptr
= (module_symbol) GetProcAddress(dl, module_function);
52
if (!
funcptr
) {
56
funcptr
();
78
funcptr
= dlsym(dl, module_function);
79
if (!
funcptr
) {
83
funcptr
();
/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/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
sema.cpp
42
typedef void (*
funcptr
)();
typedef
43
funcptr
returnsptr() throw();
/external/qemu/distrib/sdl-1.2.15/src/video/dc/
SDL_dcvideo.c
332
typedef void (*
funcptr
)();
typedef
335
funcptr
addr;
/external/bison/
configure
[
all
...]
Completed in 834 milliseconds