Searched defs:Vect (Results 1 – 6 of 6) sorted by relevance
/llvm-project/libcxx/test/std/containers/sequences/vector.bool/ | ||
H A D | move.pass.cpp | 65 using Vect = std::vector<bool, test_allocator<bool> >; in tests() typedef |
/llvm-project/bolt/unittests/Core/ | ||
H A D | BinaryContext.cpp | 100 SmallVector<char> Vect(DataSize); TEST_P() local |
/llvm-project/libcxx/test/std/containers/sequences/vector/vector.cons/ | ||
H A D | move.pass.cpp | 133 using Vect = std::vector<int, test_allocator<int> >; in tests() typedef |
/llvm-project/clang/include/clang/Analysis/Analyses/ | ||
H A D | ThreadSafetyUtil.h | 239 std::vector<T> Vect; variable |
/llvm-project/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombineCalls.cpp | 3304 Value *Vect; visitCallInst() local |
/llvm-project/clang/lib/Analysis/ | ||
H A D | ThreadSafety.cpp | 282 BeforeVect Vect; global() member |