Home
last modified time | relevance | path

Searched refs:visitAll (Results 1 – 7 of 7) 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/include/core/
DSkTDArray.h313 void visitAll(void visitor(T&)) { in visitAll() function
/external/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp447 T.visitAll(S); in findConstFoldableLoads()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp698 ST.visitAll(S); in sizeOfSCEV()
3243 ST.visitAll(S); in checkValidity()
7575 ST.visitAll(S); in containsUndefs()
7625 visitAll(this, StrideCollector); in collectParametricTerms()
7635 visitAll(S, TermCollector); in collectParametricTerms()
7718 ST.visitAll(S); in containsParameters()
8396 visitAll(S, Search); in hasOperand()
DScalarEvolutionExpander.cpp1925 visitAll(S, Search); in isSafeToExpand()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp8969 visitAll(Derived, &InheritingConstructorInfo::noteDeclaredInDerived); in InheritingConstructorInfo()
8973 visitAll(RD, &InheritingConstructorInfo::inherit); in inheritAll()
9026 void visitAll(const CXXRecordDecl *RD, VisitFn Callback) { in visitAll() function in __anoned96b9420f11::InheritingConstructorInfo