Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_util/
DReplaceVariable.h24 class TIntermFunctionPrototype; variable
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DNodeType.h58 void visitFunctionPrototype(TIntermFunctionPrototype *) override in visitFunctionPrototype() argument
DName.cpp171 void visitFunctionPrototype(TIntermFunctionPrototype *) override { UNREACHABLE(); } in visitFunctionPrototype() argument
/external/angle/src/compiler/translator/
DIntermNode.h43 class TIntermFunctionPrototype; variable
DIntermNode.cpp1093 TIntermFunctionPrototype::TIntermFunctionPrototype(const TFunction *function) in TIntermFunctionPrototype() function in sh::TIntermFunctionPrototype