Home
last modified time | relevance | path

Searched refs:Indices1 (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dparameter-matching.cpp36 template<typename ...Args1, int ...Indices1>
37 X(tuple<Args1...>, int_tuple<Indices1...>);
41 template<typename ...Args1, int ...Indices1>
42 X<T>::X(tuple<Args1...>, int_tuple<Indices1...>) {} in X() argument
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DMergeFunctions.cpp350 SmallVector<Value *, 8> Indices1(GEP1->idx_begin(), GEP1->idx_end()); in isEquivalentGEP() local
353 Indices1); in isEquivalentGEP()