Searched refs:impent (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c2105 struct imp_entry *impent;
2108 for (impent = imp_list; impent; impent = impent->next)
2110 if (TREE_CODE (impent->imp_context) == CLASS_IMPLEMENTATION_TYPE)
2112 expr = build_unary_op (ADDR_EXPR, impent->class_decl, 0);
2118 for (impent = imp_list; impent; impent
2101 struct imp_entry *impent; local
2208 struct imp_entry *impent; local
5352 struct imp_entry *impent; local
9132 struct imp_entry *impent; local
9308 handle_impent(struct imp_entry *impent) argument
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c1509 struct imp_entry *impent;
1512 for (impent = imp_list; impent; impent = impent->next)
1514 if (TREE_CODE (impent->imp_context) == CLASS_IMPLEMENTATION_TYPE)
1516 expr = build_unary_op (ADDR_EXPR, impent->class_decl, 0);
1522 for (impent = imp_list; impent; impent
1504 struct imp_entry *impent; local
1593 struct imp_entry *impent; local
8242 struct imp_entry *impent; local
[all...]

Completed in 181 milliseconds