Home
last modified time | relevance | path

Searched defs:cpp_num (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/gcclibs/libcpp/include/
H A Dcpplib.h730 typedef struct cpp_num cpp_num; typedef
731 struct cpp_num struct
733 cpp_num_part high; argument
734 cpp_num_part low; argument
735 bool unsignedp; /* True if value should be treated as unsigned. */
736 bool overflow; /* True if the most recent calculation overflowed. */