Searched refs:FunctionPointer (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
H A Dmain.c64 typedef void (* FunctionPointer) (void); typedef
66 static FunctionPointer functionPointerForTVector(TransitionVector);
67 static TransitionVector tVectorForFunctionPointer(FunctionPointer);
137 pluginFuncs->newp = (NPP_NewProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_New);
138 pluginFuncs->destroy = (NPP_DestroyProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_Destroy);
139 pluginFuncs->setwindow = (NPP_SetWindowProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_SetWindow);
140 pluginFuncs->newstream = (NPP_NewStreamProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_NewStream);
141 pluginFuncs->destroystream = (NPP_DestroyStreamProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_DestroyStream);
142 pluginFuncs->asfile = (NPP_StreamAsFileProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_StreamAsFile);
143 pluginFuncs->writeready = (NPP_WriteReadyProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_WriteRead
[all...]
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-templates.cpp124 typedef void (*FunctionPointer)(void); typedef
126 template <FunctionPointer function>
/external/chromium_org/gpu/command_buffer/service/
H A Dshader_translator.cc216 typedef khronos_uint64_t (*FunctionPointer)(const char*, size_t); typedef in struct:gpu::gles2::MustMatchShBuiltInResource
221 FunctionPointer pointer_fields[kNumFunctionPointerFields];
/external/chromium/base/
H A Dtracked_objects.cc398 typedef void (*FunctionPointer)(); typedef in class:tracked_objects::ThreadData::RunTheStatic
399 RunTheStatic(FunctionPointer function,
406 FunctionPointer function_;
414 ThreadData::RunTheStatic::RunTheStatic(FunctionPointer function,
/external/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1286 llvm::Value *FunctionPointer = MemPtr; local
1293 FunctionPointer = Builder.CreateExtractValue(MemPtr, I++);
1314 return Builder.CreateBitCast(FunctionPointer, FTy->getPointerTo());

Completed in 122 milliseconds