Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/libcpp/include/
H A Dcpplib.h800 typedef struct cpp_num cpp_num; typedef
801 struct cpp_num struct
803 cpp_num_part high; argument
804 cpp_num_part low; argument
805 bool unsignedp; /* True if value should be treated as unsigned. */
806 bool overflow; /* True if the most recent calculation overflowed. */
/dragonfly/contrib/gcc-8.0/libcpp/include/
H A Dcpplib.h942 typedef struct cpp_num cpp_num; typedef
943 struct cpp_num struct
945 cpp_num_part high; argument
946 cpp_num_part low; argument
947 bool unsignedp; /* True if value should be treated as unsigned. */
948 bool overflow; /* True if the most recent calculation overflowed. */