Searched refs:func_ptr (Results 1 – 13 of 13) sorted by relevance
29 int (*func_ptr) (void); in main() local30 func_ptr = func_inlined; in main()37 func_ptr (); in main()
43 int (*func_ptr) (int); in main() local44 func_ptr = outer_inline; in main()48 func_ptr (argc); in main()
43 int (*func_ptr) (int); in main() local44 func_ptr = outer_inline; in main()48 func_ptr (argc); // This should correspond to the second break stop. in main()
74 const Function* func_ptr = 0; in LookupAddress() local81 if (functions_.RetrieveNearestRange(address, func_ptr, in LookupAddress()84 func.get()->CopyFrom(func_ptr); in LookupAddress()103 (!func_ptr || public_address > function_base)) { in LookupAddress()
75 void CopyFrom(const Function *func_ptr) { in CopyFrom()76 const char *raw = reinterpret_cast<const char*>(func_ptr); in CopyFrom()
4 void (*func_ptr)(vt my_vt); // expected-error {{argument may not have 'void' type}} variable
72 typedef int (*func_ptr)(int);73 fp = (func_ptr)[](int x) { return x + 1; };
346 void** func_ptr; member354 void** func_ptr; member
183 typedef int64 (CV_CDECL * func_ptr)(void); in icvInitProcessorInfo()184 func_ptr cpuid = (func_ptr)(void*)cpuid_code; in icvInitProcessorInfo()
317 void** func_ptr; member325 void** func_ptr; member
227 void (T::*func_ptr)(); member
1143 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_function_context(void** func_ptr, struct sljit_function_con…
227 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_function_context(void** func_ptr, struct sljit_function_con… in sljit_set_function_context() argument230 if (func_ptr) in sljit_set_function_context()231 *func_ptr = (void*)context; in sljit_set_function_context()