Home
last modified time | relevance | path

Searched defs:func (Results 1 – 25 of 709) sorted by relevance

12345678910>>...29

/openbsd-src/gnu/llvm/compiler-rt/lib/interception/
H A Dinterception.h123 # define DECLARE_WRAPPER(ret_type, func, ...) argument
129 # define DECLARE_WRAPPER(ret_type, func, ...) \ argument
131 # define DECLARE_WRAPPER_WINAPI(ret_type, func, ...) \ argument
140 # define DECLARE_WRAPPER(ret_type, func, ...) \ argument
147 # define DECLARE_WRAPPER(ret_type, func, ...) \ argument
159 # define DECLARE_REAL(ret_type, func, ...) argument
165 # define DECLARE_REAL(ret_type, func, ...) \ argument
173 # define DECLARE_REAL(ret_type, func, ...) \ argument
179 # define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...) \ argument
184 # define DECLARE_EXTERN_INTERCEPTOR_AND_WRAPPER(ret_type, func, ...) \ argument
[all …]
H A Dinterception_win.h64 #define INTERCEPT_FUNCTION_WIN(func) \ argument
69 #define INTERCEPT_FUNCTION_WIN(func) \ argument
75 #define INTERCEPT_FUNCTION_VER_WIN(func, symver) INTERCEPT_FUNCTION_WIN(func) argument
77 #define INTERCEPT_FUNCTION_DLLIMPORT(user_dll, provider_dll, func) \ argument
H A Dinterception_linux.h31 #define INTERCEPT_FUNCTION_LINUX_OR_FREEBSD(func) \ argument
40 #define INTERCEPT_FUNCTION_VER_LINUX_OR_FREEBSD(func, symver) \ argument
47 #define INTERCEPT_FUNCTION_VER_LINUX_OR_FREEBSD(func, symver) \ argument
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.h46 #define SCOPED_INTERCEPTOR_RAW(func, ...) \ argument
59 # define CHECK_REAL_FUNC(func) \ argument
65 # define CHECK_REAL_FUNC(func) DCHECK(REAL(func)) argument
68 #define SCOPED_TSAN_INTERCEPTOR(func, ...) \ argument
80 #define TSAN_INTERCEPTOR(ret, func, ...) INTERCEPTOR(ret, func, __VA_ARGS__) argument
83 # define TSAN_INTERCEPTOR_FREEBSD_ALIAS(ret, func, ...) \ argument
87 # define TSAN_INTERCEPTOR_FREEBSD_ALIAS(ret, func, ...) argument
91 # define TSAN_INTERCEPTOR_NETBSD_ALIAS(ret, func, ...) \ argument
94 # define TSAN_INTERCEPTOR_NETBSD_ALIAS_THR(ret, func, ...) \ argument
97 # define TSAN_INTERCEPTOR_NETBSD_ALIAS_THR2(ret, func, func2, ...) \ argument
[all …]
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Ddecorators.py111 def expectedFailure(func): argument
115 def expectedFailure_impl(func): argument
141 def skipTestIfFn_impl(func): argument
333 def impl(func): argument
349 def benchmarks_test(func): argument
360 def no_debug_info_test(func): argument
398 def debugserver_test(func): argument
403 def llgs_test(func): argument
458 def expectedFailure_impl(func): argument
510 def skipIfOutOfTreeDebugserver(func): argument
[all …]
/openbsd-src/sys/dev/pci/drm/apple/
H A Diomfb_internal.h14 #define DCP_THUNK_VOID(func, handle) \ argument
21 #define DCP_THUNK_OUT(func, handle, T) \ argument
28 #define DCP_THUNK_IN(func, handle, T) \ argument
35 #define DCP_THUNK_INOUT(func, handle, T_in, T_out) \ argument
59 #define TRAMPOLINE_VOID(func, handler) \ argument
67 #define TRAMPOLINE_IN(func, handler, T_in) \ argument
79 #define TRAMPOLINE_INOUT(func, handler, T_in, T_out) \ argument
92 #define TRAMPOLINE_OUT(func, handler, T_out) \ argument
/openbsd-src/sys/arch/arm/arm/
H A Dbus_space_notimpl.S46 #define NAME(func) __C(BUS_SPACE,__C(_bs_,func)) argument
47 #define LNAME(func) __C(L,NAME(func)) argument
50 #define GLOBAL(func) .global __L(NAME(func)) argument
51 #define LABEL(func) __L(NAME(func)): argument
52 #define LLABEL(func) LNAME(func): argument
54 #define FTEXT(func,text) __S(__C(NAME(func),text)) argument
57 #define NOT_IMPL(func) \ argument
/openbsd-src/gnu/gcc/gcc/config/c4x/
H A Dc4x-c.c64 c4x_parse_pragma (name, func, sect) in c4x_parse_pragma() argument
100 tree func, sect; local
113 tree func, sect; local
126 tree func; local
137 tree func; local
148 tree func; local
/openbsd-src/gnu/usr.bin/gcc/gcc/config/c4x/
H A Dc4x-c.c61 c4x_parse_pragma (name, func, sect) in c4x_parse_pragma() argument
97 tree func, sect; local
110 tree func, sect; local
123 tree func; local
134 tree func; local
145 tree func; local
/openbsd-src/gnu/llvm/libcxx/src/
H A Dstring.cpp74 inline void throw_from_string_out_of_range(const string& func) { in throw_from_string_out_of_range()
78 inline void throw_from_string_invalid_arg(const string& func) { in throw_from_string_invalid_arg()
85 inline V as_integer_helper(const string& func, const S& str, size_t* idx, int base, F f) { in as_integer_helper()
106 inline int as_integer(const string& func, const string& s, size_t* idx, int base) { in as_integer()
115 inline long as_integer(const string& func, const string& s, size_t* idx, int base) { in as_integer()
120 inline unsigned long as_integer(const string& func, const string& s, size_t* idx, int base) { in as_integer()
125 inline long long as_integer(const string& func, const string& s, size_t* idx, int base) { in as_integer()
130 inline unsigned long long as_integer(const string& func, const string& s, size_t* idx, int base) { in as_integer()
137 inline int as_integer(const string& func, const wstring& s, size_t* idx, int base) { in as_integer()
146 inline long as_integer(const string& func, const wstring& s, size_t* idx, int base) { in as_integer()
[all …]
/openbsd-src/regress/lib/libm/msun/
H A Dinvctrig_test.c59 #define test_p(func, z, result, exceptmask, excepts, checksign) do { \ argument
73 #define test_p_tol(func, z, result, tol) do { \ argument
80 #define test(func, z, result, exceptmask, excepts, checksign) do { \ argument
84 #define test_tol(func, z, result, tol) do { \ argument
90 #define testall(func, x, result, exceptmask, excepts, checksign) do { \ argument
94 #define testall_odd(func, x, result, exceptmask, excepts, checksign) do { \ argument
98 #define testall_even(func, x, result, exceptmask, excepts, checksign) do { \ argument
107 #define testall_tol(func, x, result, tol) do { \ argument
111 #define testall_odd_tol(func, x, result, tol) do { \ argument
115 #define testall_even_tol(func, x, result, tol) do { \ argument
H A Dctrig_test.c59 #define test_p(func, z, result, exceptmask, excepts, checksign) \ argument
77 #define test_p_tol(func, z, result, tol) do { \ argument
84 #define test(func, z, result, exceptmask, excepts, checksign) do { \ argument
88 #define test_tol(func, z, result, tol) do { \ argument
92 #define test_odd_tol(func, z, result, tol) do { \ argument
96 #define test_even_tol(func, z, result, tol) do { \ argument
102 #define testall(func, x, result, exceptmask, excepts, checksign) do { \ argument
106 #define testall_odd(func, x, result, exceptmask, excepts, checksign) do { \ argument
110 #define testall_even(func, x, result, exceptmask, excepts, checksign) do { \ argument
119 #define testall_tol(func, x, result, tol) do { \ argument
[all …]
H A Dcexp_test.c61 #define test_t(type, func, z, result, exceptmask, excepts, checksign) \ argument
71 #define test(func, z, result, exceptmask, excepts, checksign) \ argument
74 #define test_f(func, z, result, exceptmask, excepts, checksign) \ argument
77 #define test_l(func, z, result, exceptmask, excepts, checksign) \ argument
81 #define test_tol(func, z, result, tol) do { \ argument
/openbsd-src/usr.sbin/pcidump/
H A Dpcidump.c174 int bus, dev, func; in main() local
273 int bus, dev, func; in scanpcidomain() local
286 str2busdevfunc(const char *string, int *bus, int *dev, int *func) in str2busdevfunc()
317 probe(int bus, int dev, int func) in probe()
408 dump_vpd(int bus, int dev, int func) in dump_vpd()
492 dump_pci_powerstate(int bus, int dev, int func, uint8_t ptr) in dump_pci_powerstate()
548 dump_pcie_linkspeed(int bus, int dev, int func, uint8_t ptr) in dump_pcie_linkspeed()
587 dump_pcie_devserial(int bus, int dev, int func, u_int16_t ptr) in dump_pcie_devserial()
602 dump_msi(int bus, int dev, int func, u_int8_t ptr) in dump_msi()
616 dump_msix(int bus, int dev, int func, u_int8_t ptr) in dump_msix()
[all …]
/openbsd-src/sys/sys/
H A Dtracepoint.h28 #define TRACEPOINT(func, name, args...) DT_STATIC_ENTER(func, name, args) argument
29 #define TRACEINDEX(func, index, args...) DT_INDEX_ENTER(func, index, args) argument
33 #define TRACEPOINT(func, name, args...) argument
34 #define TRACEINDEX(func, index, args...) argument
/openbsd-src/usr.sbin/unbound/testcode/
H A Dchecklocks.c91 const char* func, const char* file, int line, const char* err) in lock_error()
119 const char* func, const char* file, int line) in acquire_locklock()
199 const char* func, const char* file, int line) in prot_check()
284 const char* func, const char* file, int line) in checklock_init()
344 const char* func, const char* file, int line) in checktype()
357 const char* func, const char* file, int line) in checklock_destroy()
413 const char* func, const char* file, int line) in finish_acquire_lock()
452 const char* func, const char* file, int line, in checklock_lockit()
517 const char* func, const char* file, int line) in checklock_rdlock()
540 const char* func, const char* file, int line) in checklock_wrlock()
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Drtl.c478 const char *func) in rtl_check_failed_bounds()
488 const char *func) in rtl_check_failed_type1()
498 int line, const char *func) in rtl_check_failed_type2()
508 int line, const char *func) in rtl_check_failed_code1()
517 const char *file, int line, const char *func) in rtl_check_failed_code2()
528 const char *func) in rtl_check_failed_code_mode()
544 rtl_check_failed_block_symbol (const char *file, int line, const char *func) in rtl_check_failed_block_symbol()
554 const char *func) in rtvec_check_failed_bounds()
565 int line, const char *func) in rtl_check_failed_flag()
/openbsd-src/gnu/llvm/libcxx/benchmarks/
H A Ddeque_iterator.bench.cpp31 void benchmark_containers(benchmark::State& state, FromContainer& d, ToContainer& v, Func&& func) { in benchmark_containers()
40 void benchmark_deque_vector(benchmark::State& state, Func&& func) { in benchmark_deque_vector()
51 void benchmark_deque_deque(benchmark::State& state, Func&& func) { in benchmark_deque_deque()
62 void benchmark_vector_deque(benchmark::State& state, Func&& func) { in benchmark_vector_deque()
73 …hmark_containers_backward(benchmark::State& state, FromContainer& d, ToContainer& v, Func&& func) { in benchmark_containers_backward()
82 void benchmark_deque_vector_backward(benchmark::State& state, Func&& func) { in benchmark_deque_vector_backward()
93 void benchmark_deque_deque_backward(benchmark::State& state, Func&& func) { in benchmark_deque_deque_backward()
104 void benchmark_vector_deque_backward(benchmark::State& state, Func&& func) { in benchmark_vector_deque_backward()
/openbsd-src/sbin/unwind/libunbound/util/
H A Dalloc.c524 const char* func) in unbound_stat_malloc_lite() argument
472 unbound_stat_malloc_log(size_t size,const char * file,int line,const char * func) unbound_stat_malloc_log() argument
480 unbound_stat_calloc_log(size_t nmemb,size_t size,const char * file,int line,const char * func) unbound_stat_calloc_log() argument
489 unbound_stat_free_log(void * ptr,const char * file,int line,const char * func) unbound_stat_free_log() argument
503 unbound_stat_realloc_log(void * ptr,size_t size,const char * file,int line,const char * func) unbound_stat_realloc_log() argument
539 unbound_stat_calloc_lite(size_t nmemb,size_t size,const char * file,int line,const char * func) unbound_stat_calloc_lite() argument
557 unbound_stat_free_lite(void * ptr,const char * file,int line,const char * func) unbound_stat_free_lite() argument
583 unbound_stat_realloc_lite(void * ptr,size_t size,const char * file,int line,const char * func) unbound_stat_realloc_lite() argument
627 unbound_strdup_lite(const char * s,const char * file,int line,const char * func) unbound_strdup_lite() argument
[all...]
/openbsd-src/usr.sbin/unbound/util/
H A Dalloc.c524 const char* func) in unbound_stat_malloc_lite() argument
472 unbound_stat_malloc_log(size_t size,const char * file,int line,const char * func) unbound_stat_malloc_log() argument
480 unbound_stat_calloc_log(size_t nmemb,size_t size,const char * file,int line,const char * func) unbound_stat_calloc_log() argument
489 unbound_stat_free_log(void * ptr,const char * file,int line,const char * func) unbound_stat_free_log() argument
503 unbound_stat_realloc_log(void * ptr,size_t size,const char * file,int line,const char * func) unbound_stat_realloc_log() argument
539 unbound_stat_calloc_lite(size_t nmemb,size_t size,const char * file,int line,const char * func) unbound_stat_calloc_lite() argument
557 unbound_stat_free_lite(void * ptr,const char * file,int line,const char * func) unbound_stat_free_lite() argument
583 unbound_stat_realloc_lite(void * ptr,size_t size,const char * file,int line,const char * func) unbound_stat_realloc_lite() argument
627 unbound_strdup_lite(const char * s,const char * file,int line,const char * func) unbound_strdup_lite() argument
[all...]
/openbsd-src/sys/dev/dt/
H A Ddtvar.h273 #define _DT_STATIC_PROBEN(func, name, arg0, arg1, arg2, arg3, arg4, n) \ argument
278 .dtp_func = #func, \ argument
291 DT_STATIC_PROBE0(func,name) global() argument
294 DT_STATIC_PROBE1(func,name,arg0) global() argument
297 DT_STATIC_PROBE2(func,name,arg0,arg1) global() argument
300 DT_STATIC_PROBE3(func,name,arg0,arg1,arg2) global() argument
303 DT_STATIC_PROBE4(func,name,arg0,arg1,arg2,arg3) global() argument
306 DT_STATIC_PROBE5(func,name,arg0,arg1,arg2,arg3,arg4) global() argument
309 DT_STATIC_ENTER(func,name,args...) global() argument
321 _DT_INDEX_P(func) global() argument
323 DT_INDEX_ENTER(func,index,args...) global() argument
[all...]
/openbsd-src/usr.bin/make/
H A Dgarray.h77 #define Array_Find(l, func, v) \ argument
85 #define Array_FindP(l, func, v) \ argument
93 #define Array_ForEach(l, func, v) \ argument
100 #define Array_Every(l, func) \ argument
/openbsd-src/regress/usr.bin/bc/
H A Dt19.c27 struct func {const char *name; long double (*f)(long double);}; argument
/openbsd-src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp46 AddressRange &func, Thread &thread, UnwindPlan &unwind_plan) { in GetNonCallSiteUnwindPlanFromAssembly()
68 AddressRange &func, Thread &thread, UnwindPlan &unwind_plan) { in AugmentUnwindPlanFromCallSite()
170 bool UnwindAssembly_x86::GetFastUnwindPlan(AddressRange &func, Thread &thread, in GetFastUnwindPlan()
207 AddressRange &func, const ExecutionContext &exe_ctx, in FirstNonPrologueInsn()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dunsorted1.C18 void func() {} in func() function
29 void func() { c.func(); } in func() function

12345678910>>...29