Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/objc/
H A Dobjc-act.c1434 else if (objc_method_context) in objc_maybe_build_component_ref()
1453 if (TREE_CODE (objc_method_context) != CLASS_METHOD_DECL) in objc_maybe_build_component_ref()
1472 (TREE_CODE (objc_method_context) == CLASS_METHOD_DECL), in objc_maybe_build_component_ref()
5128 if (objc_method_context in receiver_is_class_object()
5129 && TREE_CODE (objc_method_context) == CLASS_METHOD_DECL in receiver_is_class_object()
5738 if (TREE_CODE (objc_method_context) == CLASS_METHOD_DECL) in build_ivar_reference()
6427 if (!objc_method_context) in objc_is_public()
8300 if (objc_method_context in synth_self_and_ucmd_args()
8301 && TREE_CODE (objc_method_context) == INSTANCE_METHOD_DECL) in synth_self_and_ucmd_args()
8344 objc_method_context = method; in start_method_def()
[all …]
H A Dobjc-act.h489 #define objc_method_context objc_global_trees[OCTI_METH_CTX] macro