Home
last modified time | relevance | path

Searched refs:real_ (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_netbsd.cc91 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 Dsanitizer_netbsd.cc89 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 Dsanitizer_netbsd.cpp90 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 Dinterception_linux.h39 (::__interception::real_##func = (func##_type)( \
H A Dinterception.h169 # define PTR_TO_REAL(x) real_##x
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/interception/
H A Dinterception_linux.h41 (::__interception::real_##func = (func##_type)( \
H A Dinterception.h171 # define PTR_TO_REAL(x) real_##x
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/interception/
H A Dinterception.h161 # define PTR_TO_REAL(x) real_##x
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dastenums.d276 real_ = 8, enumerator
H A Dmtype.d3138 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 Dc6x.md931 (define_insn "real_<ext_name><mode>"
/netbsd-src/external/gpl3/gcc/dist/gcc/config/c6x/
H A Dc6x.md931 (define_insn "real_<ext_name><mode>"
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DFSFChangeLog.119232 * tree.c (integer_{zero,one,all_ones,pow2}p, real_{zero,one,two}p):
H A DChangeLog-202037879 (estimate_bb_frequencies): Do not initialize real_*; update calculation
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A DFSFChangeLog.119232 * tree.c (integer_{zero,one,all_ones,pow2}p, real_{zero,one,two}p):