Home
last modified time | relevance | path

Searched refs:intdecls (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.cc4755 tree intdecls = CLASS_RAW_IVARS (inter); in check_ivars() local
4763 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 …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c4677 tree intdecls = CLASS_RAW_IVARS (inter); in check_ivars() local
4685 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 …]