Searched refs:intdecls (Results 1 – 2 of 2) sorted by relevance
4755 tree intdecls = CLASS_RAW_IVARS (inter); in check_ivars() local4763 if (intdecls && TREE_CODE (intdecls) == TYPE_DECL) in check_ivars()4764 intdecls = TREE_CHAIN (intdecls); in check_ivars()4766 if (intdecls == 0 && impdecls == 0) in check_ivars()4768 if (intdecls == 0 || impdecls == 0) in check_ivars()4774 t1 = TREE_TYPE (intdecls); t2 = TREE_TYPE (impdecls); in check_ivars()4778 || !tree_int_cst_equal (DECL_BIT_FIELD_REPRESENTATIVE (intdecls), in check_ivars()4781 || !tree_int_cst_equal (DECL_INITIAL (intdecls), in check_ivars()4786 if (DECL_NAME (intdecls) == DECL_NAME (impdecls)) in check_ivars()4791 intdecls); in check_ivars()[all …]
4677 tree intdecls = CLASS_RAW_IVARS (inter); in check_ivars() local4685 if (intdecls && TREE_CODE (intdecls) == TYPE_DECL) in check_ivars()4686 intdecls = TREE_CHAIN (intdecls); in check_ivars()4688 if (intdecls == 0 && impdecls == 0) in check_ivars()4690 if (intdecls == 0 || impdecls == 0) in check_ivars()4696 t1 = TREE_TYPE (intdecls); t2 = TREE_TYPE (impdecls); in check_ivars()4700 || !tree_int_cst_equal (DECL_BIT_FIELD_REPRESENTATIVE (intdecls), in check_ivars()4703 || !tree_int_cst_equal (DECL_INITIAL (intdecls), in check_ivars()4708 if (DECL_NAME (intdecls) == DECL_NAME (impdecls)) in check_ivars()4713 intdecls); in check_ivars()[all …]