HomeSort by relevance Sort by last modified time
    Searched refs:declInit (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/angle/src/compiler/translator/
ValidateLimitations.cpp 281 TIntermBinary *declInit = (*declSeq)[0]->getAsBinaryNode();
282 if ((declInit == NULL) || (declInit->getOp() != EOpInitialize))
287 TIntermSymbol *symbol = declInit->getLeft()->getAsSymbolNode();
290 error(declInit->getLine(), "Invalid init declaration", "for");
301 if (!isConstExpr(declInit->getRight()))
303 error(declInit->getLine(),
LoopInfo.cpp 98 TIntermBinary *declInit = (*declSeq)[0]->getAsBinaryNode();
99 TIntermSymbol *symbol = declInit->getLeft()->getAsSymbolNode();
106 TIntermConstantUnion* initNode = declInit->getRight()->getAsConstantUnion();

Completed in 87 milliseconds