Searched defs:Vect (Results 1 – 13 of 13) sorted by relevance
65 using Vect = std::vector<bool, test_allocator<bool> >; in main() typedef
65 using Vect = std::vector<bool, test_allocator<bool> >; in tests() typedef
78 Ty Vect = TestVectors[VI]; in testInsertElement() local113 Ty Vect = TestVectors[VI]; in testExtractElement() local
85 std::string vectAsString(const typename Vectors<T>::Ty Vect) { in vectAsString()
245 incrementI1Vector(typename Vectors<T>::Ty &Vect) { in incrementI1Vector()
105 using Vect = std::vector<int, test_allocator<int> >; in main() typedef
133 using Vect = std::vector<int, test_allocator<int> >; in tests() typedef
58 typedef std::vector<value_type> Vect; in test_insert_with_expand_bwd() typedef
91 typedef std::vector<legacy_value> Vect; in test_list() typedef
235 std::vector<T> Vect; variable
2662 Value *Vect; in visitCallInst() local2693 Value *Vect; in visitCallInst() local2721 Value *Vect; in visitCallInst() local2744 Value *Vect; in visitCallInst() local2768 Value *Vect; in visitCallInst() local2803 Value *Vect; in visitCallInst() local
193 using Vect = std::vector<Pair>; in TEST() typedef
264 BeforeVect Vect; member