Home
last modified time | relevance | path

Searched refs:Index1 (Results 1 – 3 of 3) sorted by relevance

/external/eigen/unsupported/Eigen/src/BVH/
DBVAlgorithms.h95 typedef typename BVH1::Index Index1; in BVIntersect() typedef
109 …std::vector<std::pair<Index1, Index2> > todo(1, std::make_pair(tree1.getRootIndex(), tree2.getRoot… in BVIntersect()
238 typedef typename BVH1::Index Index1; in BVMinimize() typedef
242 typedef std::pair<Scalar, std::pair<Index1, Index2> > QueueElement; //first element is priority in BVMinimize()
/external/llvm/lib/Option/
DArgList.cpp322 unsigned Index1 = MakeIndex(String1); in MakeIndex() local
323 assert(Index0 + 1 == Index1 && "Unexpected non-consecutive indices!"); in MakeIndex()
324 (void) Index1; in MakeIndex()
/external/clang/lib/AST/
DASTImporter.cpp963 if (Optional<unsigned> Index1 = findAnonymousStructOrUnionIndex(D1)) { in IsStructurallyEquivalent() local
965 if (*Index1 != *Index2) in IsStructurallyEquivalent()
2501 if (Optional<unsigned> Index1 in VisitRecordDecl() local
2505 if (*Index1 != *Index2) in VisitRecordDecl()