Home
last modified time | relevance | path

Searched refs:FunctionPtr (Results 1 – 3 of 3) sorted by relevance

/external/llvm/test/CodeGen/X86/
D2011-04-13-SchedCmpJmp.ll6 %"class.JSC::FunctionPtr" = type { i8* }
11 …dressPtrERS2_(%"class.JSC::JSGlobalData"* nocapture, i8*, %"class.JSC::FunctionPtr"* nocapture) no…
57 %3 = bitcast i8** %2 to %"class.JSC::FunctionPtr"*
58 …ReturnAddressPtrERS2_(%"class.JSC::JSGlobalData"* %tmp30, i8* undef, %"class.JSC::FunctionPtr"* %3)
/external/deqp/framework/platform/win32/
DtcuWGL.hpp178 typedef void (__stdcall* FunctionPtr) (void); typedef
193 FunctionPtr getGLFunction (const char* name) const;
DtcuWGL.cpp433 FunctionPtr Context::getGLFunction (const char* name) const in getGLFunction()
435 FunctionPtr ptr = DE_NULL; in getGLFunction()
438 ptr = (FunctionPtr)m_core->getLibrary()->getFunctions().getProcAddress(name); in getGLFunction()
442 ptr = (FunctionPtr)m_core->getLibrary()->getGLLibrary().getFunction(name); in getGLFunction()