Searched defs:function_ptr (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dsrpc_client.cc24 MethodInfo(const RpcFunction function_ptr, argument
32 function_ptr_(function_ptr),
44 RpcFunction function_ptr() const { return function_ptr_; } function in class:plugin::MethodInfo
/external/clang/test/SemaCXX/
H A Dvararg-non-pod.cpp158 typedef void(*function_ptr)(int, ...); typedef in namespace:t11
162 function_ptr get_f_ptr();
166 function_ptr arr_f_ptr[5];
H A DMicrosoftExtensions.cpp156 long (*function_ptr)(int a); variable
161 void *a3 = function_ptr;
/external/chromium_org/content/renderer/
H A Drender_font_warmup_win.cc175 PROC* function_ptr = &vtable[kGetSystemFontCollectionVTableIndex]; local
177 base::win::ModifyCode(function_ptr, &stub_function, sizeof(PROC));
/external/chromium_org/sandbox/win/src/
H A Dwin_utils.cc318 FARPROC* function_ptr = reinterpret_cast<FARPROC*>(ptr); local
319 *function_ptr = ::GetProcAddress(ntdll, name);
320 CHECK_NT(*function_ptr);
/external/lldb/source/Expression/
H A DIRForTarget.cpp297 llvm::Value *function_ptr,
300 for (Value::use_iterator i = function_ptr->use_begin(), e = function_ptr->use_end();
296 RegisterFunctionMetadata(LLVMContext &context, llvm::Value *function_ptr, const char *name) argument

Completed in 1572 milliseconds