Home
last modified time | relevance | path

Searched refs:IfDirective (Results 1 – 23 of 23) sorted by relevance

/dports/lang/python39/Python-3.9.9/Lib/test/test_tools/test_c_analyzer/test_parser/
H A Dtest_preprocessor.py215 IfDirective('ifdef', 'SPAM'),
271 IfDirective('ifdef', 'SPAM'),
349 IfDirective('ifdef', 'SPAM'),
360 IfDirective('ifndef', 'HAM'),
1292 d = IfDirective('if', '1')
1304 for kind in IfDirective.KINDS:
1309 d = IfDirective(*args)
1326 for kind in IfDirective.KINDS:
1344 d = IfDirective(*args)
1353 for kind in IfDirective.KINDS:
[all …]
/dports/lang/python39/Python-3.9.9/Tools/c-analyzer/c_analyzer/parser/
H A Dpreprocessor.py102 elif kind in IfDirective.KINDS:
103 directive = IfDirective(kind, text)
213 class IfDirective(PreprocessorDirective, class
326 KINDS = PreprocessorDirective.KINDS - {'include', 'define'} - IfDirective.KINDS
467 elif isinstance(directive, IfDirective):
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/porting/src/
H A Drpptreewalker.cpp121 else if (IfDirective *dir = conditionalDirective->toIfDirective()) in evaluateConditionalDirective()
143 void RppTreeWalker::evaluateIfDirective(const IfDirective *directive) in evaluateIfDirective()
H A Drpp.h81 struct IfDirective;
463 virtual IfDirective *toIfDirective() const in toIfDirective()
769 struct IfDirective: public IfLikeDirective struct
771 inline IfDirective(Item *parent = 0)
774 virtual IfDirective *toIfDirective() const in toIfDirective() argument
775 { return const_cast<IfDirective *>(this); } in toIfDirective()
H A Drpptreewalker.h74 virtual void evaluateIfDirective(const IfDirective *directive);
H A Drpp.cpp261 IfDirective *d = createNode<IfDirective>(m_memoryPool, ifSection); in parseIfGroup()
H A Drpptreeevaluator.cpp207 if (IfDirective *ifDirective = conditionalDirective->toIfDirective()) in evaluateCondition()
/dports/textproc/py-genshi/Genshi-0.7.3/genshi/template/
H A Dtext.py125 ('if', IfDirective),
266 ('if', IfDirective),
H A Ddirectives.py386 class IfDirective(Directive): class
405 return super(IfDirective, cls).attach(template, stream, value,
H A Dmarkup.py53 ('if', IfDirective),
/dports/audio/guitarix-lv2/guitarix-0.43.1/tools/ampsim/DK/
H A Dquik.py738 class IfDirective(_Element): class
985 … self.children.append(self.next_element((Text, FormalReference, Comment, IfDirective, SetDirective,
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/
H A Ddirectivestree.pas156 function IfDirective: boolean; in IfDirective() function
444 function TCompilerDirectivesTree.IfDirective: boolean; in TCompilerDirectivesTree.IfDirective() function
641 Add('IF',{$ifdef FPC}@{$endif}IfDirective);
H A Dlinkscanner.pas661 function IfDirective: boolean; in IfDirective() function
3326 else if DirLen=2 then Result:=IfDirective;
3389 else if DirLen=2 then Result:=IfDirective;
4211 function TLinkScanner.IfDirective: boolean; in TLinkScanner.IfDirective() function
/dports/editors/lazarus/lazarus/components/codetools/
H A Ddirectivestree.pas156 function IfDirective: boolean; in IfDirective() function
444 function TCompilerDirectivesTree.IfDirective: boolean; in TCompilerDirectivesTree.IfDirective() function
641 Add('IF',{$ifdef FPC}@{$endif}IfDirective);
H A Dlinkscanner.pas649 function IfDirective: boolean; in IfDirective() function
3324 else if DirLen=2 then Result:=IfDirective;
3387 else if DirLen=2 then Result:=IfDirective;
4209 function TLinkScanner.IfDirective: boolean; in TLinkScanner.IfDirective() function
/dports/editors/lazarus-qt5/lazarus/components/codetools/
H A Ddirectivestree.pas156 function IfDirective: boolean; in IfDirective() function
444 function TCompilerDirectivesTree.IfDirective: boolean; in TCompilerDirectivesTree.IfDirective() function
641 Add('IF',{$ifdef FPC}@{$endif}IfDirective);
H A Dlinkscanner.pas649 function IfDirective: boolean; in IfDirective() function
3324 else if DirLen=2 then Result:=IfDirective;
3387 else if DirLen=2 then Result:=IfDirective;
4209 function TLinkScanner.IfDirective: boolean; in TLinkScanner.IfDirective() function
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/
H A Ddirectivestree.pas156 function IfDirective: boolean; in IfDirective() function
444 function TCompilerDirectivesTree.IfDirective: boolean; in TCompilerDirectivesTree.IfDirective() function
641 Add('IF',{$ifdef FPC}@{$endif}IfDirective);
H A Dlinkscanner.pas661 function IfDirective: boolean; in IfDirective() function
3326 else if DirLen=2 then Result:=IfDirective;
3389 else if DirLen=2 then Result:=IfDirective;
4211 function TLinkScanner.IfDirective: boolean; in TLinkScanner.IfDirective() function
/dports/devel/py-cheetah3/Cheetah3-3.2.6/Cheetah/Tests/
H A DSyntaxAndOutput.py2245 class IfDirective(OutputTest): class
/dports/www/mod_perl2/mod_perl-2.0.11/Apache-Test/lib/Apache/
H A DTestConfig.pm2213 </IfDirective>
/dports/print/scribus-devel/scribus-1.5.7/codegen/cheetah/Cheetah/Tests/
H A DSyntaxAndOutput.py2168 class IfDirective(OutputTest): class
/dports/www/apache24/httpd-2.4.53/
H A DCHANGES1376 *) Allow the argument to <IfFile>, <IfDefine>, <IfSection>, <IfDirective>,
1537 *) core: Add <IfFile>, <IfDirective> and <IfSection> conditional