Home
last modified time | relevance | path

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

12345678910>>...29

/openbsd/src/gnu/llvm/compiler-rt/lib/interception/
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 …]
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
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/lldb/packages/Python/lldbsuite/test/
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/gnu/llvm/compiler-rt/lib/tsan/rtl/
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/sys/arch/arm/arm/
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/llvm/libcxx/src/
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/gnu/usr.bin/gcc/gcc/config/c4x/
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/gcc/gcc/config/c4x/
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/regress/lib/libm/msun/
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
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 …]
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/
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/
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/
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/
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/usr.sbin/unbound/util/
Dalloc.c484 const char* func) in unbound_stat_malloc_log()
492 int line, const char* func) in unbound_stat_calloc_log()
501 const char* func) in unbound_stat_free_log()
515 int line, const char* func) in unbound_stat_realloc_log()
524 const char* func) in unbound_stat_strdup_log()
545 const char* func) in unbound_stat_malloc_lite()
560 int line, const char* func) in unbound_stat_calloc_lite()
578 const char* func) in unbound_stat_free_lite()
604 int line, const char* func) in unbound_stat_realloc_lite()
648 const char* func) in unbound_strdup_lite()
/openbsd/src/sbin/unwind/libunbound/util/
Dalloc.c484 const char* func) in unbound_stat_malloc_log()
492 int line, const char* func) in unbound_stat_calloc_log()
501 const char* func) in unbound_stat_free_log()
515 int line, const char* func) in unbound_stat_realloc_log()
524 const char* func) in unbound_stat_strdup_log()
545 const char* func) in unbound_stat_malloc_lite()
560 int line, const char* func) in unbound_stat_calloc_lite()
578 const char* func) in unbound_stat_free_lite()
604 int line, const char* func) in unbound_stat_realloc_lite()
648 const char* func) in unbound_strdup_lite()
/openbsd/src/gnu/llvm/libcxx/benchmarks/
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/sys/dev/dt/
Ddtvar.h268 #define _DT_STATIC_P(func, name) (dt_static_##func##_##name) argument
273 #define _DT_STATIC_PROBEN(func, name, arg0, arg1, arg2, arg3, arg4, n) \ argument
286 #define DT_STATIC_PROBE0(func, name) \ argument
289 #define DT_STATIC_PROBE1(func, name, arg0) \ argument
292 #define DT_STATIC_PROBE2(func, name, arg0, arg1) \ argument
295 #define DT_STATIC_PROBE3(func, name, arg0, arg1, arg2) \ argument
298 #define DT_STATIC_PROBE4(func, name, arg0, arg1, arg2, arg3) \ argument
301 #define DT_STATIC_PROBE5(func, name, arg0, arg1, arg2, arg3, arg4) \ argument
304 #define DT_STATIC_ENTER(func, name, args...) do { \ argument
316 #define _DT_INDEX_P(func) (dtps_index_##func) argument
[all …]
/openbsd/src/usr.bin/make/
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/
Dt19.c27 struct func {const char *name; long double (*f)(long double);}; argument
/openbsd/src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/x86/
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/sys/dev/pci/drm/i915/selftests/
Di915_selftest.c52 #define selftest(name, func) mock_##name, argument
58 #define selftest(name, func) live_##name, argument
64 #define selftest(name, func) perf_##name, argument
97 #define selftest(n, func) selftest_0(n, func, param(n)) argument
99 #define selftest_0(n, func, id) \ argument
106 #define selftest_0(n, func, id) \ argument
113 #define selftest_0(n, func, id) \ argument
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
Dunsorted1.C18 void func() {} in func() function
29 void func() { c.func(); } in func() function

12345678910>>...29