/llvm-project/clang/test/Analysis/ |
H A D | mismatched-iterator.cpp | 14 void good_insert3(std::vector<int> &V1, std::vector<int> &V2) { in good_insert3() 47 void good_find_first_of(std::vector<int> &V1, std::vector<int> &V2) { in good_find_first_of() 51 void good_copy(std::vector<int> &V1, std::vector<int> &V2, int n) { in good_copy() 55 void bad_insert1(std::vector<int> &V1, std::vector<int> &V2, int n) { in bad_insert1() 59 void bad_insert2(std::vector<int> &V1, std::vector<int> &V2, int len, int n) { in bad_insert2() 63 void bad_insert3(std::vector<int> &V1, std::vector<int> &V2) { in bad_insert3() 69 void bad_insert4(std::vector<int> &V1, std::vector<int> &V2, int len, int n) { in bad_insert4() 73 void bad_erase1(std::vector<int> &V1, std::vector<int> &V2) { in bad_erase1() 77 void bad_erase2(std::vector<int> &V1, std::vector<int> &V2) { in bad_erase2() 83 void bad_emplace(std::vector<int> &V1, std::vector<int> &V2, int n) { in bad_emplace() [all …]
|
H A D | stl-algorithm-modeling.cpp | 132 test_find_first_of1(std::vector<int> V1,std::vector<int> V2) test_find_first_of1() argument 153 test_find_first_of2(std::vector<int> V1,std::vector<int> V2) test_find_first_of2() argument 175 test_find_first_of3(std::vector<int> V1,std::vector<int> V2) test_find_first_of3() argument 196 test_find_first_of4(std::vector<int> V1,std::vector<int> V2) test_find_first_of4() argument 218 test_find_end1(std::vector<int> V1,std::vector<int> V2) test_find_end1() argument 239 test_find_end2(std::vector<int> V1,std::vector<int> V2) test_find_end2() argument 261 test_find_end3(std::vector<int> V1,std::vector<int> V2) test_find_end3() argument 282 test_find_end4(std::vector<int> V1,std::vector<int> V2) test_find_end4() argument 382 test_search1(std::vector<int> V1,std::vector<int> V2) test_search1() argument 403 test_search2(std::vector<int> V1,std::vector<int> V2) test_search2() argument 425 test_search3(std::vector<int> V1,std::vector<int> V2) test_search3() argument 446 test_search4(std::vector<int> V1,std::vector<int> V2) test_search4() argument 468 test_search5(std::vector<int> V1,std::vector<int> V2) test_search5() argument [all...] |
H A D | stl-algorithm-modeling-aggressive-std-find-modeling.cpp | 145 test_find_first_of1(std::vector<int> V1,std::vector<int> V2) test_find_first_of1() argument 168 test_find_first_of2(std::vector<int> V1,std::vector<int> V2) test_find_first_of2() argument 192 test_find_first_of3(std::vector<int> V1,std::vector<int> V2) test_find_first_of3() argument 215 test_find_first_of4(std::vector<int> V1,std::vector<int> V2) test_find_first_of4() argument 239 test_find_end1(std::vector<int> V1,std::vector<int> V2) test_find_end1() argument 262 test_find_end2(std::vector<int> V1,std::vector<int> V2) test_find_end2() argument 286 test_find_end3(std::vector<int> V1,std::vector<int> V2) test_find_end3() argument 309 test_find_end4(std::vector<int> V1,std::vector<int> V2) test_find_end4() argument 419 test_search1(std::vector<int> V1,std::vector<int> V2) test_search1() argument 442 test_search2(std::vector<int> V1,std::vector<int> V2) test_search2() argument 466 test_search3(std::vector<int> V1,std::vector<int> V2) test_search3() argument 489 test_search4(std::vector<int> V1,std::vector<int> V2) test_search4() argument 513 test_search5(std::vector<int> V1,std::vector<int> V2) test_search5() argument [all...] |
H A D | container-modeling.cpp | 43 void move_assignment(std::vector<int> &V1, std::vector<int> &V2) { in move_assignment() 210 void push_back1(std::vector<int> &V1, std::vector<int> &V2, int n) { in push_back1() 224 void push_back2(std::vector<int> &V1, std::vector<int> &V2, int n) { in push_back2()
|
H A D | ptr-sort.cpp |
|
/llvm-project/clang/unittests/Analysis/FlowSensitive/ |
H A D | ValueTest.cpp | 28 IntegerValue V2; in TEST() local 35 PointerValue V2(L); in TEST() local 43 TopBoolValue V2(A.makeAtomRef(Atom(1))); in TEST() local 54 TopBoolValue V2(A.makeAtomRef(Atom(3))); in TEST() local 66 TopBoolValue V2(A.makeAtomRef(Atom(3))); in TEST() local 77 TopBoolValue V2(A.makeAtomRef(Atom(3))); in TEST() local 88 TopBoolValue V2(A.makeAtomRef(Atom(0))); in TEST() local 97 PointerValue V2(L2); in TEST() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | specialization-diagnose-crash.cpp | 6 struct V2 : V1 { struct 23 Variant<V1, V2>(); // expected-error {{call to deleted constructor}} in f() argument
|
/llvm-project/clang/test/CodeGen/ |
H A D | rounding-math.cpp | 8 float V2 = 1.0F + 0x0.000001p0F; variable
|
/llvm-project/libcxx/test/std/utilities/variant/variant.visit/ |
H A D | visit_return_type.pass.cpp | 67 using V2 = std::variant<int *, std::string>; in test_call_operator_forwarding() typedef 178 using V2 = std::variant<int *, std::string>; in test_return_type() typedef 219 using V2 = std::variant<int, char *, long long>; in test_constexpr_void() typedef 228 using V2 = std::variant<int, char *, long long>; in test_constexpr_void() typedef 262 using V2 = std::variant<int, char *, long long>; in test_constexpr_int() typedef 271 using V2 = std::variant<int, char *, long long>; in test_constexpr_int() typedef 311 using V2 = std::variant<long, std::string, void *>; in test_exceptions() typedef 319 using V2 = std::variant<long, std::string, void *>; in test_exceptions() typedef 327 using V2 = std::variant<long, std::string, void *, MakeEmptyT>; in test_exceptions() typedef
|
H A D | visit.pass.cpp | 66 using V2 = std::variant<int *, std::string>; in test_call_operator_forwarding() typedef 175 using V2 = std::variant<int *, std::string>; in test_return_type() typedef 216 using V2 = std::variant<int, char *, long long>; in test_constexpr() typedef 225 using V2 = std::variant<int, char *, long long>; in test_constexpr() typedef 264 using V2 = std::variant<long, std::string, void *>; in test_exceptions() typedef 272 using V2 = std::variant<long, std::string, void *>; test_exceptions() typedef 280 using V2 = std::variant<long, std::string, void *, MakeEmptyT>; test_exceptions() typedef [all...] |
/llvm-project/clang/test/Sema/ |
H A D | aix-attr-aligned-vector-warn.cpp | 9 alignas(Align8) vector int V2; // expected-warning {{requested alignment is less than minimum align… variable
|
/llvm-project/clang/test/CodeGen/X86/ |
H A D | sse41-builtins.c | 11 test_mm_blend_epi16(__m128i V1,__m128i V2) test_mm_blend_epi16() argument 17 test_mm_blend_pd(__m128d V1,__m128d V2) test_mm_blend_pd() argument 23 test_mm_blend_ps(__m128 V1,__m128 V2) test_mm_blend_ps() argument 29 test_mm_blendv_epi8(__m128i V1,__m128i V2,__m128i V3) test_mm_blendv_epi8() argument 35 test_mm_blendv_pd(__m128d V1,__m128d V2,__m128d V3) test_mm_blendv_pd() argument 41 test_mm_blendv_ps(__m128 V1,__m128 V2,__m128 V3) test_mm_blendv_ps() argument [all...] |
/llvm-project/clang/test/Parser/ |
H A D | cxx-template-template-recovery.cpp | 14 auto V2 = true; // #V2 variable
|
/llvm-project/libcxx/test/std/ranges/range.req/range.view/ |
H A D | enable_view.compile.pass.cpp | 79 struct V2 : std::ranges::view_interface<V1>, std::ranges::view_interface<V2> {}; struct
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | weak-extern-typeinfo.cpp | 27 class V2 : public virtual V1 { class
|
H A D | control-flow-in-stmt-expr.cpp | 408 struct V2 { in DestroyInConditionalCleanup() struct 409 Value K; in DestroyInConditionalCleanup() 410 Value V; in DestroyInConditionalCleanup()
|
H A D | vtable-layout-abi-examples.cpp | 210 struct V2 : virtual V1 { struct 232 // CHECK-7-NEXT: -- (Test3::V2, 32) vtable address --
|
H A D | vtt-layout-address-space.cpp | 31 class V2 : public B1, public B2, public virtual V1 { int i; }; class 50 class V2 : public B1, public B2, public virtual V1 { int i; }; class
|
H A D | vtt-layout.cpp | 31 class V2 : public B1, public B2, public virtual V1 { int i; }; class 50 class V2 : public B1, public B2, public virtual V1 { int i; }; class
|
H A D | vtt-address-space.cpp | 11 class V2 : public B1, public B2, public virtual V1 { int i; }; class
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | compare-pointer-to-member-virtual-function.cpp | 39 auto& V2 = V1; in base() local
|
/llvm-project/clang/test/CXX/special/class.init/class.inhctor.init/ |
H A D | p2.cpp | 16 struct V2 : virtual B { using B::B; }; struct
|
/llvm-project/clang/test/Layout/ |
H A D | ms-x86-aligned-tail-padding.cpp | 31 struct V2 { struct 34 V2() : a(0xf0000011f0000011ll), a1(0xf0000011) {} in V2() function
|
/llvm-project/clang/test/CXX/temp/temp.decls/temp.fct/temp.over.link/ |
H A D | p6.cpp | 10 template<int V1, int V2> void f0(A0<V1, V2>) { } // expected-error{{redefinition}} in f0() argument
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cert/ |
H A D | mem57-cpp.cpp | 34 auto *V2 = new Vector2; in f() local
|