Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DNodeType.h61 void visitPreprocessorDirective(TIntermPreprocessorDirective *) override in visitPreprocessorDirective() argument
DIntermNode.h59 class TIntermPreprocessorDirective; variable
DIntermNode.cpp4210 TIntermPreprocessorDirective::TIntermPreprocessorDirective(PreprocessorDirective directive, in TIntermPreprocessorDirective() function in sh::TIntermPreprocessorDirective
4215 TIntermPreprocessorDirective::TIntermPreprocessorDirective(const TIntermPreprocessorDirective &node) in TIntermPreprocessorDirective() function in sh::TIntermPreprocessorDirective
/external/angle/src/compiler/translator/msl/
DName.cpp228 void visitPreprocessorDirective(TIntermPreprocessorDirective *) override { UNREACHABLE(); } in visitPreprocessorDirective() argument