Searched refs:_s (Results 1 - 25 of 55) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dpr58781.C7 operator""_s(const char32_t *a, size_t b) function
15 using a = decltype(U"\x1181"_s);
16 using b = decltype(U"\x8111"_s);
17 using c = decltype(U" \x1181"_s);
H A Dpr61038.C8 operator "" _s(const char *, size_t) function
21 const char *s = QQUOTE(QUOTE("hello"_s));
22 const char *t = QUOTE("\"hello\"_s");
H A Dalias-decl-44.C20 template <int _s>
21 using O = typename Overlay<List, _s, _Pack...>::O;
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/ieee/
H A Dieee_3.f9013 if (ieee_support_datatype(0._s)) then
14 if (.not. ieee_is_finite(0.2_s)) call abort
15 if (.not. ieee_is_finite(-0.2_s)) call abort
16 if (.not. ieee_is_finite(0._s)) call abort
17 if (.not. ieee_is_finite(-0._s)) call abort
18 if (.not. ieee_is_finite(tiny(0._s))) call abort
19 if (.not. ieee_is_finite(tiny(0._s)/100)) call abort
20 if (.not. ieee_is_finite(huge(0._s))) call abort
21 if (.not. ieee_is_finite(-huge(0._s))) call abort
47 if (ieee_support_datatype(0._s)) the
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp1y/
H A Dudlit-empty-string-neg.C4 operator "*"_s(unsigned long long) // { dg-error "expected empty string after 'operator'" } function
H A Dpr59867.C40 operator""_s() function
49 auto a = "123"_s;
50 const char (& xs)[3] = array_gen<decltype("123"_s)>::value;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dcvt16.C17 A(short _s = 0) { s = _s; }
/haiku-buildtools/gcc/libgcc/soft-fp/
H A Dop-common.h34 _FP_I_TYPE X##_s __attribute__ ((unused)); \
130 || (FP_ROUNDMODE == FP_RND_PINF && !X##_s) \
131 || (FP_ROUNDMODE == FP_RND_MINF && X##_s)) \
182 X##_s = _FP_NANSIGN_##fs; \
198 X##_s = _FP_NANSIGN_##fs; \
224 _FP_PACK_SEMIRAW_T##_s = X##_s; \
252 X##_s = _FP_NANSIGN_##fs; \
290 if (!X##_s) \
294 if (X##_s) \
[all...]
/haiku-buildtools/legacy/gcc/libio/
H A Dstrfile.h62 struct _IO_str_fields _s; member in struct:_IO_strfile_
67 #define _IO_STR_DYNAMIC(FP) ((FP)->_s._allocate_buffer != (_IO_alloc_type)0)
H A Dstrstream.cc79 _s._allocate_buffer = alloc ? alloc : default_alloc;
80 _s._free_buffer = free ? free : default_free;
83 char * buf = (char*)(*_s._allocate_buffer)(initial_size);
103 (_s._free_buffer)(_IO_buf_base);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr30375.c4 typedef struct _s { struct
/haiku-buildtools/gcc/libgcc/config/i386/
H A Dsfp-machine.h33 R##_s = X##_s; \
38 R##_s = Y##_s; \
/haiku-buildtools/gcc/libgcc/config/lm32/
H A Dsfp-machine.h33 R##_s = Y##_s; \
38 R##_s = X##_s; \
/haiku-buildtools/gcc/libgcc/config/cris/
H A Dsfp-machine.h59 R##_s = Y##_s; \
64 R##_s = X##_s; \
/haiku-buildtools/gcc/libgcc/
H A Dshared-object.mk16 $(base)_s$(objext): $o
32 $(base).vis: $(base)_s$(objext)
35 $(base)_s$(objext): $o
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr30375.c3 typedef struct _s { struct
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/
H A Dvabs_intrinsic_1.c16 VTYPE (size, lanes) a = vld1##q##_s##size (res); \
17 VTYPE (size, lanes) b = vld1##q##_s##size (in1); \
18 a = vabs##q##_s##size (b); \
19 vst1##q##_s##size (res, a); \
/haiku-buildtools/gcc/libgcc/config/aarch64/
H A Dsfp-machine.h62 R##_s = Y##_s; \
67 R##_s = X##_s; \
/haiku-buildtools/gcc/libgcc/config/ia64/
H A Dsfp-machine.h42 R##_s = X##_s; \
47 R##_s = Y##_s; \
/haiku-buildtools/gcc/libgcc/config/moxie/
H A Dsfp-machine.h38 R##_s = Y##_s; \
43 R##_s = X##_s; \
/haiku-buildtools/gcc/libgcc/config/nds32/
H A Dsfp-machine.h68 R##_s = Y##_s; \
73 R##_s = X##_s; \
/haiku-buildtools/gcc/libgcc/config/nios2/
H A Dsfp-machine.h55 R##_s = Y##_s; \
60 R##_s = X##_s; \
/haiku-buildtools/gcc/libgcc/config/rs6000/
H A Dsfp-machine.h38 R##_s = Y##_s; \
43 R##_s = X##_s; \
/haiku-buildtools/gcc/libgcc/config/score/
H A Dsfp-machine.h38 R##_s = Y##_s; \
43 R##_s = X##_s; \
/haiku-buildtools/gcc/libgcc/config/tilegx/
H A Dsfp-machine64.h42 R##_s = Y##_s; \
47 R##_s = X##_s; \

Completed in 376 milliseconds

123