Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.c275 objc_get_class_decl in gnu_runtime_01_initialize()
589 return build_function_call (input_location, objc_get_class_decl, params); in gnu_runtime_abi_01_get_class_reference()
851 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.h442 #define objc_get_class_decl objc_global_trees[OCTI_GET_CLASS_DECL] macro
H A Dobjc-next-runtime-abi-01.c359 objc_get_class_decl in next_runtime_01_initialize()
723 return build_function_call (input_location, objc_get_class_decl, params); in next_runtime_abi_01_get_class_reference()
981 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.c478 objc_get_class_decl = add_builtin_function (TAG_GETCLASS, in next_runtime_02_initialize()
1142 t = build_function_call_vec (input_location, vNULL, objc_get_class_decl, in next_runtime_abi_02_get_class_reference()
1553 tree get_cl_fn = inst_meth ? objc_get_class_decl in next_runtime_abi_02_get_category_super_ref()
H A Dobjc-act.c5290 && TREE_TYPE (exp) == TREE_TYPE (objc_get_class_decl) in receiver_is_class_object()
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.cc275 objc_get_class_decl in gnu_runtime_01_initialize()
589 return build_function_call (input_location, objc_get_class_decl, params); in gnu_runtime_abi_01_get_class_reference()
852 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.h456 #define objc_get_class_decl objc_global_trees[OCTI_GET_CLASS_DECL] macro
H A Dobjc-next-runtime-abi-01.cc360 objc_get_class_decl in next_runtime_01_initialize()
724 return build_function_call (input_location, objc_get_class_decl, params); in next_runtime_abi_01_get_class_reference()
982 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.cc480 objc_get_class_decl = add_builtin_function (TAG_GETCLASS, in next_runtime_02_initialize()
1144 t = build_function_call_vec (input_location, vNULL, objc_get_class_decl, in next_runtime_abi_02_get_class_reference()
1555 tree get_cl_fn = inst_meth ? objc_get_class_decl in next_runtime_abi_02_get_category_super_ref()
H A Dobjc-act.cc5369 && TREE_TYPE (exp) == TREE_TYPE (objc_get_class_decl) in receiver_is_class_object()