Searched refs:charconsts (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dcharconst-3.c6 /* This tests values and signedness of multichar charconsts.
28 /* Multichar charconsts have type int and should be signed. */
31 # error Preprocessor charconsts 1
37 # error Preprocessor charconsts 2
43 # error Preprocessor charconsts 3
/haiku-buildtools/gcc/libcpp/
H A Dcharset.c1268 static const uchar charconsts[] = { 7, 8, 27, 12, 10, 13, 9, 11 };
1270 static const uchar charconsts[] = { 47, 22, 39, 12, 21, 13, 5, 11 };
1305 case 'b': c = charconsts[1]; break;
1306 case 'f': c = charconsts[3]; break;
1307 case 'n': c = charconsts[4]; break;
1308 case 'r': c = charconsts[5]; break;
1309 case 't': c = charconsts[6]; break;
1310 case 'v': c = charconsts[7]; break;
1316 c = charconsts[0];
1323 c = charconsts[
1267 static const uchar charconsts[] = { 7, 8, 27, 12, 10, 13, 9, 11 }; local
[all...]

Completed in 93 milliseconds