Home
last modified time | relevance | path

Searched refs:imp_context (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.c2106 if (TREE_CODE (impent->imp_context) == CLASS_IMPLEMENTATION_TYPE) in init_def_list()
2116 if (TREE_CODE (impent->imp_context) == CATEGORY_IMPLEMENTATION_TYPE) in init_def_list()
2213 if (TREE_CODE (impent->imp_context) == CATEGORY_IMPLEMENTATION_TYPE) in forward_declare_categories()
2216 objc_implementation_context = impent->imp_context; in forward_declare_categories()
5357 chain = CLASS_CLS_METHODS (impent->imp_context); in mark_referenced_methods()
5364 chain = CLASS_NST_METHODS (impent->imp_context); in mark_referenced_methods()
7631 imp_entry->imp_context = class; in continue_class()
9159 objc_implementation_context = impent->imp_context; in finish_objc()
9312 objc_implementation_context = impent->imp_context; in handle_impent()
9315 if (TREE_CODE (impent->imp_context) == CLASS_IMPLEMENTATION_TYPE) in handle_impent()
[all …]
H A Dobjc-act.h170 tree imp_context; member
/openbsd-src/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.h156 tree imp_context; member
H A Dobjc-act.c1509 if (TREE_CODE (impent->imp_context) == CLASS_IMPLEMENTATION_TYPE)
1519 if (TREE_CODE (impent->imp_context) == CATEGORY_IMPLEMENTATION_TYPE)
1598 if (TREE_CODE (impent->imp_context) == CATEGORY_IMPLEMENTATION_TYPE) in forward_declare_categories()
1601 objc_implementation_context = impent->imp_context; in forward_declare_categories()
6316 imp_entry->imp_context = class;
8275 objc_implementation_context = impent->imp_context; in finish_objc()
8460 objc_implementation_context = impent->imp_context;
8463 if (TREE_CODE (impent->imp_context) == CLASS_IMPLEMENTATION_TYPE)
8466 IDENTIFIER_POINTER (CLASS_NAME (impent->imp_context));
8473 else if (TREE_CODE (impent->imp_context) == CATEGORY_IMPLEMENTATION_TYPE)
[all …]