Searched refs:Index1 (Results 1 - 4 of 4) sorted by relevance

/external/eigen/unsupported/Eigen/src/BVH/
H A DBVAlgorithms.h95 typedef typename BVH1::Index Index1; typedef
109 std::vector<std::pair<Index1, Index2> > todo(1, std::make_pair(tree1.getRootIndex(), tree2.getRootIndex()));
238 typedef typename BVH1::Index Index1; typedef
242 typedef std::pair<Scalar, std::pair<Index1, Index2> > QueueElement; //first element is priority
/external/llvm/lib/Option/
H A DArgList.cpp346 unsigned Index1 = MakeIndex(String1); local
347 assert(Index0 + 1 == Index1 && "Unexpected non-consecutive indices!");
348 (void) Index1;
/external/llvm/lib/Analysis/
H A DCFLAliasAnalysis.cpp362 // Gets whether the sets at Index1 above, below, or equal to the sets at
365 StratifiedIndex Index1,
367 if (Index1 == Index2)
370 const auto *Current = &Sets.getLink(Index1);
377 Current = &Sets.getLink(Index1);
364 getIndexRelation(const StratifiedSets<Value *> &Sets, StratifiedIndex Index1, StratifiedIndex Index2) argument
/external/clang/lib/AST/
H A DASTImporter.cpp965 if (Optional<unsigned> Index1 = findAnonymousStructOrUnionIndex(D1)) {
967 if (*Index1 != *Index2)
2524 if (Optional<unsigned> Index1
2528 if (*Index1 != *Index2)

Completed in 1443 milliseconds