Searched refs:OutputFunction (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/compiler/translator/ |
D | OutputTree.cpp | 16 void OutputFunction(TInfoSinkBase &out, const char *str, const TFunction *func) in OutputFunction() function 348 OutputFunction(mOut, "Call a built-in function", node->getFunction()); in visitUnary() 389 OutputFunction(mOut, "Function Prototype", node->getFunction()); in visitFunctionPrototype() 419 OutputFunction(mOut, "Call a user-defined function", node->getFunction()); in visitAggregate() 422 OutputFunction(mOut, "Call an internal function with raw implementation", in visitAggregate() 463 OutputFunction(mOut, "Call a built-in function", node->getFunction()); in visitAggregate()
|