Home
last modified time | relevance | path

Searched refs:CPP_INCREMENT_LINE (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/contrib/gcclibs/libcpp/
Ddirectives-only.c78 CPP_INCREMENT_LINE (pfile, 0); in _cpp_preprocess_dir_only()
194 CPP_INCREMENT_LINE (pfile, 0); in _cpp_preprocess_dir_only()
Dtraditional.c407 CPP_INCREMENT_LINE (pfile, 0); in _cpp_scan_out_logical_line()
608 CPP_INCREMENT_LINE (pfile, 0); in _cpp_scan_out_logical_line()
Dinternal.h67 #define CPP_INCREMENT_LINE(PFILE, COLS_HINT) do { \ macro
Dlex.c294 CPP_INCREMENT_LINE (pfile, 0); in _cpp_process_line_notes()
369 CPP_INCREMENT_LINE (pfile, cols); in _cpp_skip_block_comment()
966 CPP_INCREMENT_LINE (pfile, 0); in _cpp_lex_direct()
/freebsd-9-stable/contrib/gcc/
DChangeLog-200442254 * cpphash.h (CPP_INCREMENT_LINE): New macro.
42259 (_cpp_scan_out_logical_line): Use CPP_INCREMENT_LINE.
42273 _cpp_skip_block_comment): Use CPP_INCREMENT_LINE.