Home
last modified time | relevance | path

Searched refs:PreprocessorDirective (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython3/Tools/c-analyzer/c_analyzer/parser/
Dpreprocessor.py110 class PreprocessorDirective(util._NTBase): class
140 class Constant(PreprocessorDirective,
167 class Macro(PreprocessorDirective,
213 class IfDirective(PreprocessorDirective,
286 class Include(PreprocessorDirective,
312 class OtherDirective(PreprocessorDirective,
326 KINDS = PreprocessorDirective.KINDS - {'include', 'define'} - IfDirective.KINDS
/external/python/cpython3/Lib/test/test_tools/test_c_analyzer/test_parser/
Dtest_preprocessor.py11 parse_directive, PreprocessorDirective,
1001 for kind in PreprocessorDirective.KINDS:
1034 self.assertIsInstance(directive, PreprocessorDirective)
1132 self.assertIsInstance(directive, PreprocessorDirective)
1289 self.assertIsInstance(directive, PreprocessorDirective)
1377 for kind in PreprocessorDirective.KINDS:
1402 self.assertIsInstance(directive, PreprocessorDirective)
1466 self.assertIsInstance(directive, PreprocessorDirective)
1538 for kind in PreprocessorDirective.KINDS:
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DNodeType.h21 PreprocessorDirective, enumerator
65 nodeType = NodeType::PreprocessorDirective; in visitPreprocessorDirective()
DIntermRebuild.cpp354 case NodeType::PreprocessorDirective: in traversePre()
417 case NodeType::PreprocessorDirective: in traverseChildren()
485 case NodeType::PreprocessorDirective: in traversePost()
/external/llvm-project/flang/lib/Parser/
Dprescan.cpp105 case LineClassification::Kind::PreprocessorDirective: in Statement()
182 case LineClassification::Kind::PreprocessorDirective: in Statement()
821 lineClass.kind == LineClassification::Kind::PreprocessorDirective) { in SkipCommentLine()
1151 return {LineClassification::Kind::PreprocessorDirective}; in ClassifyLine()
Dprescan.h83 PreprocessorDirective, enumerator
/external/angle/src/compiler/translator/
DIntermNode.h990 enum class PreprocessorDirective enum
1002 TIntermPreprocessorDirective(PreprocessorDirective directive, ImmutableString command);
1013 PreprocessorDirective getDirective() const { return mDirective; } in getDirective()
1022 PreprocessorDirective mDirective;
DOutputGLSLBase.cpp1051 case PreprocessorDirective::Define: in visitPreprocessorDirective()
1054 case PreprocessorDirective::Endif: in visitPreprocessorDirective()
1057 case PreprocessorDirective::If: in visitPreprocessorDirective()
1060 case PreprocessorDirective::Ifdef: in visitPreprocessorDirective()
DIntermNode.cpp3969 TIntermPreprocessorDirective::TIntermPreprocessorDirective(PreprocessorDirective directive, in TIntermPreprocessorDirective()
/external/llvm-project/llvm/docs/TableGen/
DProgRef.rst243 PreprocessorDirective: "#define" | "#ifdef" | "#ifndef"