OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEFINE_REAL
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/interception/
interception.h
163
// Generally, you don't need to use
DEFINE_REAL
by itself, as INTERCEPTOR
168
# define
DEFINE_REAL
(ret_type, func, ...) \
174
# define
DEFINE_REAL
(ret_type, func, ...)
179
DEFINE_REAL
(ret_type, func, __VA_ARGS__) \
/external/compiler-rt/lib/asan/
asan_interceptors.cc
185
DEFINE_REAL
(int, sigaction, int signum, const struct sigaction *act,
392
DEFINE_REAL
(char*, index, const char *string, int c)
/external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc
403
DEFINE_REAL
(int, setjmp, void *env)
404
DEFINE_REAL
(int, _setjmp, void *env)
405
DEFINE_REAL
(int, sigsetjmp, void *env)
406
DEFINE_REAL
(int, __sigsetjmp, void *env)
[
all
...]
Completed in 47 milliseconds