HomeSort by relevance Sort by last modified time
    Searched refs:funcptr (Results 1 - 4 of 4) sorted by null

  /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 160 milliseconds