Searched refs:Vect (Results 1 – 6 of 6) sorted by relevance
239 std::vector<T> Vect; variable242 VectorData(const VectorData &VD) : Vect(VD.Vect) {} in VectorData()303 const std::vector<T> &elements() const { return Data->Vect; } in elements()318 Data->Vect.clear(); in clear()324 Data->Vect.push_back(Elem); in push_back()331 return Data->Vect[i]; in elem()337 Data->Vect.erase(Data->Vect.begin() + i, Data->Vect.end()); in downsize()
65 using Vect = std::vector<bool, test_allocator<bool> >; in tests() typedef66 using AllocT = Vect::allocator_type; in tests()67 Vect v(test_allocator<bool>(42, 101, &alloc_stats)); in tests()78 Vect v2 = std::move(v); in tests()
105 using Vect = std::vector<int, test_allocator<int> >; in tests() typedef106 Vect v(test_allocator<int>(42, 101, &alloc_stats)); in tests()118 Vect v2 = std::move(v); in tests()
2487 Value *Vect; in visitCallInst() local2501 if (Arg != Vect) in visitCallInst()2518 Value *Vect; in visitCallInst() local2546 Value *Vect; in visitCallInst() local2551 if (Arg != Vect) in visitCallInst()2569 Value *Vect; in visitCallInst() local2593 Value *Vect; in visitCallInst() local2600 if (Arg != Vect) in visitCallInst()2628 Value *Vect; in visitCallInst() local2633 if (Arg != Vect) in visitCallInst()[all …]
193 unsigned calcInstrNumber(const AddendVect& Vect);
282 BeforeVect Vect; member1087 Info->Vect.push_back(Cpvd); in insertAttrExprs()1105 ArgInfo->Vect.push_back(Vd); in insertAttrExprs()1152 if (Info->Vect.empty()) in checkBeforeAfter()1157 for (const auto *Vdb : Info->Vect) { in checkBeforeAfter()