Home
last modified time | relevance | path

Searched defs:KINDS (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Tools/c-analyzer/c_analyzer/parser/
Dpreprocessor.py115 KINDS = frozenset([ variable in PreprocessorDirective
224 KINDS = frozenset([ variable in IfDirective
326 KINDS = PreprocessorDirective.KINDS - {'include', 'define'} - IfDirective.KINDS variable in OtherDirective