Searched refs:maybe_add_include_fixit (Results 1 – 17 of 17) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | known-headers.cc | 203 maybe_add_include_fixit (&richloc, m_header_hint, true); in ~suggest_missing_header()
|
H A D | c-common.h | 1397 extern void maybe_add_include_fixit (rich_location *, const char *, bool);
|
H A D | c-common.c | 8793 maybe_add_include_fixit (rich_location *richloc, const char *header, in maybe_add_include_fixit() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | known-headers.cc | 321 maybe_add_include_fixit (&richloc, m_header_hint, true); in ~suggest_missing_header()
|
H A D | c-common.h | 1506 extern void maybe_add_include_fixit (rich_location *, const char *, bool);
|
H A D | ChangeLog | 3973 (maybe_add_include_fixit): Add param "override_location". If set, 3977 * c-common.h (extern void maybe_add_include_fixit): Add bool 3984 maybe_add_include_fixit to suggest overriding the location, as it 5362 (maybe_add_include_fixit): New function. 5363 * c-common.h (maybe_add_include_fixit): New decl.
|
H A D | c-common.cc | 9252 maybe_add_include_fixit (rich_location *richloc, const char *header, in maybe_add_include_fixit() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | rtti.c | 320 maybe_add_include_fixit (&richloc, "<typeinfo>", false); in typeid_ok_p()
|
H A D | name-lookup.c | 5897 maybe_add_include_fixit (&richloc, header, true); in ~missing_std_header()
|
H A D | pt.c | 28122 maybe_add_include_fixit (&richloc, "<initializer_list>", false); in listify()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | rtti.cc | 321 maybe_add_include_fixit (&richloc, "<typeinfo>", false); in typeid_ok_p()
|
H A D | ChangeLog-2018 | 1745 maybe_add_include_fixit to suggest overriding the location, as it 1751 * pt.c (listify): Update call to maybe_add_include_fixit to not
|
H A D | name-lookup.cc | 6974 maybe_add_include_fixit (&richloc, header, true); in ~missing_std_header()
|
H A D | pt.cc | 29082 maybe_add_include_fixit (&richloc, "<initializer_list>", false); in listify()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-decl.cc | 2038 maybe_add_include_fixit (&richloc, header, true); in diagnose_mismatched_decls() 2063 maybe_add_include_fixit (&richloc, header, true); in diagnose_mismatched_decls() 3426 maybe_add_include_fixit (&richloc, header, true); in implicit_decl_warning() 3706 maybe_add_include_fixit (&richloc, header, true); in implicitly_declare()
|
H A D | ChangeLog | 2810 maybe_add_include_fixit to suggest overriding the location, as it
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-decl.c | 2016 maybe_add_include_fixit (&richloc, header, true); in diagnose_mismatched_decls() 2041 maybe_add_include_fixit (&richloc, header, true); in diagnose_mismatched_decls() 3642 maybe_add_include_fixit (&richloc, header, true); in implicitly_declare()
|