Searched refs:func (Results 101 - 125 of 4809) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dcondbreak-multi-context.cc23 void func () {} function in class:Base
31 void func () {} function in class:A
39 void func () {} function in class:C
49 aobj.func ();
50 bobj.func ();
51 cobj.func ();
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dc++defs.h96 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
103 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
104 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
108 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
109 declares the system function, named func, with the given prototype,
115 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
116 _GL_EXTERN_C rettype func parameters_and_attributes
118 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
119 declares a C++ alias called GNULIB_NAMESPACE::func
125 avoids a reference to rpl_func unless GNULIB_NAMESPACE::func i
[all...]
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/interception/
H A Dinterception_linux.h25 bool InterceptFunction(const char *name, uptr *ptr_to_real, uptr func,
28 uptr func, uptr wrapper);
31 #define INTERCEPT_FUNCTION_LINUX_OR_FREEBSD(func) \
33 #func, \
34 (::__interception::uptr *) & REAL(func), \
35 (::__interception::uptr) & (func), \
36 (::__interception::uptr) & WRAP(func))
40 #define INTERCEPT_FUNCTION_VER_LINUX_OR_FREEBSD(func, symver) \
42 #func, symver, \
43 (::__interception::uptr *) & REAL(func), \
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dc++defs.h96 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
103 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
104 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
108 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
109 declares the system function, named func, with the given prototype,
115 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
116 _GL_EXTERN_C rettype func parameters_and_attributes
118 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
119 declares a C++ alias called GNULIB_NAMESPACE::func
125 avoids a reference to rpl_func unless GNULIB_NAMESPACE::func i
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interceptors.h26 #define SCOPED_INTERCEPTOR_RAW(func, ...) \
29 ScopedInterceptor si(thr, #func, caller_pc); \
34 #define SCOPED_TSAN_INTERCEPTOR(func, ...) \
35 SCOPED_INTERCEPTOR_RAW(func, __VA_ARGS__); \
36 if (REAL(func) == 0) { \
37 Report("FATAL: ThreadSanitizer: failed to intercept %s\n", #func); \
41 return REAL(func)(__VA_ARGS__); \
50 #define TSAN_INTERCEPTOR(ret, func, ...) INTERCEPTOR(ret, func, __VA_ARGS__)
53 # define TSAN_INTERCEPTOR_NETBSD_ALIAS(ret, func,
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Don_exit.c34 on_exit (void (*func) (int status, void *arg), void *arg)
42 PTR_MANGLE (func);
44 new->func.on.fn = func;
45 new->func.on.arg = arg;
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/elf/
H A Ddwarf2-7.s30 .globl func
31 .type func, %function
32 func: label
36 .size func, .-func
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-aarch64/
H A Drelasz.s2 .global func
3 .type func, %function
4 func: label
9 .size func, .-func
/netbsd-current/external/gpl3/gdb.old/dist/binutils/testsuite/binutils-all/
H A Ddisasm.s9 .globl func
10 func: label
11 .type func, "function"
18 .size func, . - func
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-x86-64/
H A Dilp32-11.s4 .quad func + 0x7fffffff
8 .type func, @function
9 .global func
10 .hidden func
11 func: label
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/rs6000/
H A Don_exit.c34 on_exit (void (*func) (int status, void *arg), void *arg)
42 PTR_MANGLE (func);
44 new->func.on.fn = func;
45 new->func.on.arg = arg;
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-plugin/
H A Dplugin-3.d2 .*: LDPT_MESSAGE func@0x.*
7 .*: LDPT_REGISTER_CLAIM_FILE_HOOK func@0x.*
8 .*: LDPT_REGISTER_ALL_SYMBOLS_READ_HOOK func@0x.*
9 .*: LDPT_REGISTER_CLEANUP_HOOK func@0x.*
10 .*: LDPT_ADD_SYMBOLS func@0x.*
11 .*: LDPT_GET_INPUT_FILE func@0x.*
12 .*: LDPT_GET_VIEW func@0x.*
13 .*: LDPT_RELEASE_INPUT_FILE func@0x.*
14 .*: LDPT_GET_SYMBOLS func@0x.*
15 .*: LDPT_GET_SYMBOLS_V2 func
[all...]
H A Dplugin-4.d2 .*: LDPT_MESSAGE func@0x.*
7 .*: LDPT_REGISTER_CLAIM_FILE_HOOK func@0x.*
8 .*: LDPT_REGISTER_ALL_SYMBOLS_READ_HOOK func@0x.*
9 .*: LDPT_REGISTER_CLEANUP_HOOK func@0x.*
10 .*: LDPT_ADD_SYMBOLS func@0x.*
11 .*: LDPT_GET_INPUT_FILE func@0x.*
12 .*: LDPT_GET_VIEW func@0x.*
13 .*: LDPT_RELEASE_INPUT_FILE func@0x.*
14 .*: LDPT_GET_SYMBOLS func@0x.*
15 .*: LDPT_GET_SYMBOLS_V2 func
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/microblaze/
H A Drelax_size2.s3 func: label
6 .size func, . - func
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-ifunc/
H A Dpr23169b.c4 extern int func (void);
11 if (func_p != &func || func_p () != 0xbadbeef)
18 func_p = &func;
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dpcrel-1.s2 .ent func
3 func: label
6 .end func
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors.h41 #define SCOPED_INTERCEPTOR_RAW(func, ...) \
43 ScopedInterceptor si(thr, #func, GET_CALLER_PC()); \
48 // c80604f7a3 ("tsan: remove real func check from interceptors")
54 # define CHECK_REAL_FUNC(func) \
55 if (REAL(func) == 0) { \
56 Report("FATAL: ThreadSanitizer: failed to intercept %s\n", #func); \
60 # define CHECK_REAL_FUNC(func) DCHECK(REAL(func))
63 #define SCOPED_TSAN_INTERCEPTOR(func, ...) \
64 SCOPED_INTERCEPTOR_RAW(func, __VA_ARGS_
[all...]
/netbsd-current/external/lgpl3/mpc/dist/tools/bench/
H A Dbenchtime.h23 #define DECLARE_ACCURATE_TIME_NOP(func, funccall) \
24 unsigned long int ACCURATE_TIME_NOP##func( unsigned long int niter, int n, mpc_t* z, mpc_t* x, mpc_t* y, int nop);\
25 unsigned long int ACCURATE_TIME_NOP##func( unsigned long int niter, int n, mpc_t* z, mpc_t* x, \
39 /* address of the function to time accurately niter calls of func */
40 #define ADDR_ACCURATE_TIME_NOP(func) ACCURATE_TIME_NOP##func
42 /* address of the function to time one call of func */
43 #define ADDR_TIME_NOP(func) TIME_NOP##func
47 #define DECLARE_TIME_NOP(func, funcal
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dadd_et_list.c40 * Call func (probably a comerr-generated function) with a pointer to
44 * @param func The generated com_err et function.
54 void (*func)(struct et_list **))
56 (*func)(&context->et_list);
/netbsd-current/tests/usr.bin/xlint/lint2/
H A Dmsg_008.exp0 func returns value which is always ignored
H A Dmsg_009.exp0 func returns value which is sometimes ignored
/netbsd-current/sys/external/gpl2/dts/dist/include/dt-bindings/pinctrl/
H A Dapple.h11 #define APPLE_PINMUX(pin, func) ((pin) | ((func) << 16))
/netbsd-current/external/lgpl3/mpfr/dist/tools/bench/
H A Dbenchtime.h26 #define DECLARE_ACCURATE_TIME_NOP(func, funccall) \
27 unsigned long int ACCURATE_TIME_NOP##func( unsigned long int niter, int n, mpfr_t* z, mpfr_t* x, mpfr_t* y, int nop);\
28 unsigned long int ACCURATE_TIME_NOP##func( unsigned long int niter, int n, mpfr_t* z, mpfr_t* x, mpfr_t* y, int nop)\
44 /* address of the function to time accurately niter calls of func */
45 #define ADDR_ACCURATE_TIME_NOP(func) ACCURATE_TIME_NOP##func
47 /* address of the function to time one call of func */
48 #define ADDR_TIME_NOP(func) TIME_NOP##func
52 #define DECLARE_TIME_NOP(func, funcal
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mips-elf/
H A Dmips16-local-stubs-1.s1 .macro makestub,type,func,section
4 .type \func,@function
5 .ent \func
6 \func:
8 .end \func
12 .type stub_for_\func,@function
13 .ent stub_for_\func
14 stub_for_\func:
16 la $1,\func
19 .end stub_for_\func
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dexecution-termios.c23 func (void) function
33 func ();

Completed in 176 milliseconds

1234567891011>>