Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.c4949 tree intdecls = CLASS_RAW_IVARS (inter); in check_ivars() local
4957 if (intdecls && TREE_CODE (intdecls) == TYPE_DECL) in check_ivars()
4958 intdecls = TREE_CHAIN (intdecls); in check_ivars()
4960 if (intdecls == 0 && impdecls == 0) in check_ivars()
4962 if (intdecls == 0 || impdecls == 0) in check_ivars()
4968 t1 = TREE_TYPE (intdecls); t2 = TREE_TYPE (impdecls); in check_ivars()
4971 || !tree_int_cst_equal (DECL_INITIAL (intdecls), in check_ivars()
4974 if (DECL_NAME (intdecls) == DECL_NAME (impdecls)) in check_ivars()
4979 intdecls); in check_ivars()
4988 else if (DECL_NAME (intdecls) != DECL_NAME (impdecls)) in check_ivars()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c3553 tree intdecls = CLASS_IVARS (inter); local
3562 if (intdecls == 0 && impdecls == 0)
3564 if (intdecls == 0 || impdecls == 0)
3570 t1 = TREE_TYPE (intdecls); t2 = TREE_TYPE (impdecls);
3574 if (DECL_NAME (intdecls) == DECL_NAME (impdecls))
3579 intdecls, rawintdecls);
3588 else if (DECL_NAME (intdecls) != DECL_NAME (impdecls))
3593 intdecls, rawintdecls);
3596 intdecls = TREE_CHAIN (intdecls);