Searched refs:cpp_num (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | expr.cc | 32 cpp_num value; /* The value logically "right" of op. */ 40 static bool num_positive (cpp_num, size_t); 41 static bool num_greater_eq (cpp_num, cpp_num, size_t); 42 static cpp_num num_trim (cpp_num, size_t); 43 static cpp_num num_part_mul (cpp_num_part, cpp_num_part); 45 static cpp_num num_unary_op (cpp_reader *, cpp_num, enum cpp_ttype); 46 static cpp_num num_binary_op (cpp_reader *, cpp_num, cpp_num, enum cpp_ttype); 47 static cpp_num num_negate (cpp_num, size_t); 48 static cpp_num num_bitwise_op (cpp_reader *, cpp_num, cpp_num, enum cpp_ttype); 49 static cpp_num num_inequality_op (cpp_reader *, cpp_num, cpp_num, [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | expr.c | 32 cpp_num value; /* The value logically "right" of op. */ 40 static bool num_positive (cpp_num, size_t); 41 static bool num_greater_eq (cpp_num, cpp_num, size_t); 42 static cpp_num num_trim (cpp_num, size_t); 43 static cpp_num num_part_mul (cpp_num_part, cpp_num_part); 45 static cpp_num num_unary_op (cpp_reader *, cpp_num, enum cpp_ttype); 46 static cpp_num num_binary_op (cpp_reader *, cpp_num, cpp_num, enum cpp_ttype); 47 static cpp_num num_negate (cpp_num, size_t); 48 static cpp_num num_bitwise_op (cpp_reader *, cpp_num, cpp_num, enum cpp_ttype); 49 static cpp_num num_inequality_op (cpp_reader *, cpp_num, cpp_num, [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/ |
H A D | cpplib.h | 1096 typedef struct cpp_num cpp_num; typedef 1097 struct cpp_num struct 1164 extern cpp_num cpp_interpret_integer (cpp_reader *, const cpp_token *, 1169 cpp_num cpp_num_sign_extend (cpp_num, size_t);
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/ |
H A D | cpplib.h | 1205 typedef struct cpp_num cpp_num; typedef 1206 struct cpp_num struct 1275 extern cpp_num cpp_interpret_integer (cpp_reader *, const cpp_token *, 1280 cpp_num cpp_num_sign_extend (cpp_num, size_t);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-lex.cc | 819 cpp_num integer; in interpret_integer()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-lex.c | 759 cpp_num integer; in interpret_integer()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2002 | 19334 * cppexp.c (cpp_num): Move to cpplib.h. 19344 (cpp_num, cpp_num_part, CPP_N_CATEGORY, CPP_N_INVALID, 19788 (cpp_num, cpp_num_part, PART_PRECISION, HALF_MASK, LOW_PART, 19790 (struct op): Use cpp_num.
|