Searched refs:FunctionPtr (Results 1 - 24 of 24) sorted by relevance

/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
H A Dis_member_object_pointer.pass.cpp72 typedef void (*FunctionPtr)(); typedef
79 test_is_member_object_pointer<FunctionPtr Empty::*>();
93 test_is_not_member_object_pointer<FunctionPtr>();
H A Dis_member_pointer.pass.cpp72 typedef void (*FunctionPtr)(); typedef
79 test_is_member_pointer<FunctionPtr Empty::*>();
94 test_is_not_member_pointer<FunctionPtr>();
H A Dis_array.pass.cpp72 typedef void (*FunctionPtr)(); typedef
89 test_is_not_array<FunctionPtr>();
H A Dis_class.pass.cpp72 typedef void (*FunctionPtr)(); typedef
99 test_is_not_class<FunctionPtr>();
H A Dis_enum.pass.cpp72 typedef void (*FunctionPtr)(); typedef
93 test_is_not_enum<FunctionPtr>();
H A Dis_floating_point.pass.cpp72 typedef void (*FunctionPtr)(); typedef
101 test_is_not_floating_point<FunctionPtr>();
H A Dis_lvalue_reference.pass.cpp74 typedef void (*FunctionPtr)(); typedef
91 test_is_not_lvalue_reference<FunctionPtr>();
H A Dis_null_pointer.pass.cpp74 typedef void (*FunctionPtr)(); typedef
91 test_is_not_null_pointer<FunctionPtr>();
H A Dis_pointer.pass.cpp72 typedef void (*FunctionPtr)(); typedef
80 test_is_pointer<FunctionPtr>();
H A Dis_rvalue_reference.pass.cpp74 typedef void (*FunctionPtr)(); typedef
91 test_is_not_rvalue_reference<FunctionPtr>();
H A Dis_union.pass.cpp72 typedef void (*FunctionPtr)(); typedef
89 test_is_not_union<FunctionPtr>();
H A Dis_void.pass.cpp72 typedef void (*FunctionPtr)(); typedef
92 test_is_not_void<FunctionPtr>();
H A Dis_function.pass.cpp73 typedef void (*FunctionPtr)(); typedef
94 test_is_not_function<FunctionPtr>(); // function pointer is not a function
H A Dis_integral.pass.cpp72 typedef void (*FunctionPtr)(); typedef
100 test_is_not_integral<FunctionPtr>();
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
H A Dis_compound.pass.cpp73 typedef void (*FunctionPtr)(); typedef
81 test_is_compound<FunctionPtr>();
H A Dis_member_pointer.pass.cpp73 typedef void (*FunctionPtr)(); typedef
104 test_is_not_member_pointer<FunctionPtr>();
H A Dis_object.pass.cpp73 typedef void (*FunctionPtr)(); typedef
95 test_is_object<FunctionPtr>();
H A Dis_reference.pass.cpp73 typedef void (*FunctionPtr)(); typedef
90 test_is_not_reference<FunctionPtr>();
H A Dis_arithmetic.pass.cpp73 typedef void (*FunctionPtr)(); typedef
101 test_is_not_arithmetic<FunctionPtr>();
H A Dis_fundamental.pass.cpp73 typedef void (*FunctionPtr)(); typedef
103 test_is_not_fundamental<FunctionPtr>();
H A Dis_scalar.pass.cpp73 typedef void (*FunctionPtr)(); typedef
100 test_is_scalar<FunctionPtr>();
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_literal_type.pass.cpp71 typedef void (*FunctionPtr)(); typedef
101 test_is_literal_type<FunctionPtr>();
/external/deqp/framework/platform/win32/
H A DtcuWGL.hpp178 typedef void (__stdcall* FunctionPtr) (void); typedef in namespace:tcu::wgl
193 FunctionPtr getGLFunction (const char* name) const;
H A DtcuWGL.cpp433 FunctionPtr Context::getGLFunction (const char* name) const
435 FunctionPtr ptr = DE_NULL;
438 ptr = (FunctionPtr)m_core->getLibrary()->getFunctions().getProcAddress(name);
442 ptr = (FunctionPtr)m_core->getLibrary()->getGLLibrary().getFunction(name);

Completed in 164 milliseconds