Searched refs:real_ (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_netbsd.cc | 91 static ret_type (*real_##func)(__VA_ARGS__) = NULL; \ 92 if (!real_##func) { \ 93 real_##func = (ret_type(*)(__VA_ARGS__))GetRealLibcAddress(#func); \ 95 CHECK(real_##func);
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_netbsd.cc | 89 static ret_type (*real_##func)(__VA_ARGS__) = NULL; \ 90 if (!real_##func) { \ 91 real_##func = (ret_type(*)(__VA_ARGS__))GetRealLibcAddress(#func); \ 93 CHECK(real_##func);
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_netbsd.cpp | 90 static ret_type (*real_##func)(__VA_ARGS__) = NULL; \ 91 if (!real_##func) { \ 92 real_##func = (ret_type(*)(__VA_ARGS__))GetRealLibcAddress(#func); \ 94 CHECK(real_##func);
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/interception/ |
H A D | interception_linux.h | 39 (::__interception::real_##func = (func##_type)( \
|
H A D | interception.h | 169 # define PTR_TO_REAL(x) real_##x
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/interception/ |
H A D | interception_linux.h | 41 (::__interception::real_##func = (func##_type)( \
|
H A D | interception.h | 171 # define PTR_TO_REAL(x) real_##x
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/interception/ |
H A D | interception.h | 161 # define PTR_TO_REAL(x) real_##x
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | astenums.d | 276 real_ = 8, enumerator
|
H A D | mtype.d | 3138 flags |= TFlags.floating | TFlags.real_; in this() 3163 flags |= TFlags.floating | TFlags.real_; in this() 3168 flags |= TFlags.floating | TFlags.real_; in this() 3335 return (flags & TFlags.real_) != 0; in isreal() 3440 if (flags & (TFlags.real_ | TFlags.imaginary) && tob.flags & TFlags.complex) in implicitConvTo() 3444 …if ((flags & (TFlags.real_ | TFlags.imaginary)) != (tob.flags & (TFlags.real_ | TFlags.imaginary))) in implicitConvTo()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/c6x/ |
H A D | c6x.md | 931 (define_insn "real_<ext_name><mode>"
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/c6x/ |
H A D | c6x.md | 931 (define_insn "real_<ext_name><mode>"
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | FSFChangeLog.11 | 9232 * tree.c (integer_{zero,one,all_ones,pow2}p, real_{zero,one,two}p):
|
H A D | ChangeLog-2020 | 37879 (estimate_bb_frequencies): Do not initialize real_*; update calculation
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | FSFChangeLog.11 | 9232 * tree.c (integer_{zero,one,all_ones,pow2}p, real_{zero,one,two}p):
|