Home
last modified time | relevance | path

Searched refs:verify_type (Results 1 – 13 of 13) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-free-lang-data.cc1136 verify_type (t); in free_lang_data()
Dtree.h5489 extern void DEBUG_FUNCTION verify_type (const_tree t);
DChangeLog-20154205 (verify_type): Verify that TYPE_CANONICAL of TYPE_MAIN_VARIANT is
11485 * tree.c (verify_type): Verify that TYPE_MODE match
31404 (verify_type): Drop FIXME for METHOD_TYPE, update FIXME for
31412 (verify_type): Remove METHOD_TYPE FIXME; update FUNCTION_TYPE.
32259 (verify_type): Verify TYPE_CANONICAL compatibility.
32747 (verify_type): Verify STRING_FLAG.
33468 (verify_type): Allow TYPE_METHODS to be error_mark_node.
33599 (verify_type): Permit non-NULL TREE_PURPOSE in non-LTO builds.
33604 * tree.c (verify_type): Verify TYPE_BINFO and TYPE_VALUES_RAW.
34154 * tree.c (verify_type): Check various uses of TYPE_MAXVAL;
[all …]
Dtree.cc13682 verify_type (const_tree t) in verify_type() function
DChangeLog-201716058 * tree.c (verify_type): Re-enable TYPE_CANONICAL main variant check.
20631 (verify_type): Adjust for TYPE_BINFO move.
23172 verify_type): Member fns are on TYPE_FIELDS.
23376 * tree.c (find_decls_types_r, verify_type): Use
23924 (verify_type): Remove dead code.
Ddwarf2out.cc26148 verify_type (type); in gen_type_die_with_usage()
DChangeLog-2021101 * tree.c (verify_type): Allow enumerator with BOOLEAN_TYPE.
244 * tree.c (verify_type): Fix typo.
DChangeLog-201610779 verify_type): Likewise.
28795 * tree.c (verify_type): Disable the canonical type of main variant
DChangeLog-201928305 (verify_type): Same.
DChangeLog-20185985 (verify_type): Accept when incomplete type has complete canonical type.
/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Ddbuf.c312 dbuf_verify_user(dmu_buf_impl_t *db, dbvu_verify_type_t verify_type) in dbuf_verify_user() argument
328 if (verify_type == DBVU_EVICTING) { in dbuf_verify_user()
/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
Dlto-common.cc2634 verify_type (t); in lto_fixup_state()
DChangeLog1547 * lto.c (lto_fixup_state): Call verify_type.