Home
last modified time | relevance | path

Searched refs:CPP_N_SMALL (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dc-lex.c505 if ((flags & CPP_N_WIDTH) == CPP_N_SMALL) in narrowest_unsigned_type()
532 if ((flags & CPP_N_WIDTH) == CPP_N_SMALL) in narrowest_signed_type()
654 else if ((flags & CPP_N_WIDTH) == CPP_N_SMALL) in interpret_float()
661 else if ((flags & CPP_N_WIDTH) == CPP_N_SMALL in interpret_float()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-lex.c762 if ((flags & CPP_N_WIDTH) == CPP_N_SMALL)
788 if ((flags & CPP_N_WIDTH) == CPP_N_SMALL)
905 else if ((flags & CPP_N_WIDTH) == CPP_N_SMALL
Dcpplib.h625 #define CPP_N_SMALL 0x0010 /* int, float. */ macro
Dcppexp.c106 | (f ? CPP_N_SMALL :
142 | ((l == 0) ? CPP_N_SMALL
162 return CPP_N_INTEGER | CPP_N_SMALL | CPP_N_DECIMAL;
DChangeLog.74898 CPP_N_INTEGER, CPP_N_FLOATING, CPP_N_WIDTH, CPP_N_SMALL,
/openbsd/src/gnu/gcc/libcpp/
Dexpr.c117 | (f ? CPP_N_SMALL : in interpret_float_suffix()
153 | ((l == 0) ? CPP_N_SMALL in interpret_int_suffix()
171 return CPP_N_INTEGER | CPP_N_SMALL | CPP_N_DECIMAL; in cpp_classify_number()
/openbsd/src/gnu/gcc/libcpp/include/
Dcpplib.h739 #define CPP_N_SMALL 0x0010 /* int, float. */ macro