Home
last modified time | relevance | path

Searched refs:Vect (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h239 std::vector<T> Vect; variable
242 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()
/llvm-project-15.0.7/libcxx/test/std/containers/sequences/vector.bool/
H A Dmove.pass.cpp65 using Vect = std::vector<bool, test_allocator<bool> >; in tests() typedef
66 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()
/llvm-project-15.0.7/libcxx/test/std/containers/sequences/vector/vector.cons/
H A Dmove.pass.cpp105 using Vect = std::vector<int, test_allocator<int> >; in tests() typedef
106 Vect v(test_allocator<int>(42, 101, &alloc_stats)); in tests()
118 Vect v2 = std::move(v); in tests()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2487 Value *Vect; in visitCallInst() local
2501 if (Arg != Vect) in visitCallInst()
2518 Value *Vect; in visitCallInst() local
2546 Value *Vect; in visitCallInst() local
2551 if (Arg != Vect) in visitCallInst()
2569 Value *Vect; in visitCallInst() local
2593 Value *Vect; in visitCallInst() local
2600 if (Arg != Vect) in visitCallInst()
2628 Value *Vect; in visitCallInst() local
2633 if (Arg != Vect) in visitCallInst()
[all …]
H A DInstCombineAddSub.cpp193 unsigned calcInstrNumber(const AddendVect& Vect);
/llvm-project-15.0.7/clang/lib/Analysis/
H A DThreadSafety.cpp282 BeforeVect Vect; member
1087 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()