Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/
H A Dcpplib.h1096 typedef struct cpp_num cpp_num; typedef
1097 struct cpp_num struct
1099 cpp_num_part high; argument
1100 cpp_num_part low; argument
1101 bool unsignedp; /* True if value should be treated as unsigned. */
1102 bool overflow; /* True if the most recent calculation overflowed. */
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h1205 typedef struct cpp_num cpp_num; typedef
1206 struct cpp_num struct
1208 cpp_num_part high; argument
1209 cpp_num_part low; argument
1210 bool unsignedp; /* True if value should be treated as unsigned. */
1211 bool overflow; /* True if the most recent calculation overflowed. */