| /src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/ |
| xmethods.py | 33 def is_specialization_of(x, template_name): function 174 if not is_specialization_of(class_type, 'array'): 307 if not is_specialization_of(class_type, 'deque'): 355 if not is_specialization_of(class_type, 'forward_list'): 442 if not is_specialization_of(class_type, '(__cxx11::)?list'): 565 if not is_specialization_of(class_type, 'vector'): 618 if not is_specialization_of(class_type, self._name): 654 if is_specialization_of(impl_type, '__uniq_ptr_(data|impl)'): 656 elif is_specialization_of(impl_type, 'tuple'): 721 if not is_specialization_of(class_type, 'unique_ptr') [all...] |
| printers.py | 204 def is_specialization_of(x, template_name): function 358 if is_specialization_of(impl_type, '__uniq_ptr_data') \ 359 or is_specialization_of(impl_type, '__uniq_ptr_impl'): 361 elif is_specialization_of(impl_type, 'tuple'): 637 if is_specialization_of(nodes[1].type, '__tuple_base'): 1522 self._is_rb_tree_node = is_specialization_of(
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/ |
| xmethods.py | 33 def is_specialization_of(x, template_name): function 174 if not is_specialization_of(class_type, 'array'): 307 if not is_specialization_of(class_type, 'deque'): 355 if not is_specialization_of(class_type, 'forward_list'): 442 if not is_specialization_of(class_type, '(__cxx11::)?list'): 565 if not is_specialization_of(class_type, 'vector'): 618 if not is_specialization_of(class_type, self._name): 654 if is_specialization_of(impl_type, '__uniq_ptr_(data|impl)'): 656 elif is_specialization_of(impl_type, 'tuple'): 721 if not is_specialization_of(class_type, 'unique_ptr') [all...] |
| printers.py | 183 def is_specialization_of(x, template_name): function 332 if is_specialization_of(impl_type, '__uniq_ptr_data') \ 333 or is_specialization_of(impl_type, '__uniq_ptr_impl'): 335 elif is_specialization_of(impl_type, 'tuple'): 609 if is_specialization_of(nodes[1].type, '__tuple_base'): 1440 self.is_rb_tree_node = is_specialization_of(
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| pt.cc | 1344 is_specialization_of (tree decl, tree tmpl) function 1390 /* We want a TEMPLATE_DECL for `is_specialization_of'. */ 1402 if (is_specialization_of (decl, friend_decl)) 1428 && is_specialization_of (TYPE_NAME (DECL_CONTEXT (decl)),
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| pt.cc | 1311 is_specialization_of (tree decl, tree tmpl) function 1358 /* We want a TEMPLATE_DECL for `is_specialization_of'. */ 1370 if (is_specialization_of (decl, friend_decl)) 1396 && is_specialization_of (TYPE_NAME (DECL_CONTEXT (decl)),
|