Home
last modified time | relevance | path

Searched refs:cpp_errno (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dpch.c83 cpp_errno (pfile, CPP_DL_ERROR, in write_macdef()
332 cpp_errno (r, CPP_DL_ERROR, "while writing precompiled header"); in cpp_write_pch_deps()
344 cpp_errno (r, CPP_DL_ERROR, "while writing precompiled header"); in cpp_write_pch_deps()
362 cpp_errno (r, CPP_DL_ERROR, "while writing precompiled header"); in cpp_write_pch_state()
368 cpp_errno (r, CPP_DL_ERROR, "while writing precompiled header"); in cpp_write_pch_state()
377 cpp_errno (r, CPP_DL_ERROR, "while writing precompiled header"); in cpp_write_pch_state()
567 cpp_errno (r, CPP_DL_ERROR, "while reading precompiled header"); in cpp_valid_state()
737 cpp_errno (r, CPP_DL_ERROR, "while reading precompiled header"); in cpp_read_state()
H A Dcharset.c657 cpp_errno (pfile, CPP_DL_ERROR, "iconv_open"); in init_iconv_desc()
759 cpp_errno (pfile, CPP_DL_ICE, "converting to execution character set"); in cpp_host_to_exec_charset()
1055 cpp_errno (pfile, CPP_DL_ERROR, in convert_ucn()
1059 cpp_errno (pfile, CPP_DL_ERROR, in convert_ucn()
1292 cpp_errno (pfile, CPP_DL_ERROR, in convert_escape()
1352 cpp_errno (pfile, CPP_DL_ERROR, "converting to execution character set"); in cpp_interpret_string()
1570 cpp_errno (pfile, CPP_DL_ERROR, in _cpp_interpret_identifier()
H A Derrors.c196 cpp_errno (cpp_reader *pfile, int level, const char *msgid) in cpp_errno() function
H A Dfiles.c616 cpp_errno (pfile, CPP_DL_ERROR, file->path); in read_file_guts()
920 cpp_errno (pfile, CPP_DL_WARNING, file->path); in open_file_failed()
922 cpp_errno (pfile, CPP_DL_ERROR, file->path); in open_file_failed()
H A DMakefile.in231 --keyword=cpp_error:3 --keyword=cpp_errno:3 \
H A Dmacro.c156 cpp_errno (pfile, CPP_DL_WARNING, in _cpp_builtin_macro_text()
253 cpp_errno (pfile, CPP_DL_WARNING, in _cpp_builtin_macro_text()
/freebsd-12.1/contrib/gcc/
H A Dc-pch.c373 cpp_errno (pfile, CPP_DL_ERROR, "calling fdopen"); in c_common_read_pch()
381 cpp_errno (pfile, CPP_DL_ERROR, "reading"); in c_common_read_pch()
397 cpp_errno (pfile, CPP_DL_ERROR, "reading"); in c_common_read_pch()
407 cpp_errno (pfile, CPP_DL_ERROR, "seeking"); in c_common_read_pch()
H A Dc-incpath.c202 cpp_errno (pfile, CPP_DL_ERROR, cur->name); in remove_duplicates()
208 cpp_errno (pfile, CPP_DL_WARNING, cur->name); in remove_duplicates()
H A DChangeLog-200225512 (cpp_errno): New.
25540 (cpp_errno): New.
/freebsd-12.1/contrib/gcclibs/libcpp/include/
H A Dcpplib.h806 extern void cpp_errno (cpp_reader *, int, const char *msgid);