Searched refs:VALID_SIGN (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | internal.h | 56 #define VALID_SIGN(c, prevc) \ macro
|
H A D | lex.c | 1555 || VALID_SIGN (*cur, cur[-1])) in lex_number()
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | internal.h | 58 #define VALID_SIGN(c, prevc) \ macro
|
H A D | lex.cc | 2118 || (VALID_SIGN (*cur, cur[-1]) && !DIGIT_SEP (cur[-2]))) in lex_number()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2000 | 2721 * cpphash.h (VALID_SIGN): Use them. 5284 (VALID_SIGN, ALIGN, POOL_FRONT, POOL_LIMIT, POOL_BASE, POOL_SIZE,
|