Searched refs:warn_types_mismatch (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-devirt.cc | 994 warn_types_mismatch (tree t1, tree t2, location_t loc1, location_t loc2) in warn_types_mismatch() function 1127 warn_types_mismatch (TREE_TYPE (t1), TREE_TYPE (t2), loc_t1, loc_t2); in warn_types_mismatch() 1137 warn_types_mismatch (TREE_TYPE (t1), TREE_TYPE (t2), loc_t1, in warn_types_mismatch() 1156 warn_types_mismatch (TREE_VALUE (parms1), in warn_types_mismatch() 1303 warn_types_mismatch (TREE_TYPE (t1), TREE_TYPE (t2), in odr_types_equivalent_p() 1318 warn_types_mismatch (TREE_TYPE (t1), TREE_TYPE (t2), loc1, loc2); in odr_types_equivalent_p() 1336 warn_types_mismatch (TREE_TYPE (t1), TREE_TYPE (t2), loc1, loc2); in odr_types_equivalent_p() 1378 warn_types_mismatch (TREE_TYPE (t1), TREE_TYPE (t2), loc1, loc2); in odr_types_equivalent_p() 1401 warn_types_mismatch (TREE_VALUE (parms1), in odr_types_equivalent_p() 1487 warn_types_mismatch (TREE_TYPE (f1), TREE_TYPE (f2), loc1, loc2); in odr_types_equivalent_p() [all …]
|
H A D | ipa-utils.h | 97 void warn_types_mismatch (tree t1, tree t2, location_t loc1 = UNKNOWN_LOCATION,
|
H A D | ChangeLog-2019 | 1136 * ipa-devirt.c (warn_types_mismatch): Don't call xstrdup for the 1948 * ipa-devirt.c (warn_types_mismatch): Use get_odr_name_for_type 2271 * ipa-devirt.c (warn_types_mismatch): Use TYPE_MAIN_VARIANT 11699 * ipa-devirt.c (warn_types_mismatch): Fix conditional on anonymous 11812 * ipa-devirt.c (warn_types_mismatch): Do not ICE when anonymous type 19762 * ipa-devirt.c (warn_types_mismatch): Compare indentifiers
|
H A D | ChangeLog-2015 | 29093 * ipa-utils.h (warn_types_mismatch): Update prototype. 29097 (warn_types_mismatch): Reorg to work better on non-C++ types. 32728 * ipa-utils.h (warn_types_mismatch, odr_or_derived_type_p, 33185 (warn_types_mismatch): Likewise. 33589 * ipa-devirt.c (warn_types_mismatch): Do not ICE when warning about 37555 (warn_types_mismatch): Report mismatch in mangled names;
|
H A D | ChangeLog-2018 | 3109 (warn_types_mismatch): Do not output confused warnings on integer types. 6982 (warn_types_mismatch): Fix walk of DECL_NAME. 7023 (warn_types_mismatch): Compare mangled names of main variants.
|
H A D | ChangeLog-2017 | 30804 * ipa-devirt.c (warn_types_mismatch): Fix typo. 35966 * ipa-devirt.c (warn_types_mismatch): Simplify uses of "%<%s%>" to
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ipa-devirt.c | 981 warn_types_mismatch (tree t1, tree t2, location_t loc1, location_t loc2) 1114 warn_types_mismatch (TREE_TYPE (t1), TREE_TYPE (t2), loc_t1, loc_t2); 1124 warn_types_mismatch (TREE_TYPE (t1), TREE_TYPE (t2), loc_t1, 1143 warn_types_mismatch (TREE_VALUE (parms1), 1290 warn_types_mismatch (TREE_TYPE (t1), TREE_TYPE (t2), 1305 warn_types_mismatch (TREE_TYPE (t1), TREE_TYPE (t2), loc1, loc2); 1323 warn_types_mismatch (TREE_TYPE (t1), TREE_TYPE (t2), loc1, loc2); 1365 warn_types_mismatch (TREE_TYPE (t1), TREE_TYPE (t2), loc1, loc2); 1388 warn_types_mismatch (TREE_VALUE (parms1), 1474 warn_types_mismatch (TREE_TYPE (f1), TREE_TYPE (f2), loc1, loc2); [all …]
|
H A D | ipa-utils.h | 91 void warn_types_mismatch (tree t1, tree t2, location_t loc1 = UNKNOWN_LOCATION,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/ |
H A D | lto-symtab.cc | 730 warn_types_mismatch (TREE_TYPE (prevailing->decl), in lto_symtab_merge_decls_2()
|
H A D | ChangeLog | 1485 (lto_symtab_merge_decls_2): Update call of warn_types_mismatch. 1543 and call warn_types_mismatch.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/ |
H A D | lto-symtab.c | 730 warn_types_mismatch (TREE_TYPE (prevailing->decl), in lto_symtab_merge_decls_2()
|