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

  /external/chromium_org/third_party/angle/src/compiler/translator/
IntermTraverse.cpp 171 if (falseBlock)
172 falseBlock->traverse(it);
180 if (falseBlock)
181 falseBlock->traverse(it);
RewriteElseBlocks.cpp 111 TIntermSelection *falseBlock = new TIntermSelection(negatedCondition,
114 selection->getTrueBlock(), falseBlock);
localintermediate.h 36 TIntermTyped* addSelection(TIntermTyped* cond, TIntermTyped* trueBlock, TIntermTyped* falseBlock, const TSourceLoc&);
Intermediate.cpp 641 TIntermTyped* TIntermediate::addSelection(TIntermTyped* cond, TIntermTyped* trueBlock, TIntermTyped* falseBlock, const TSourceLoc& line)
646 TIntermTyped* child = addConversion(EOpSequence, trueBlock->getType(), falseBlock);
648 falseBlock = child;
650 child = addConversion(EOpSequence, falseBlock->getType(), trueBlock);
661 if (cond->getAsConstantUnion() && trueBlock->getAsConstantUnion() && falseBlock->getAsConstantUnion()) {
665 return falseBlock;
671 TIntermSelection* node = new TIntermSelection(cond, trueBlock, falseBlock, trueBlock->getType());
882 REPLACE_IF_IS(falseBlock, TIntermNode, original, replacement);
896 if (falseBlock)
898 nodeQueue->push(falseBlock);
    [all...]
intermediate.h 593 TIntermTyped(TType(EbtVoid, EbpUndefined)), condition(cond), trueBlock(trueB), falseBlock(falseB) {}
595 TIntermTyped(type), condition(cond), trueBlock(trueB), falseBlock(falseB) {}
607 TIntermNode* getFalseBlock() const { return falseBlock; }
615 TIntermNode* falseBlock;
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 125 milliseconds