HomeSort by relevance Sort by last modified time
    Searched full:traversal (Results 276 - 300 of 1617) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 40 // A visitor can control the traversal by overriding the following methods:
48 // The reduceX methods control the kind of traversal (visitor, copy, etc.).
53 class Traversal {
106 // R_Ctx defines a "context" for the traversal, which encodes information
130 // R_SExpr is the result type for a traversal.
173 // Implements a traversal that visits each subexpression, and returns either
176 class VisitReducer : public Traversal<Self, VisitReducerBase>,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 40 // A visitor can control the traversal by overriding the following methods:
48 // The reduceX methods control the kind of traversal (visitor, copy, etc.).
53 class Traversal {
106 // R_Ctx defines a "context" for the traversal, which encodes information
130 // R_SExpr is the result type for a traversal.
173 // Implements a traversal that visits each subexpression, and returns either
176 class VisitReducer : public Traversal<Self, VisitReducerBase>,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 40 // A visitor can control the traversal by overriding the following methods:
48 // The reduceX methods control the kind of traversal (visitor, copy, etc.).
53 class Traversal {
106 // R_Ctx defines a "context" for the traversal, which encodes information
130 // R_SExpr is the result type for a traversal.
173 // Implements a traversal that visits each subexpression, and returns either
176 class VisitReducer : public Traversal<Self, VisitReducerBase>,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 40 // A visitor can control the traversal by overriding the following methods:
48 // The reduceX methods control the kind of traversal (visitor, copy, etc.).
53 class Traversal {
106 // R_Ctx defines a "context" for the traversal, which encodes information
130 // R_SExpr is the result type for a traversal.
173 // Implements a traversal that visits each subexpression, and returns either
176 class VisitReducer : public Traversal<Self, VisitReducerBase>,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 40 // A visitor can control the traversal by overriding the following methods:
48 // The reduceX methods control the kind of traversal (visitor, copy, etc.).
53 class Traversal {
106 // R_Ctx defines a "context" for the traversal, which encodes information
130 // R_SExpr is the result type for a traversal.
173 // Implements a traversal that visits each subexpression, and returns either
176 class VisitReducer : public Traversal<Self, VisitReducerBase>,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 40 // A visitor can control the traversal by overriding the following methods:
48 // The reduceX methods control the kind of traversal (visitor, copy, etc.).
53 class Traversal {
106 // R_Ctx defines a "context" for the traversal, which encodes information
130 // R_SExpr is the result type for a traversal.
173 // Implements a traversal that visits each subexpression, and returns either
176 class VisitReducer : public Traversal<Self, VisitReducerBase>,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 40 // A visitor can control the traversal by overriding the following methods:
48 // The reduceX methods control the kind of traversal (visitor, copy, etc.).
53 class Traversal {
106 // R_Ctx defines a "context" for the traversal, which encodes information
130 // R_SExpr is the result type for a traversal.
173 // Implements a traversal that visits each subexpression, and returns either
176 class VisitReducer : public Traversal<Self, VisitReducerBase>,
  /external/swiftshader/third_party/LLVM/lib/Analysis/
LoopInfo.cpp 431 // Perform a post order CFG traversal of all blocks within this loop,
433 LoopBlocksTraversal Traversal(DFS, LI);
434 for (LoopBlocksTraversal::POTIterator POI = Traversal.begin(),
435 POE = Traversal.end(); POI != POE; ++POI) {
454 // the DFS result cached by Traversal.
700 /// visit blocks during the initial traversal.
702 LoopBlocksTraversal Traversal(*this, LI);
703 for (LoopBlocksTraversal::POTIterator POI = Traversal.begin(),
704 POE = Traversal.end(); POI != POE; ++POI) ;
  /libcore/ojluni/src/main/java/java/util/concurrent/
LinkedTransferQueue.java 64 * of elements requires a traversal of the elements, and so may report
65 * inaccurate results if this collection is modified during traversal.
167 * traversal steps to locate the first and/or last unmatched
182 * costs of cache misses and risks of long traversal chains, while
190 * per-operation counter incremented on each traversal step, and
194 * with a given probability per traversal step.
207 * As an accompaniment to such techniques, traversal overhead can
227 * adds some further complexity to traversal: If any "next"
229 * has lagged behind a head-update, and so the traversal must
254 * traversal pointers except when the list has only one element
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
visitor.py 10 postorder traversal depending on which method is called.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_next.py 34 order = "pre" # Pre-order tree traversal
  /external/annotation-tools/annotation-file-utilities/src/annotator/scanner/
AnonymousClassScanner.java 26 // traversal from there. This prevents us from counting anonymous classes
CommonScanner.java 10 * The common base-class for all scanners that contains shared tree-traversal
LocalClassScanner.java 28 // traversal from there. This prevents us from counting local classes that
  /external/apache-xml/src/main/java/org/apache/xalan/extensions/
ExpressionContext.java 27 import org.w3c.dom.traversal.NodeIterator;
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
AVTPart.java 74 * @return true if traversal outside the context node's subtree can occur.
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformState.java 30 import org.w3c.dom.traversal.NodeIterator;
XalanTransformState.java 31 import org.w3c.dom.traversal.NodeIterator;
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
AxesWalker.java 243 * traversal occurs relative to currentNode even if it is not part of the
245 * changing currentNode where no traversal is possible).
585 /** The traversal axis from where the nodes will be filtered. */
588 /** The DTM inner traversal class, that corresponds to the super axis. */
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XNodeSetForDOM.java 29 import org.w3c.dom.traversal.NodeIterator;
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
UnaryOperation.java 59 * @return true if traversal outside the context node's subtree can occur.
  /external/clang/lib/Analysis/
ThreadSafetyTIL.cpp 164 // Sorts the CFGs blocks using a reverse post-order depth-first traversal.
181 // Performs a reverse topological traversal, starting from the exit block and
184 // before their post-dominator (because it's a reverse topological traversal).
189 // and no blocks are accessable via traversal of back-edges from the exit that
  /external/clang/unittests/AST/
PostOrderASTVisitor.cpp 32 // List of visited nodes during traversal.
  /external/libmicrohttpd/doc/chapters/
sessions.inc 61 Note that the example uses a simple, $O(n)$ linked list traversal to
  /external/llvm/include/llvm/ADT/
PostOrderIterator.h 28 // visited nodes during the po_iterator's depth-first traversal.
33 // It is possible to prune the depth-first traversal in several ways:
37 // post-order traversal on a graph with nodes that aren't dominated by a
42 // confine a CFG traversal to blocks in a specific loop.

Completed in 375 milliseconds

<<11121314151617181920>>