Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DNodeType.h56 void visitFunctionPrototype(TIntermFunctionPrototype *) override in visitFunctionPrototype() argument
DName.cpp190 void visitFunctionPrototype(TIntermFunctionPrototype *) override { UNREACHABLE(); } in visitFunctionPrototype() argument
DIntermNode.h43 class TIntermFunctionPrototype; variable
DIntermNode.cpp1176 TIntermFunctionPrototype::TIntermFunctionPrototype(const TFunction *function) in TIntermFunctionPrototype() function in sh::TIntermFunctionPrototype