Searched refs:cpp_num (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/gcclibs/libcpp/
H A Dexpr.c34 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_o
[all...]
/freebsd-10-stable/contrib/gcclibs/libcpp/include/
H A Dcpplib.h730 typedef struct cpp_num cpp_num; typedef in typeref:struct:cpp_num
731 struct cpp_num struct
772 extern cpp_num cpp_interpret_integer (cpp_reader *, const cpp_token *,
776 others assumed clear, to fill out a cpp_num structure. */
777 cpp_num cpp_num_sign_extend (cpp_num, size_t);
/freebsd-10-stable/contrib/gcc/
H A Dc-lex.c561 cpp_num integer;

Completed in 61 milliseconds