Searched refs:visitAll (Results 1 – 8 of 8) sorted by relevance
/external/dexmaker/src/dx/java/com/android/dx/io/ |
D | CodeReader.java | 79 public void visitAll(DecodedInstruction[] decodedInstructions) in visitAll() method in CodeReader 93 public void visitAll(short[] encodedInstructions) throws DexException { in visitAll() method in CodeReader 96 visitAll(decodedInstructions); in visitAll()
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 509 void visitAll(const SCEV *Root) { in visitAll() function 552 void visitAll(const SCEV *Root, SV& Visitor) { in visitAll() function 554 T.visitAll(Root); in visitAll()
|
/external/skia/src/core/ |
D | SkResourceCache.h | 216 void visitAll(Visitor, void* context);
|
D | SkResourceCache.cpp | 364 void SkResourceCache::visitAll(Visitor visitor, void* context) { in visitAll() function in SkResourceCache 639 get_cache()->visitAll(visitor, context); in VisitAll()
|
/external/skia/include/private/ |
D | SkTDArray.h | 313 void visitAll(void visitor(T&)) { in visitAll() function
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 687 ST.visitAll(S); in sizeOfSCEV() 3308 ST.visitAll(S); in checkValidity() 3894 ST.visitAll(S); in IsAvailableOnEntry() 8511 ST.visitAll(S); in containsUndefs() 8606 visitAll(Op, ContiansAddRec); in follow() 8636 visitAll(Expr, StrideCollector); in collectParametricTerms() 8646 visitAll(S, TermCollector); in collectParametricTerms() 8656 visitAll(Expr, MulCollector); in collectParametricTerms() 8730 ST.visitAll(S); in containsParameters() 9405 visitAll(S, Search); in hasOperand()
|
D | ScalarEvolutionExpander.cpp | 2023 visitAll(S, Search); in isSafeToExpand()
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 8996 visitAll(Derived, &InheritingConstructorInfo::noteDeclaredInDerived); in InheritingConstructorInfo() 9000 visitAll(RD, &InheritingConstructorInfo::inherit); in inheritAll() 9053 void visitAll(const CXXRecordDecl *RD, VisitFn Callback) { in visitAll() function in __anone4927eee1111::InheritingConstructorInfo
|