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

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
pretty-print.py 26 self._template = template
33 self._template = template
44 s = "{}<{}".format(self._template, self._targ1)
47 elif not type_obj.tag.startswith(self._template):
63 if self._template.split("::")[-1] == "basic_string":
72 return self._recognizer(self._template, self.name, self._targ1)
  /src/external/gpl3/binutils/dist/include/opcode/
tic54x.h 85 typedef struct _template struct
tic30.h 216 typedef struct _template struct
  /src/external/gpl3/binutils.old/dist/include/opcode/
tic54x.h 85 typedef struct _template struct
tic30.h 216 typedef struct _template struct
  /src/external/gpl3/gdb.old/dist/include/opcode/
tic54x.h 85 typedef struct _template struct
tic30.h 216 typedef struct _template struct
  /src/external/gpl3/gdb/dist/include/opcode/
tic54x.h 85 typedef struct _template struct
tic30.h 216 typedef struct _template struct
  /src/external/bsd/openpam/dist/include/security/
openpam.h 66 const char *_template);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py 3555 for _template in ('copy', 'max', 'min', 'min_element', 'sort', 'swap',
3560 (re.compile(r'[^>.]\b' + _template + r'(<.*?>)?\([^\)]'),
3561 _template,
3566 for _template in _templates:
3568 (re.compile(r'(\<|\b)' + _template + r'\s*\<'),
3569 _template + '<>',
  /src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
printers.py 2603 self._template = template
2612 self._template = template
2619 If type_obj starts with self._template and is the same type as
2627 s = '{}<{}'.format(self._template, self._targ1)
2631 elif not type_obj.tag.startswith(self._template):
2651 if self._template.split('::')[-1] == 'basic_string':
2661 return self._recognizer(self._template, self.name, self._targ1)

Completed in 34 milliseconds