Home
last modified time | relevance | path

Searched refs:func_ptr (Results 1 – 13 of 13) sorted by relevance

/external/lldb/test/functionalities/breakpoint/breakpoint_locations/
Dmain.c29 int (*func_ptr) (void); in main() local
30 func_ptr = func_inlined; in main()
37 func_ptr (); in main()
/external/lldb/test/lang/c/inlines/
Dinlines.c43 int (*func_ptr) (int); in main() local
44 func_ptr = outer_inline; in main()
48 func_ptr (argc); in main()
/external/lldb/test/python_api/frame/inlines/
Dinlines.c43 int (*func_ptr) (int); in main() local
44 func_ptr = outer_inline; in main()
48 func_ptr (argc); // This should correspond to the second break stop. in main()
/external/google-breakpad/src/processor/
Dfast_source_line_resolver.cc74 const Function* func_ptr = 0; in LookupAddress() local
81 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()
Dfast_source_line_resolver_types.h75 void CopyFrom(const Function *func_ptr) { in CopyFrom()
76 const char *raw = reinterpret_cast<const char*>(func_ptr); in CopyFrom()
/external/clang/test/Sema/
D2009-07-17-VoidParameter.c4 void (*func_ptr)(vt my_vt); // expected-error {{argument may not have 'void' type}} variable
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dblocks.mm72 typedef int (*func_ptr)(int);
73 fp = (func_ptr)[](int x) { return x + 1; };
/external/v8/src/third_party/vtune/
Dittnotify_config.h346 void** func_ptr; member
354 void** func_ptr; member
/external/opencv/cxcore/src/
Dcxswitcher.cpp183 typedef int64 (CV_CDECL * func_ptr)(void); in icvInitProcessorInfo()
184 func_ptr cpuid = (func_ptr)(void*)cpuid_code; in icvInitProcessorInfo()
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
Dittnotify_config.h317 void** func_ptr; member
325 void** func_ptr; member
/external/clang/test/SemaCXX/
Dmember-pointer-ms.cpp227 void (T::*func_ptr)(); member
/external/pcre/dist/sljit/
DsljitLir.h1143 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_function_context(void** func_ptr, struct sljit_function_con…
DsljitNativePPC_common.c227 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_function_context(void** func_ptr, struct sljit_function_con… in sljit_set_function_context() argument
230 if (func_ptr) in sljit_set_function_context()
231 *func_ptr = (void*)context; in sljit_set_function_context()