Home
last modified time | relevance | path

Searched refs:paste_tokens (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/libcpp/
H A Dmacro.c103 static bool paste_tokens (cpp_reader *, const cpp_token **, const cpp_token *);
547 paste_tokens (cpp_reader *pfile, const cpp_token **plhs, const cpp_token *rhs) in paste_tokens() function
647 if (!paste_tokens (pfile, &lhs, rhs)) in paste_all_tokens()
/dragonfly/contrib/gcc-8.0/libcpp/
H A Dmacro.c262 static bool paste_tokens (cpp_reader *, source_location,
776 paste_tokens (cpp_reader *pfile, source_location location, in paste_tokens() function
898 if (!paste_tokens (pfile, virt_loc, &lhs, rhs)) in paste_all_tokens()