OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:function_pointer
(Results
1 - 6
of
6
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_atarieddi_s.h
52
unsigned long Atari_get_EdDI_version(void *
function_pointer
);
/external/clang/test/CodeGenCXX/
mangle-ms-return-qualifiers.cpp
158
typedef int (*
function_pointer
)(int);
typedef
160
function_pointer
g1() { return 0; }
163
const
function_pointer
g2() { return 0; }
166
function_pointer
* g3() { return 0; }
169
const
function_pointer
* g4() { return 0; }
mangle-ms-template-callback.cpp
46
void
function_pointer
(C<void(*)(void)>) {}
function
47
// CHECK: "\01?
function_pointer
@@YAXV?$C@P6AXXZ@@@Z"
/external/stlport/test/unit/
ptrspec_test.cpp
23
CPPUNIT_TEST(
function_pointer
);
29
void
function_pointer
();
227
void PtrSpecTest::
function_pointer
()
function in class:PtrSpecTest
/ndk/tests/device/test-gnustl-full/unit/
ptrspec_test.cpp
23
CPPUNIT_TEST(
function_pointer
);
29
void
function_pointer
();
227
void PtrSpecTest::
function_pointer
()
function in class:PtrSpecTest
/ndk/tests/device/test-stlport/unit/
ptrspec_test.cpp
23
CPPUNIT_TEST(
function_pointer
);
29
void
function_pointer
();
227
void PtrSpecTest::
function_pointer
()
function in class:PtrSpecTest
Completed in 3412 milliseconds