Searched refs:destBlock (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DIdempotentOperationChecker.cpp557 const CFGBlock *destBlock = BE.getDst(); local
558 if (destBlock == CB || CRA->isReachable(destBlock, CB))
566 const CFGBlock *destBlock = I->first; local
567 if (destBlock == CB || CRA->isReachable(destBlock, CB))
/external/webkit/Source/WebCore/rendering/
H A DRenderFlexibleBox.cpp924 RenderBlock* destBlock = toRenderBlock(lastVisibleLine->renderer()); local
927 // FIXME: Directions of src/destBlock could be different from our direction and from one another.
931 bool leftToRight = destBlock->style()->isLeftToRightDirection();
935 int blockRightEdge = destBlock->logicalRightOffsetForLine(lastVisibleLine->y(), false);
936 int blockLeftEdge = destBlock->logicalLeftOffsetForLine(lastVisibleLine->y(), false);
944 destBlock->setHasMarkupTruncation(true);

Completed in 75 milliseconds