Home
last modified time | relevance | path

Searched refs:markStaticReadIfSymbol (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.cpp480 void TParseContext::markStaticReadIfSymbol(TIntermNode *node) in markStaticReadIfSymbol() function in sh::TParseContext
485 markStaticReadIfSymbol(swizzleNode->getOperand()); in markStaticReadIfSymbol()
497 markStaticReadIfSymbol(binaryNode->getLeft()); in markStaticReadIfSymbol()
785 markStaticReadIfSymbol(arg); in checkConstructorArguments()
2055 markStaticReadIfSymbol(argument); in functionCallRValueLValueErrorCheck()
2382 markStaticReadIfSymbol(initializer); in executeInitializer()
2425 markStaticReadIfSymbol(cond); in addLoop()
2430 markStaticReadIfSymbol(expr); in addLoop()
2436 markStaticReadIfSymbol(body); in addLoop()
2488 markStaticReadIfSymbol(code.node1); in addIfElse()
[all …]
DParseContext.h516 void markStaticReadIfSymbol(TIntermNode *node);