Searched refs:cpp_num (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/gcc/libcpp/ |
H A D | expr.c | 34 cpp_num value; /* The value logically "right" of op. */ 41 static bool num_positive (cpp_num, size_t); 42 static bool num_greater_eq (cpp_num, cpp_num, size_t); 43 static cpp_num num_trim (cpp_num, size_t); 44 static cpp_num num_part_mul (cpp_num_part, cpp_num_part); 46 static cpp_num num_unary_op (cpp_reader *, cpp_num, enum cpp_ttype); 47 static cpp_num num_binary_op (cpp_reader *, cpp_num, cpp_num, enum cpp_ttype); 48 static cpp_num num_negate (cpp_num, size_t); 49 static cpp_num num_bitwise_op (cpp_reader *, cpp_num, cpp_num, enum cpp_ttype); 50 static cpp_num num_inequality_op (cpp_reader *, cpp_num, cpp_num, [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | cppexp.c | 34 cpp_num value; /* The value logically "right" of op. */ 41 static bool num_positive PARAMS ((cpp_num, size_t)); 42 static bool num_greater_eq PARAMS ((cpp_num, cpp_num, size_t)); 43 static cpp_num num_trim PARAMS ((cpp_num, size_t)); 44 static cpp_num num_part_mul PARAMS ((cpp_num_part, cpp_num_part)); 46 static cpp_num num_unary_op PARAMS ((cpp_reader *, cpp_num, enum cpp_ttype)); 47 static cpp_num num_binary_op PARAMS ((cpp_reader *, cpp_num, cpp_num, 49 static cpp_num num_negate PARAMS ((cpp_num, size_t)); 50 static cpp_num num_bitwise_op PARAMS ((cpp_reader *, cpp_num, cpp_num, 52 static cpp_num num_inequality_op PARAMS ((cpp_reader *, cpp_num, cpp_num, [all …]
|
H A D | cpplib.h | 603 typedef struct cpp_num cpp_num; typedef 604 struct cpp_num struct 643 extern cpp_num cpp_interpret_integer PARAMS ((cpp_reader *, const cpp_token *, 648 cpp_num cpp_num_sign_extend PARAMS ((cpp_num, size_t));
|
H A D | c-lex.c | 814 cpp_num integer;
|
H A D | ChangeLog.7 | 4887 * cppexp.c (cpp_num): Move to cpplib.h. 4897 (cpp_num, cpp_num_part, CPP_N_CATEGORY, CPP_N_INVALID, 5341 (cpp_num, cpp_num_part, PART_PRECISION, HALF_MASK, LOW_PART, 5343 (struct op): Use cpp_num.
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
H A D | 20020607-1.c | 6 typedef struct cpp_num cpp_num; typedef 7 struct cpp_num struct 16 static cpp_num argument 18 cpp_num lhs, rhs; in num_equality_op() 28 cpp_num a = { 1, 2 }; in main() 29 cpp_num b = { 3, 4 }; in main() 31 cpp_num result = num_equality_op (a, b); in main()
|
/openbsd-src/gnu/gcc/libcpp/include/ |
H A D | cpplib.h | 717 typedef struct cpp_num cpp_num; typedef 718 struct cpp_num struct 759 extern cpp_num cpp_interpret_integer (cpp_reader *, const cpp_token *, 764 cpp_num cpp_num_sign_extend (cpp_num, size_t);
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | c-lex.c | 559 cpp_num integer; in interpret_integer()
|