Home | History | Annotate | Download | only in dist

Lines Matching refs:MAKE_INTEGER_PARSER

146 #define MAKE_INTEGER_PARSER(type, name) \
154 MAKE_INTEGER_PARSER(short, short) /* */
155 MAKE_INTEGER_PARSER(unsigned short, ushort) /* */
156 MAKE_INTEGER_PARSER(int, int) /* Don't use semicolons */
157 MAKE_INTEGER_PARSER(unsigned int, uint) /* after these statement */
158 MAKE_INTEGER_PARSER(long, long) /* because they can cause */
159 MAKE_INTEGER_PARSER(unsigned long, ulong) /* compiler warnings if */
161 MAKE_INTEGER_PARSER(long long, longlong) /* turned up high enough. */
164 MAKE_INTEGER_PARSER(unsigned long long, ulonglong) /* */
169 #undef MAKE_INTEGER_PARSER