Home
last modified time | relevance | path

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

/external/libcxx/test/std/containers/sequences/vector.bool/
Dmove.pass.cpp65 using Vect = std::vector<bool, test_allocator<bool> >; in main() typedef
/external/swiftshader/third_party/subzero/crosstest/
Dtest_vector_ops_main.cpp78 Ty Vect = TestVectors[VI]; in testInsertElement() local
113 Ty Vect = TestVectors[VI]; in testExtractElement() local
Dvectors.h85 std::string vectAsString(const typename Vectors<T>::Ty Vect) { in vectAsString()
Dtest_icmp_main.cpp263 incrementI1Vector(typename Vectors<T>::Ty &Vect) { in incrementI1Vector()
/external/libcxx/test/std/containers/sequences/vector/vector.cons/
Dmove.pass.cpp105 using Vect = std::vector<int, test_allocator<int> >; in main() typedef
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyUtil.h235 std::vector<T> Vect; variable
/external/clang/lib/Analysis/
DThreadSafety.cpp264 BeforeVect Vect; member