Searched refs:_include_matcher (Results 1 - 1 of 1) sorted by relevance

/gem5/util/style/
H A Dsort_includes.py94 def _include_matcher(keyword="#include", delim="<>"): function
108 are forwarded to _include_matcher, which is used to match the
112 base_matcher = _include_matcher(**kwargs)
128 base_matcher = _include_matcher(delim='""')
168 ('swig0', '<>', _include_matcher(keyword="%import")),
169 ('swig1', '<>', _include_matcher(keyword="%include")),
170 ('swig2', '""', _include_matcher(keyword="%import", delim='""')),
171 ('swig3', '""', _include_matcher(keyword="%include", delim='""')),

Completed in 5 milliseconds