Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/containers/sequences/vector.bool/
H A Dmove.pass.cpp65 using Vect = std::vector<bool, test_allocator<bool> >; in tests() typedef
/llvm-project/bolt/unittests/Core/
H A DBinaryContext.cpp100 SmallVector<char> Vect(DataSize); TEST_P() local
141 SmallVector<char> Vect(Size); TEST_P() local
/llvm-project/libcxx/test/std/containers/sequences/vector/vector.cons/
H A Dmove.pass.cpp133 using Vect = std::vector<int, test_allocator<int> >; in tests() typedef
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h239 std::vector<T> Vect; variable
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3304 Value *Vect; visitCallInst() local
3342 Value *Vect; visitCallInst() local
3377 Value *Vect; visitCallInst() local
3407 Value *Vect; visitCallInst() local
3438 Value *Vect; visitCallInst() local
3480 Value *Vect; visitCallInst() local
[all...]
/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp282 BeforeVect Vect; global() member