Home
last modified time | relevance | path

Searched refs:objc_get_class_decl (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.c265 objc_get_class_decl in gnu_runtime_01_initialize()
579 return build_function_call (input_location, objc_get_class_decl, params); in gnu_runtime_abi_01_get_class_reference()
841 super_class = (inst_meth ? objc_get_class_decl : objc_get_meta_class_decl); in gnu_runtime_abi_01_get_category_super_ref()
H A Dobjc-act.h419 #define objc_get_class_decl objc_global_trees[OCTI_GET_CLASS_DECL] macro
H A Dobjc-next-runtime-abi-01.c357 objc_get_class_decl in next_runtime_01_initialize()
721 return build_function_call (input_location, objc_get_class_decl, params); in next_runtime_abi_01_get_class_reference()
978 super_class = (inst_meth ? objc_get_class_decl : objc_get_meta_class_decl); in next_runtime_abi_01_get_category_super_ref()
H A Dobjc-next-runtime-abi-02.c452 objc_get_class_decl = add_builtin_function (TAG_GETCLASS, in next_runtime_02_initialize()
1091 t = build_function_call_vec (input_location, objc_get_class_decl, in next_runtime_abi_02_get_class_reference()
1511 super_class = (inst_meth ? objc_get_class_decl : objc_get_meta_class_decl); in next_runtime_abi_02_get_category_super_ref()
H A Dobjc-act.c5185 && TREE_TYPE (exp) == TREE_TYPE (objc_get_class_decl) in receiver_is_class_object()