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

  /external/clang/test/SemaCXX/
vararg-non-pod.cpp 158 typedef void(*function_ptr)(int, ...); typedef in namespace:t11
162 function_ptr get_f_ptr();
166 function_ptr arr_f_ptr[5];
MicrosoftExtensions.cpp 156 long (*function_ptr)(int a); variable
161 void *a3 = function_ptr;
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
srpc_client.cc 24 MethodInfo(const RpcFunction function_ptr,
32 function_ptr_(function_ptr),
44 RpcFunction function_ptr() const { return function_ptr_; } function in class:plugin::MethodInfo
  /external/chromium_org/sandbox/win/src/
win_utils.cc 312 FARPROC* function_ptr = reinterpret_cast<FARPROC*>(ptr); local
313 *function_ptr = ::GetProcAddress(ntdll, name);
315 for (int tries = 1; !(*function_ptr) && tries < max_tries; ++tries) {
319 *function_ptr = ::GetProcAddress(ntdll, name);
322 CHECK(*function_ptr);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
type_with_alignment.hpp 39 typedef void (*function_ptr)(); typedef in namespace:boost::detail
47 , void*, function_ptr, member_ptr, member_function_ptr))
52 , void*, function_ptr, member_ptr, member_function_ptr))

Completed in 80 milliseconds