Home
last modified time | relevance | path

Searched refs:verify_type_variant (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree.cc13151 verify_type_variant (const_tree t, tree tv) in verify_type_variant() function
13697 else if (t != mv && !verify_type_variant (t, mv)) in verify_type()
H A DChangeLog-20154193 (verify_type_variant): Verify that variants have no
7856 (verify_type_variant): Deal with TYPE_REVERSE_STORAGE_ORDER.
29887 * tree.c (verify_type_variant): Verify that type and variant is
31217 * tree.c (verify_type_variant): Do not check TYPE_NO_FORCE_BLK.
32257 * tree.c (verify_type_variant): Fix #undef.
32746 * tree.c (verify_type_variant): Verify tree_base and type_common flags.
33467 (verify_type_variant): Verify that TYPE_METHODS is NULL for variants.
33579 * tree.c (verify_type_variant): Check TYPE_VALUES_RAW and TYPE_PRECISION
34575 (verify_type_variant): New function.
H A DChangeLog-20166775 * tree.c (verify_type_variant): Use pointer comparison to check that
18655 * tree.c (verify_type_variant): Remove handling of TYPE_ALIGN_OK.
20099 * tree.c (verify_type_variant): Skip TYPE_SIZE and TYPE_SIZE_UNIT if
H A DChangeLog-201924820 (verify_type_variant): Update verification of SRING_FLAG;
28304 (verify_type_variant): Same.
32212 * tree.c (verify_type_variant): Likewise.
H A DChangeLog-201720123 to allow for free-lang-data replacements similar to verify_type_variant.
23171 (build_distinct_type_copy, verify_type_variant,
40904 * tree.c (verify_type_variant): Likewise. Fix typo in comment.
H A DChangeLog-20185714 (verify_type_variant): Expect variants to have no TYPE_VALUES.
26116 * tree.c (verify_type_variant): Make error call in verify_variant_match
H A DChangeLog-202129152 (verify_type_variant): Likewise.
H A DChangeLog-202037232 * tree.c (verify_type_variant): Only verify TYPE_NEEDS_CONSTRUCTING
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree.c13906 verify_type_variant (const_tree t, tree tv) in verify_type_variant() function
14446 else if (t != mv && !verify_type_variant (t, mv)) in verify_type()