Home
last modified time | relevance | path

Searched refs:get_token_no_padding (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcpplib.c127 static const cpp_token *get_token_no_padding PARAMS ((cpp_reader *));
579 token = get_token_no_padding (pfile);
631 header = get_token_no_padding (pfile);
1239 get_token_no_padding (pfile) in get_token_no_padding() function
1258 if (get_token_no_padding (pfile)->type != CPP_OPEN_PAREN)
1261 string = get_token_no_padding (pfile);
1265 if (get_token_no_padding (pfile)->type != CPP_CLOSE_PAREN)
H A DChangeLog6553 (glue_header_name, parse_include): Use get_token_no_padding.
H A DChangeLog.610093 (get_token_no_padding): New.
/openbsd-src/gnu/gcc/libcpp/
H A Ddirectives.c119 static const cpp_token *get_token_no_padding (cpp_reader *);
626 token = get_token_no_padding (pfile); in glue_header_name()
666 header = get_token_no_padding (pfile); in parse_include()
1444 get_token_no_padding (cpp_reader *pfile) in get_token_no_padding() function
1461 if (get_token_no_padding (pfile)->type != CPP_OPEN_PAREN) in get__Pragma_string()
1464 string = get_token_no_padding (pfile); in get__Pragma_string()
1468 if (get_token_no_padding (pfile)->type != CPP_CLOSE_PAREN) in get__Pragma_string()