Searched refs:C99 (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/libcpp/
H A Ducnid.h59 { C99| 0| 0|C11| 0|CID|NFC| 0| 0, 0, 0x00aa },
66 { C99| 0| 0|C11| 0|CID|NFC| 0| 0, 0, 0x00b5 },
68 { C99| 0| 0|C11| 0|CID|NFC|NKC| 0, 0, 0x00b7 },
70 { C99| 0| 0|C11| 0|CID|NFC| 0| 0, 0, 0x00ba },
74 { C99| 0|CXX|C11| 0|CID|NFC|NKC| 0, 0, 0x00d6 },
76 { C99| 0|CXX|C11| 0|CID|NFC|NKC| 0, 0, 0x00f6 },
78 { C99| 0|CXX|C11| 0|CID|NFC|NKC| 0, 0, 0x0131 },
79 { C99| 0|CXX|C11| 0|CID|NFC| 0| 0, 0, 0x0133 },
80 { C99| 0|CXX|C11| 0|CID|NFC|NKC| 0, 0, 0x013e },
81 { C99|
[all...]
H A Dmakeucnid.c30 C99 = 1, enumerator in enum:__anon2011
35 all_languages = C99 | CXX | C11,
74 if (strcmp (line, "[C99]\n") == 0)
75 fl = C99;
77 fl = C99|N99;
265 last_flag & C99 ? "C99" : " 0",
H A Dcharset.c4 Broken out of c-lex.c Apr 2003, adding valid C99 UCN ranges.
31 The C99 standard discusses two character sets: source and execution.
52 The presence of universal character names in C99 (6.4.3 et seq.)
763 execution character set fails to be a single-byte value (C99
830 /* Valid in a C99 identifier? */ enumerator in enum:__anon1990
831 C99 = 1,
832 /* Valid in a C99 identifier, but not as the first character? */
891 valid_flags = C99 | CXX | C11;
897 valid_flags = C99;
923 Unfortunately, C99 allow
[all...]
H A Dinit.c151 we were compiled with a compiler that supports C99 designated
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-convert-1.c14 /* This check is necessary when converting to a C99 function. */
17 #define MAYBEC99(CODE, C99) (CODE)
20 #define MAYBEC99(CODE, C99) (!(C99) && (CODE))
27 function to test, and C99 is 0/1 depending on whether the
28 `double' version of MATHFN is a C99 function. The optimization
31 #define OUTER_CAST1(MATHFN, C99) \
39 && MAYBEC99 ((double) __builtin_##MATHFN##l((double)ld1) != __builtin_##MATHFN(ld1), C99)) \
42 && MAYBEC99 ((double) __builtin_##MATHFN##l(d1) != __builtin_##MATHFN(d1), C99)) \
45 && MAYBEC99 ((double) __builtin_##MATHFN##l(f1) != __builtin_##MATHFN(f1), C99)) \
[all...]
/haiku-buildtools/isl/
H A Dconfigure16722 ac_cv_stdint_result="(assuming C99 compatible system)"
20917 echo "/* whether we have a C99 compatible stdint header file */" >>$ac_stdint
21238 /* The ISO C99 standard specifies that in C++ implementations these
/haiku-buildtools/gcc/gmp/
H A Dconfigure8919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C99" >&5
8920 $as_echo_n "checking for $CC option to accept ISO C99... " >&6; }
8934 // Check varargs macros. These examples are taken from C99 6.10.3.5.
25011 # intmax_t - C99
25016 # uint_least32_t - C99

Completed in 192 milliseconds