Home
last modified time | relevance | path

Searched refs:MyVector (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dsimplify-subscript-expr.cpp40 class MyVector { class
65 MyVector<int> v; in f()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dconst-correctness-values.cpp394 struct MyVector { struct
411 MyVector np_local1; in vector_usage() argument
423 MyVector np_local2; in vector_usage()
428 MyVector np_local3; in vector_usage()
432 const MyVector np_local5{}; in vector_usage()
H A Dconst-correctness-transform-values.cpp85 struct MyVector { struct
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dmake-unique.cpp28 struct MyVector { struct
29 MyVector(std::initializer_list<T>);
54 H(MyVector<int>, int);