Home
last modified time | relevance | path

Searched refs:strtolinenum (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Ddirectives.c104 static bool strtolinenum (const uchar *, size_t, linenum_type *, bool *);
919 strtolinenum (const uchar *str, size_t len, linenum_type *nump, bool *wrapped) in strtolinenum() function
965 || strtolinenum (token->val.str.text, token->val.str.len, in do_line()
1028 || strtolinenum (token->val.str.text, token->val.str.len, in do_linemarker()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Ddirectives.cc110 static bool strtolinenum (const uchar *, size_t, linenum_type *, bool *);
936 strtolinenum (const uchar *str, size_t len, linenum_type *nump, bool *wrapped) in strtolinenum() function
989 || strtolinenum (token->val.str.text, token->val.str.len, in do_line()
1052 || strtolinenum (token->val.str.text, token->val.str.len, in do_linemarker()
H A DChangeLog564 * directives.c (strtolinenum): Handle digit separators.
688 * directives.c (strtolinenum): Check for overflow before it
5700 * directives.c (strtolinenum): Handle overflow.
5702 (do_linemarker): Update call to strtolinenum.
5713 (strtoul_for_line): Rename as strtolinenum.
5715 (do_linemarker): Use linenum_type and strtolinenum.