Searched defs:super_name (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/mit/isl/dist/interface/ |
H A D | template_cpp.h | 79 const std::string super_name; member
|
H A D | generator.cc | 196 void generator::add_subclass(RecordDecl *decl, const string &super_name, in add_subclass()
|
H A D | cpp.cc | 230 for (const auto &super_name : supers) { in copy_super_methods() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | objc-act.cc | 2223 objc_build_struct (tree klass, tree fields, tree super_name) in objc_build_struct() 6952 start_class (enum tree_code code, tree class_name, tree super_name, in start_class() 9034 tree super_name = CLASS_SUPER_NAME (imp_list->imp_template); in get_super_receiver() local
|
H A D | objc-gnu-runtime-abi-01.cc | 848 tree super_name = CLASS_SUPER_NAME (imp->imp_template); in gnu_runtime_abi_01_get_category_super_ref() local
|
H A D | objc-next-runtime-abi-01.cc | 958 tree super_name = CLASS_SUPER_NAME (imp->imp_template); in next_runtime_abi_01_get_category_super_ref() local
|
H A D | objc-next-runtime-abi-02.cc | 1557 tree super_name = CLASS_SUPER_NAME (imp->imp_template); in next_runtime_abi_02_get_category_super_ref() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-act.c | 2162 objc_build_struct (tree klass, tree fields, tree super_name) in objc_build_struct() 6866 start_class (enum tree_code code, tree class_name, tree super_name, in start_class() 8907 tree super_name = CLASS_SUPER_NAME (imp_list->imp_template); in get_super_receiver() local
|
H A D | objc-gnu-runtime-abi-01.c | 847 tree super_name = CLASS_SUPER_NAME (imp->imp_template); in gnu_runtime_abi_01_get_category_super_ref() local
|
H A D | objc-next-runtime-abi-01.c | 957 tree super_name = CLASS_SUPER_NAME (imp->imp_template); in next_runtime_abi_01_get_category_super_ref() local
|
H A D | objc-next-runtime-abi-02.c | 1555 tree super_name = CLASS_SUPER_NAME (imp->imp_template); in next_runtime_abi_02_get_category_super_ref() local
|