| /src/external/mpl/bind/dist/bin/tests/system/isctest/ |
| name.py | 169 _, super_name = name.split(len(name) - 1) 170 while len(super_name) > len(self.zone.origin): 171 if super_name not in all_reachable_names: 172 ents.add(super_name) 173 _, super_name = super_name.split(len(super_name) - 1)
|
| /src/external/mit/isl/dist/interface/ |
| template_cpp.h | 69 * "super_name" is the (fully qualified) name of the corresponding 79 const std::string super_name; member in struct:template_class
|
| generator.cc | 193 * If the class is a proper subclass, then "super_name" is the name 196 void generator::add_subclass(RecordDecl *decl, const string &super_name, 202 classes[sub_name].superclass_name = super_name;
|
| cpp.cc | 230 for (const auto &super_name : supers) { 231 const auto &super = classes[super_name];
|
| template_cpp.cc | 1281 return template_class.super_name;
|
| /src/external/gpl3/gcc/dist/gcc/objc/ |
| objc-gnu-runtime-abi-01.cc | 851 tree super_name = CLASS_SUPER_NAME (imp->imp_template); local 854 add_class_reference (super_name); 856 super_name = my_build_string_pointer (IDENTIFIER_LENGTH (super_name) + 1, 857 IDENTIFIER_POINTER (super_name)); 861 build_tree_list (NULL_TREE, super_name));
|
| objc-next-runtime-abi-01.cc | 961 tree super_name = CLASS_SUPER_NAME (imp->imp_template); local 966 super_class = objc_get_class_reference (super_name); 984 add_class_reference (super_name); 986 super_name = my_build_string_pointer (IDENTIFIER_LENGTH (super_name) + 1, 987 IDENTIFIER_POINTER (super_name)); 991 build_tree_list (NULL_TREE, super_name));
|
| objc-act.cc | 2218 SUPER_NAME (if any), and FIELDS indicated. */ 2221 objc_build_struct (tree klass, tree fields, tree super_name) 2225 tree super = (super_name ? xref_tag (RECORD_TYPE, super_name) : NULL_TREE); 6951 SUPER_NAME is the name of the category. For a class extension, 6952 CODE is CATEGORY_INTERFACE_TYPE and SUPER_NAME is NULL_TREE. */ 6954 start_class (enum tree_code code, tree class_name, tree super_name, 6978 if (code != CATEGORY_INTERFACE_TYPE || super_name != NULL_TREE) 6988 && super_name) 6990 tree super = objc_is_class_name (super_name); 9032 tree super_name = CLASS_SUPER_NAME (imp_list->imp_template); local [all...] |
| objc-next-runtime-abi-02.cc | 1557 tree super_name = CLASS_SUPER_NAME (imp->imp_template); 1558 super_name = my_build_string_pointer (IDENTIFIER_LENGTH (super_name) + 1, 1559 IDENTIFIER_POINTER (super_name)); 1562 build_tree_list (NULL_TREE, super_name));
|
| /src/external/gpl3/gcc.old/dist/gcc/objc/ |
| objc-gnu-runtime-abi-01.cc | 848 tree super_name = CLASS_SUPER_NAME (imp->imp_template); local 851 add_class_reference (super_name); 853 super_name = my_build_string_pointer (IDENTIFIER_LENGTH (super_name) + 1, 854 IDENTIFIER_POINTER (super_name)); 858 build_tree_list (NULL_TREE, super_name));
|
| objc-next-runtime-abi-01.cc | 958 tree super_name = CLASS_SUPER_NAME (imp->imp_template); local 963 super_class = objc_get_class_reference (super_name); 981 add_class_reference (super_name); 983 super_name = my_build_string_pointer (IDENTIFIER_LENGTH (super_name) + 1, 984 IDENTIFIER_POINTER (super_name)); 988 build_tree_list (NULL_TREE, super_name));
|
| objc-act.cc | 2220 SUPER_NAME (if any), and FIELDS indicated. */ 2223 objc_build_struct (tree klass, tree fields, tree super_name) 2227 tree super = (super_name ? xref_tag (RECORD_TYPE, super_name) : NULL_TREE); 6953 SUPER_NAME is the name of the category. For a class extension, 6954 CODE is CATEGORY_INTERFACE_TYPE and SUPER_NAME is NULL_TREE. */ 6956 start_class (enum tree_code code, tree class_name, tree super_name, 6980 if (code != CATEGORY_INTERFACE_TYPE || super_name != NULL_TREE) 6990 && super_name) 6992 tree super = objc_is_class_name (super_name); 9034 tree super_name = CLASS_SUPER_NAME (imp_list->imp_template); local [all...] |
| objc-next-runtime-abi-02.cc | 1557 tree super_name = CLASS_SUPER_NAME (imp->imp_template); 1558 super_name = my_build_string_pointer (IDENTIFIER_LENGTH (super_name) + 1, 1559 IDENTIFIER_POINTER (super_name)); 1562 build_tree_list (NULL_TREE, super_name));
|
| /src/external/gpl3/gdb/dist/gdb/ |
| rust-parse.c | 235 std::string super_name (const std::string &ident, unsigned int n_supers); 374 rust_parser::super_name (const std::string &ident, unsigned int n_supers) function in class:rust_parser 1929 return super_name (path, n_supers);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| rust-parse.c | 235 std::string super_name (const std::string &ident, unsigned int n_supers); 374 rust_parser::super_name (const std::string &ident, unsigned int n_supers) function in class:rust_parser 1932 return super_name (path, n_supers);
|