Home
last modified time | relevance | path

Searched refs:visitAll (Results 1 – 8 of 8) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/io/
DCodeReader.java79 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/
DScalarEvolutionExpressions.h586 void visitAll(const SCEV *Root) { in visitAll() function
629 void visitAll(const SCEV *Root, SV& Visitor) { in visitAll() function
631 T.visitAll(Root); in visitAll()
/external/skia/src/gpu/
DGrTextStrike.cpp246 fCache.getArray().visitAll(free_glyph); in ~GrTextStrike()
/external/skia/include/core/
DSkTDArray.h332 void visitAll(void visitor(T&)) { in visitAll() function
/external/chromium_org/third_party/skia/include/core/
DSkTDArray.h332 void visitAll(void visitor(T&)) { in visitAll() function
/external/llvm/lib/Analysis/
DScalarEvolution.cpp2836 ST.visitAll(S); in checkValidity()
6917 ST.visitAll(S); in containsUndefs()
6967 visitAll(this, StrideCollector); in collectParametricTerms()
6977 visitAll(S, TermCollector); in collectParametricTerms()
7035 ST.visitAll(S); in sizeOfSCEV()
7322 ST.visitAll(S); in containsParameters()
7987 visitAll(S, Search); in hasOperand()
DScalarEvolutionExpander.cpp1853 visitAll(S, Search); in isSafeToExpand()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp8519 visitAll(Derived, &InheritingConstructorInfo::noteDeclaredInDerived); in InheritingConstructorInfo()
8523 visitAll(RD, &InheritingConstructorInfo::inherit); in inheritAll()
8576 void visitAll(const CXXRecordDecl *RD, VisitFn Callback) { in visitAll() function in __anonc13587990f11::InheritingConstructorInfo