Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h240 std::vector<T> Vect; variable
243 VectorData(const VectorData &VD) : Vect(VD.Vect) {} in VectorData()
304 const std::vector<T> &elements() const { return Data->Vect; } in elements()
319 Data->Vect.clear(); in clear()
325 Data->Vect.push_back(Elem); in push_back()
332 return Data->Vect[i]; in elem()
338 Data->Vect.erase(Data->Vect.begin() + i, Data->Vect.end()); in downsize()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafety.cpp281 BeforeVect Vect; member
1093 Info->Vect.push_back(Cpvd); in insertAttrExprs()
1111 ArgInfo->Vect.push_back(Vd); in insertAttrExprs()
1158 if (Info->Vect.empty()) in checkBeforeAfter()
1163 for (const auto *Vdb : Info->Vect) { in checkBeforeAfter()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp193 unsigned calcInstrNumber(const AddendVect& Vect);