Searched refs:function_pointer (Results 1 – 11 of 11) sorted by relevance
173 typedef int (*function_pointer)(int); typedef175 function_pointer g1() { return 0; } in g1()178 const function_pointer g2() { return 0; } in g2()181 function_pointer* g3() { return 0; } in g3()184 const function_pointer* g4() { return 0; } in g4()
46 void function_pointer(C<void(*)(void)>) {} in function_pointer() function
4 @function_pointer = addrspace(1) global ptr null39 %fn = load ptr, ptr addrspace(1) @function_pointer
34 ?function_pointer@@YAXV?$C@P6AXXZ@@@Z35 ; CHECK: void __cdecl function_pointer(class C<void (__cdecl *)(void)>)
46 void function_pointer() { in function_pointer() function
49 void function_pointer() { in function_pointer() function
64 namespace function_pointer { namespace
117 define float @function_pointer(ptr %fptr, float %p1) {118 ; CHECK-LABEL: @function_pointer(
200 define double @function_pointer(ptr %fptr, double %p1) {201 ; CHECK-LABEL: @function_pointer(