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

  /external/clang/test/CodeGenCXX/
const-init.cpp 77 // CHECK: @pastEnd = constant i32* bitcast (i8* getelementptr (i8* bitcast ([2 x i32]* @arr to i8*), i64 8) to i32*)
78 int &pastEnd = arr[2];
  /external/chromium_org/third_party/WebKit/Source/core/editing/
markup.cpp 122 Node* serializeNodes(Node* startNode, Node* pastEnd);
138 Node* traverseNodesForSerialization(Node* startNode, Node* pastEnd, NodeTraversalMode);
329 Node* StyledMarkupAccumulator::serializeNodes(Node* startNode, Node* pastEnd)
332 Node* lastClosed = traverseNodesForSerialization(startNode, pastEnd, DoNotEmitString);
339 return traverseNodesForSerialization(startNode, pastEnd, EmitString);
342 Node* StyledMarkupAccumulator::traverseNodesForSerialization(Node* startNode, Node* pastEnd, NodeTraversalMode traversalMode)
348 for (Node* n = startNode; n != pastEnd; n = next) {
350 // past pastEnd and become null here. This shouldn't be possible.
360 if (isBlock(n) && canHaveChildrenForEditing(n) && next == pastEnd)
366 // Don't skip over pastEnd
    [all...]
TextIterator.cpp 433 bool pastEnd = NodeTraversal::next(*m_node) == m_pastEndNode;
436 if ((pastEnd && parentNode == m_endContainer) || m_endContainer->isDescendantOf(parentNode))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp     [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
MethodAnalyzer.java     [all...]

Completed in 475 milliseconds