Home
last modified time | relevance | path

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

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