Home
last modified time | relevance | path

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

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