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

<<11121314151617181920>>

  /external/clang/lib/StaticAnalyzer/Core/
BlockCounter.cpp 11 // the number of times a given block has been visited along a path
  /external/clang/test/Analysis/
dead-stores.m 47 // because the compound statement for the @synchronized was being visited
  /external/clang/unittests/Tooling/
RecursiveASTVisitorTest.cpp 102 // visited.
  /external/llvm/include/llvm/Support/
GenericDomTreeConstruction.h 65 // First time we visited this BB?
91 // Visit the successor next, if it isn't already visited.
115 SmallPtrSet<typename GraphT::NodeType*, 32> Visited;
127 if (Visited.insert(VAncestor).second && VInfo.Parent >= LastLinked) {
  /external/llvm/lib/Target/NVPTX/
NVPTXUtilities.h 69 void dumpInstRec(Value *v, std::set<Instruction *> *visited);
  /external/llvm/lib/Transforms/ObjCARC/
DependencyAnalysis.h 57 SmallPtrSetImpl<const BasicBlock *> &Visited,
  /external/llvm/unittests/ADT/
SCCIteratorTest.cpp 165 /// yet been visited.
191 // Remove that child - it has been visited. This is the increment!
324 // SCC S2, then S1 is visited *after* S2. This means that the set
326 // union of this SCC and all previously visited SCC's.
  /external/proguard/src/proguard/classfile/attribute/annotation/visitor/
AllElementValueVisitor.java 61 * visited too.
  /external/proguard/src/proguard/classfile/visitor/
MemberAccessFilter.java 28 * <code>MemberVisitor</code>, but only when the visited member has the proper
  /external/proguard/src/proguard/shrink/
InterfaceUsageMarker.java 32 * classes that are being used in the visited class.
  /external/skia/tools/skp/page_sets/other/
OLD-skia_desktop_set.json 129 "why": "#5 (Alexa) most visited worldwide"
  /external/v8/test/mjsunit/regress/
regress-3135.js 11 // Properties are visited at most once.
  /external/vixl/examples/
non-const-visitor.h 43 // Only non-const visitors are allowed to discard constness of the visited
  /hardware/intel/common/libmix/mix_audio/docs/reference/MixAudio/html/
style.css 51 .navigation a:visited
  /prebuilts/go/darwin-x86/src/go/types/
decl.go 96 if obj.visited {
100 obj.visited = true
132 if obj.visited {
136 obj.visited = true
  /prebuilts/go/linux-x86/src/go/types/
decl.go 96 if obj.visited {
100 obj.visited = true
132 if obj.visited {
136 obj.visited = true
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_executor.h 153 // Used in BFS, indicating that which state is already visited.
  /art/runtime/gc/accounting/
space_bitmap.h 206 static void WalkFieldsInOrder(SpaceBitmap* visited, ObjectCallback* callback, mirror::Object* obj,
210 static void WalkInstanceFields(SpaceBitmap<kAlignment>* visited, ObjectCallback* callback,
  /dalvik/dx/src/com/android/dx/ssa/
Dominators.java 121 HashSet<SsaBasicBlock> visited = new HashSet<SsaBasicBlock>(); local
132 if (visited.add(vAncestor) && vabbInfo.ancestor != null) {
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
FASerializer.java 40 * which states we've visited. Make a new set every time you start
137 return; // already visited this node
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
Dominators.java 121 HashSet<SsaBasicBlock> visited = new HashSet<SsaBasicBlock>(); local
132 if (visited.add(vAncestor) && vabbInfo.ancestor != null) {
  /external/javassist/src/main/javassist/bytecode/
CodeAnalyzer.java 34 * d == 0: not visited
36 * d < 0: not visited. the initial depth (before execution) is 1 - d.
  /external/llvm/include/llvm/CodeGen/
LiveIntervalUnion.h 105 // Verify the live intervals in this union and add them to the visited set.
167 // Was this virtual register visited during collectInterferingVRegs?
  /external/llvm/lib/Analysis/
CodeMetrics.cpp 32 SmallPtrSet<const Value *, 32> Visited;
44 if (!Visited.insert(V).second)
LazyCallGraph.cpp 24 SmallVectorImpl<Constant *> &Worklist, SmallPtrSetImpl<Constant *> &Visited,
51 if (Visited.insert(cast<Constant>(Op)).second)
62 SmallPtrSet<Constant *, 16> Visited;
69 if (Visited.insert(C).second)
75 findCallees(Worklist, Visited, Callees, CalleeIndexMap);
113 SmallPtrSet<Constant *, 16> Visited;
116 if (Visited.insert(GV.getInitializer()).second)
121 findCallees(Worklist, Visited, EntryNodes, EntryIndexMap);

Completed in 1142 milliseconds

<<11121314151617181920>>