Searched refs:copy_comment (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/gcc/libcpp/
H A Dtraditional.c84 static const uchar *copy_comment (cpp_reader *, const uchar *, int);
148 copy_comment (cpp_reader *pfile, const uchar *cur, int in_define) function
206 comments are handled as described in copy_comment().
227 cur = copy_comment (pfile, cur, false /* in_define */);
451 cur = copy_comment (pfile, cur, macro != 0);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dcpptrad.c88 static const uchar *copy_comment PARAMS ((cpp_reader *, const uchar *, int));
176 copy_comment (pfile, cur, in_define) function
248 comments are handled as described in copy_comment().
278 cur = copy_comment (pfile, tmp, false /* in_define */);
549 cur = copy_comment (pfile, cur, macro != 0);

Completed in 124 milliseconds