Home
last modified time | relevance | path

Searched defs:visitFunctionCall (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/depgraph/
DDependencyGraphOutput.cpp22 void TDependencyGraphOutput::visitFunctionCall(TGraphFunctionCall* functionCall) in visitFunctionCall() function in TDependencyGraphOutput
DDependencyGraphBuilder.cpp37 void TDependencyGraphBuilder::visitFunctionCall(TIntermAggregate* intermFunctionCall) in visitFunctionCall() function in TDependencyGraphBuilder
DDependencyGraph.h195 virtual void visitFunctionCall(TGraphFunctionCall* functionCall) {}; in visitFunctionCall() function