Home
last modified time | relevance | path

Searched refs:ignore_non_match (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Tools/c-analyzer/c_parser/
Dmatch.py144 def group_by_category(decls, categories, *, ignore_non_match=True): argument
156 if not ignore_non_match:
/third_party/python/Tools/c-analyzer/c_analyzer/
D__main__.py351 grouped = group_by_storage(failed, ignore_non_match=False)