HomeSort by: relevance | last modified time | path
    Searched refs:template_argument (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/gdb-scripts/
prettyprinters.py 46 t = val.type.template_argument(0).pointer()
116 val.type.template_argument(0).pointer()).dereference())
193 t = self.val.type.template_argument(3).pointer()
196 return self._iterator(self.val.type.template_argument(2), begin, end)
213 value_ty = self.val.type.template_argument(0)
362 info_name = val.type.template_argument(4).strip_typedefs().name
392 pointer_type = val.type.template_argument(0)
393 value_type = val.type.template_argument(2)
415 pointer_type = val.type.template_argument(int(value))
424 derived_type = val.type.template_argument(0
    [all...]
  /src/external/apache2/llvm/dist/libcxx/utils/gdb/libcxx/
printers.py 108 element_type = gdb_type.template_argument(n)
281 self.pointee_type = self.val.type.template_argument(0)
310 _prettify_typename(self.val.type.template_argument(0)))
405 if self.val.type.template_argument(0).code == gdb.TYPE_CODE_BOOL:
438 self.bit_count = self.val.type.template_argument(0)
473 val.type.template_argument(0))
704 tree_it_type = map_it_type.template_argument(0)
705 node_ptr_type = tree_it_type.template_argument(1)
723 node_ptr_type = set_it_type.template_argument(1)
741 cast_type = self.val.type.template_argument(1
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/
printers.py 152 valtype = containertype.template_argument(0)
225 template_args.append(type_obj.template_argument(n))
273 targ = self.val.type.template_argument(0)
353 t = self.val.type.template_argument(0)
371 valtype = node.type.template_argument(0)
536 self.is_bool = val.type.template_argument(0).code == gdb.TYPE_CODE_BOOL
756 valtype = node.type.template_argument(0)
792 itype = self.val.type.template_argument(0)
892 # If template_argument handled values, we could print the
967 self.elttype = val.type.template_argument(0
    [all...]
xmethods.py 180 value_type = class_type.template_argument(0)
181 size = class_type.template_argument(1)
312 return method.worker_class(class_type.template_argument(0))
360 val_type = class_type.template_argument(0)
447 val_type = class_type.template_argument(0)
570 return method.worker_class(class_type.template_argument(0))
726 worker = method.worker_class(class_type.template_argument(0))
855 worker = method.worker_class(class_type.template_argument(0))
  /src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
xmethods.py 180 value_type = class_type.template_argument(0)
181 size = class_type.template_argument(1)
312 return method.worker_class(class_type.template_argument(0))
360 val_type = class_type.template_argument(0)
447 val_type = class_type.template_argument(0)
570 return method.worker_class(class_type.template_argument(0))
726 worker = method.worker_class(class_type.template_argument(0))
855 worker = method.worker_class(class_type.template_argument(0))
printers.py 173 valtype = containertype.template_argument(0)
251 template_args.append(type_obj.template_argument(n))
299 targ = self._val.type.template_argument(0)
379 t = self._val.type.template_argument(0)
397 valtype = node.type.template_argument(0)
563 self._is_bool = val.type.template_argument(
784 valtype = node.type.template_argument(0)
820 itype = self._val.type.template_argument(0)
920 # If template_argument handled values, we could print the
995 self._elttype = val.type.template_argument(0
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
gdbhooks.py 480 typ_T = typ.template_argument(0) # the type T

Completed in 25 milliseconds