Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/
H A Dparser.py12 ListType,
80 if list_type == ListType.READ:
82 elif list_type == ListType.WRITE:
H A Dconstants.py26 class ListType(object): class