Searched refs:func_ptr (Results 1 – 14 of 14) sorted by relevance
/external/libcxx/test/std/utilities/function.objects/func.invoke/ |
D | invoke.pass.cpp | 85 ClassFunc func_ptr = &TestClass::operator(); in test_b12() local 92 std::invoke(func_ptr, std::forward<Functor>(f), std::move(arg)) in test_b12() 103 std::invoke(func_ptr, std::forward<Functor>(f), std::move(arg)); in test_b12() 111 ClassFunc func_ptr = &TestClass::data; in test_b34() local 115 std::invoke(func_ptr, std::forward<Functor>(f)) in test_b34() 126 std::invoke(func_ptr, std::forward<Functor>(f)); in test_b34()
|
/external/google-breakpad/src/processor/ |
D | fast_source_line_resolver.cc | 74 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()
|
D | fast_source_line_resolver_types.h | 75 void CopyFrom(const Function *func_ptr) { in CopyFrom() 76 const char *raw = reinterpret_cast<const char*>(func_ptr); in CopyFrom()
|
/external/clang/test/Sema/ |
D | 2009-07-17-VoidParameter.c | 4 void (*func_ptr)(vt my_vt); // expected-error {{argument may not have 'void' type}} variable
|
/external/syslinux/core/thread/ |
D | kill_thread.c | 5 typedef void (*func_ptr)(void); typedef
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
D | blocks.mm | 72 typedef int (*func_ptr)(int); 73 fp = (func_ptr)[](int x) { return x + 1; };
|
/external/v8/src/third_party/vtune/ |
D | ittnotify_config.h | 346 void** func_ptr; member 354 void** func_ptr; member
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | ittnotify_config.h | 317 void** func_ptr; member 325 void** func_ptr; member
|
/external/clang/test/SemaCXX/ |
D | member-pointer-ms.cpp | 227 void (T::*func_ptr)(); member
|
/external/pcre/dist2/src/sljit/ |
D | sljitLir.h | 1181 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_function_context(void** func_ptr, struct sljit_function_con…
|
D | sljitNativePPC_common.c | 231 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_function_context(void** func_ptr, struct sljit_function_con… in sljit_set_function_context() argument 234 if (func_ptr) in sljit_set_function_context() 235 *func_ptr = (void*)context; in sljit_set_function_context()
|
/external/toolchain-utils/dejagnu/gdb_baseline/ |
D | i686-pc-linux-gnu | 11623 PASS: gdb.cp/member-ptr.exp: print diamond.func_ptr (20) 14561 PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.func_ptr 14562 PASS: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.func_ptr 14671 PASS: gdb.mi/mi2-var-child.exp: update all vars struct_declarations.func_ptr changed 15355 PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.func_ptr 15356 PASS: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.func_ptr 15465 PASS: gdb.mi/mi-var-child.exp: update all vars struct_declarations.func_ptr changed 15896 PASS: gdb.mi/mi-var-display.exp: set format variable weird.func_ptr 15897 PASS: gdb.mi/mi-var-display.exp: show format variable weird.func_ptr 15907 PASS: gdb.mi/mi-var-display.exp: set format variable weird.func_ptr
|
D | x86_64-cros-linux-gnu | 11858 PASS: gdb.cp/member-ptr.exp: print diamond.func_ptr (20) 14864 PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.func_ptr 14865 PASS: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.func_ptr 14974 PASS: gdb.mi/mi2-var-child.exp: update all vars struct_declarations.func_ptr changed 15659 PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.func_ptr 15660 PASS: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.func_ptr 15769 PASS: gdb.mi/mi-var-child.exp: update all vars struct_declarations.func_ptr changed 16164 PASS: gdb.mi/mi-var-display.exp: set format variable weird.func_ptr 16165 PASS: gdb.mi/mi-var-display.exp: show format variable weird.func_ptr 16175 PASS: gdb.mi/mi-var-display.exp: set format variable weird.func_ptr
|
D | armv7a-cros-linux-gnueabi | 11478 PASS: gdb.cp/member-ptr.exp: print diamond.func_ptr (20) 14491 PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.func_ptr 14492 PASS: gdb.mi/mi2-var-child.exp: get number of children of struct_declarations.func_ptr 14601 PASS: gdb.mi/mi2-var-child.exp: update all vars struct_declarations.func_ptr changed 15289 PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.func_ptr 15290 PASS: gdb.mi/mi-var-child.exp: get number of children of struct_declarations.func_ptr 15399 PASS: gdb.mi/mi-var-child.exp: update all vars struct_declarations.func_ptr changed 15794 PASS: gdb.mi/mi-var-display.exp: set format variable weird.func_ptr 15795 PASS: gdb.mi/mi-var-display.exp: show format variable weird.func_ptr 15805 PASS: gdb.mi/mi-var-display.exp: set format variable weird.func_ptr
|