Home | History | Annotate | Download | only in tools

Lines Matching refs:_template

3565 for _template in ('copy', 'max', 'min', 'min_element', 'sort', 'swap',
3570 (re.compile(r'[^>.]\b' + _template + r'(<.*?>)?\([^\)]'),
3571 _template,
3576 for _template in _templates:
3578 (re.compile(r'(\<|\b)' + _template + r'\s*\<'),
3579 _template + '<>',