Searched refs:REAL (Results 1 - 25 of 56) sorted by relevance

123

/freebsd-11.0-release/contrib/byacc/test/btyacc/
H A Dinherit0.tab.h6 #define REAL 259 macro
H A Dbtyacc_destroy1.tab.h6 #define REAL 259 macro
H A Dbtyacc_destroy2.tab.h6 #define REAL 259 macro
H A Dbtyacc_destroy3.tab.h6 #define REAL 259 macro
H A Derr_inherit3.tab.h6 #define REAL 259 macro
H A Derr_inherit4.tab.h6 #define REAL 259 macro
H A Dinherit1.tab.h6 #define REAL 259 macro
H A Dinherit2.tab.h6 #define REAL 259 macro
/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_mac.cc28 return REAL(OSSpinLockLock)(lock);
31 REAL(OSSpinLockLock)(lock);
38 return REAL(OSSpinLockTry)(lock);
41 bool result = REAL(OSSpinLockTry)(lock);
50 return REAL(OSSpinLockUnlock)(lock);
54 REAL(OSSpinLockUnlock)(lock);
60 return REAL(os_lock_lock)(lock);
63 REAL(os_lock_lock)(lock);
70 return REAL(os_lock_trylock)(lock);
73 bool result = REAL(os_lock_tryloc
[all...]
H A Dtsan_malloc_mac.cc32 return REAL(malloc)(size); \
37 return REAL(realloc)(ptr, size); \
42 return REAL(calloc)(count, size); \
47 return REAL(valloc)(size); \
52 return REAL(free)(ptr); \
H A Dtsan_interceptors.h33 if (REAL(func) == 0) { \
38 return REAL(func)(__VA_ARGS__); \
H A Dtsan_interceptors.cc47 #define __libc_malloc REAL(malloc)
48 #define __libc_realloc REAL(realloc)
49 #define __libc_calloc REAL(calloc)
50 #define __libc_free REAL(free)
53 #define __libc_malloc REAL(malloc)
54 #define __libc_realloc REAL(realloc)
55 #define __libc_calloc REAL(calloc)
56 #define __libc_free REAL(free)
106 // REAL(sigfillset) defined in common interceptors.
326 #define BLOCK_REAL(name) (BlockingCall(thr), REAL(nam
[all...]
/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cc49 return REAL(pthread_mutex_destroy)(m);
55 int res = REAL(pthread_mutex_lock)(m);
62 int res = REAL(pthread_mutex_trylock)(m);
71 return REAL(pthread_mutex_unlock)(m);
76 int res = REAL(pthread_spin_destroy)(m);
84 int res = REAL(pthread_spin_lock)(m);
91 int res = REAL(pthread_spin_trylock)(m);
100 return REAL(pthread_spin_unlock)(m);
106 return REAL(pthread_rwlock_destroy)(m);
112 int res = REAL(pthread_rwlock_rdloc
[all...]
/freebsd-11.0-release/contrib/byacc/test/
H A Dinherit0.y13 %token REAL INTEGER
29 type : REAL { $$ = 1; }
H A Derr_inherit1.y23 %token <tval> REAL INTEGER
60 type : REAL { $$ = tREAL; }
H A Dinherit1.y25 %token <tval> REAL INTEGER
53 type : REAL { $$ = tREAL; }
/freebsd-11.0-release/contrib/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc106 SIZE_T res = REAL(fread)(ptr, size, nmemb, file);
116 SIZE_T res = REAL(fread_unlocked)(ptr, size, nmemb, file);
129 SSIZE_T res = REAL(readlink)(path, buf, bufsiz);
145 void *res = REAL(memccpy)(dest, src, c, n);
257 REAL(memset)(sret, 0, sizeof(*sret));
276 // FIXME: implement, but don't call REAL(malloc_stats)!
285 return REAL(strlen)(s);
287 SIZE_T res = REAL(strlen)(s);
294 SIZE_T res = REAL(strnlen)(s, n);
303 SIZE_T n = REAL(strle
[all...]
H A Dmsan_poisoning.cc92 REAL(memcpy)((void *)MEM_TO_ORIGIN(beg), (void *)MEM_TO_ORIGIN(s),
103 REAL(memmove)((void *)MEM_TO_SHADOW((uptr)dst),
112 REAL(memcpy)((void *)MEM_TO_SHADOW((uptr)dst),
118 REAL(memcpy)(dst, src, size);
128 REAL(memset)((void *)shadow_beg, value, shadow_end - shadow_beg);
134 REAL(memset)((void *)shadow_beg, 0, shadow_end - shadow_beg);
137 REAL(memset)((void *)shadow_beg, 0, page_beg - shadow_beg);
140 REAL(memset)((void *)page_end, 0, shadow_end - page_end);
/freebsd-11.0-release/contrib/compiler-rt/lib/asan/
H A Dasan_interceptors.cc93 ASAN_READ_STRING_OF_LEN((ctx), (s), REAL(strlen)(s), (n))
114 if (REAL(strnlen)) {
115 return REAL(strnlen)(s, maxlen);
154 return REAL(func)(__VA_ARGS__); \
156 return REAL(func)(__VA_ARGS__); \
179 #define COMMON_INTERCEPTOR_BLOCK_REAL(name) REAL(name)
241 REAL(pthread_attr_getdetachstate)(attr, &detached);
245 int result = REAL(pthread_create)(thread, attr, asan_thread_start, &param);
275 return REAL(bsd_signal)(signum, handler);
283 return REAL(signa
[all...]
H A Dasan_mac.cc167 return REAL(dispatch_x_f)(dq, (void*)asan_ctxt, \
184 return REAL(dispatch_after_f)(when, dq, (void*)asan_ctxt,
198 REAL(dispatch_group_async_f)(group, dq, (void*)asan_ctxt,
227 REAL(dispatch_async)(dq, asan_block);
234 REAL(dispatch_group_async)(dg, dq, asan_block);
241 REAL(dispatch_after)(when, queue, asan_block);
247 REAL(dispatch_source_set_cancel_handler)(ds, work);
252 REAL(dispatch_source_set_cancel_handler)(ds, asan_block);
259 REAL(dispatch_source_set_event_handler)(ds, asan_block);
H A Dasan_win.cc59 CHECK(REAL(RaiseException));
61 REAL(RaiseException)(a, b, c, d);
65 CHECK(REAL(_except_handler3));
67 return REAL(_except_handler3)(a, b, c, d);
75 CHECK(REAL(_except_handler4));
77 return REAL(_except_handler4)(a, b, c, d);
100 return REAL(CreateThread)(security, stack_size,
132 return REAL(NtWaitForWorkViaWorkerFactory)(a, b);
149 (uptr *)&REAL(NtWaitForWorkViaWorkerFactory)));
H A Dasan_poisoning.h52 REAL(memset)((void*)shadow_beg, value, shadow_end - shadow_beg);
59 REAL(memset)((void *)shadow_beg, 0, shadow_end - shadow_beg);
62 REAL(memset)((void *)shadow_beg, 0, page_beg - shadow_beg);
65 REAL(memset)((void *)page_end, 0, shadow_end - page_end);
H A Dasan_interceptors.h98 if ((!INTERCEPT_FUNCTION(name) || !REAL(name))) \
103 if ((!INTERCEPT_FUNCTION_VER(name, ver) || !REAL(name))) \
/freebsd-11.0-release/contrib/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cc21 void *res = REAL(mmap)(addr, length, prot, flags, fd, offset);
29 void *res = REAL(mmap64)(addr, length, prot, flags, fd, offset);
/freebsd-11.0-release/contrib/compiler-rt/lib/interception/
H A Dinterception_win.h43 (::__interception::uptr *)&REAL(func))
48 (::__interception::uptr *)&REAL(func))

Completed in 103 milliseconds

123