HomeSort by relevance Sort by last modified time
    Searched defs:function_pointer (Results 1 - 5 of 5) sorted by null

  /external/clang/test/CodeGenCXX/
mangle-ms-template-callback.cpp 46 void function_pointer(C<void(*)(void)>) {} function
47 // CHECK: "\01?function_pointer@@YAXV?$C@P6AXXZ@@@Z"
mangle-ms-return-qualifiers.cpp 167 typedef int (*function_pointer)(int); typedef
169 function_pointer g1() { return 0; }
172 const function_pointer g2() { return 0; }
175 function_pointer* g3() { return 0; }
178 const function_pointer* g4() { return 0; }
  /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 271 milliseconds