/llvm-project/clang/test/Preprocessor/ |
H A D | macro_vaopt_check.cpp | 6 #define V1(...) __VA_OPT__ macro 9 #define V1(...) __VA_OPT__ () macro 29 #define V1(...) __VA_OPT__ (#) macro 33 #define V1(...) __VA_OPT__ (##) macro 37 #define V1(...) __VA_OPT__ (## X) x macro 41 #define V1(...) y __VA_OPT__ (X ##) macro 48 #define V1(...) __VA_OPT__(#) macro 52 #define V1(...) a __VA_OPT__(##) b macro 56 #define V1(...) a __VA_OPT__(a ## b) b __VA_OPT__(##) macro 59 #define V1(x,...) # __VA_OPT__(b x) // OK macro [all …]
|
/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-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | compare-pointer-to-member-virtual-function.cpp | 29 void (A::*V1)() = &A::f3; in base() local 55 void (B::*V1)() = &B::f1; in usingRecordName() local 67 void (C::*V1)() = &C::f1; in typedefRecordName() local 81 void (A1::*V1)() = &A1::f1; in inheritClass() local
|
/llvm-project/clang/unittests/Analysis/FlowSensitive/ |
H A D | ValueTest.cpp | 27 IntegerValue V1; in TEST() local 34 PointerValue V1(L); in TEST() local 42 TopBoolValue V1(A.makeAtomRef(Atom(0))); in TEST() local 53 TopBoolValue V1(A.makeAtomRef(Atom(2))); in TEST() local 65 TopBoolValue V1(A.makeAtomRef(Atom(2))); in TEST() local 76 TopBoolValue V1(A.makeAtomRef(Atom(2))); in TEST() local 87 PointerValue V1(L); in TEST() local 95 PointerValue V1(L1); in TEST() local
|
H A D | DebugSupportTest.cpp | 50 auto *V1 = Ctx.atom(); in TEST() local 57 auto *V1 = Ctx.atom(); in TEST() local 64 auto *V1 = Ctx.atom(); in TEST() local 71 auto *V1 = Ctx.atom(); in TEST() local 78 auto V1 = Ctx.atom(); in TEST() local 88 auto V1 = Ctx.atom(); in TEST() local
|
/llvm-project/clang/test/Parser/ |
H A D | cxx0x-member-initializers.cpp | 26 struct V1 { struct 28 V1() : a(), b{} {} in V1() function
|
H A D | cxx-template-template-recovery.cpp | 8 auto V1 = true; // #V1 variable
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cert/ |
H A D | mem57-cpp-cpp17.cpp | 10 …auto *V1 = new Vector; // CHECK-MESSAGES: warning: allocation function returns a pointer wi… in f() local
|
/llvm-project/clang/test/CodeGen/ |
H A D | rounding-math.cpp | 7 float V1 = func_01(1.0F, 0x0.000001p0F); variable
|
H A D | vector.cpp | 16 int4 test2(float4 V0, float4 V1) { in test2()
|
/llvm-project/clang/test/Sema/ |
H A D | aix-attr-aligned-vector-warn.cpp | 8 alignas(8) vector int V1; // expected-warning {{requested alignment is less than minimum alignment … 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/SemaCXX/ |
H A D | specialization-diagnose-crash.cpp | 5 struct V1 {}; struct
|
/llvm-project/libcxx/test/std/ranges/range.req/range.view/ |
H A D | enable_view.compile.pass.cpp | 71 struct V1 : std::ranges::view_interface<V1> {}; struct
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | weak-extern-typeinfo.cpp | 23 class V1 : public virtual A { class
|
H A D | vtable-layout-abi-examples.cpp | 205 struct V1 { struct 225 // CHECK-7-NEXT: -- (Test3::V1, 16) vtable address --
|
H A D | vtt-layout-address-space.cpp | 28 class V1 : public A1, public A2 { int i; }; class 47 class V1 : public A1, public virtual A2 { int i; }; class
|
H A D | vtt-layout.cpp | 28 class V1 : public A1, public A2 { int i; }; class 47 class V1 : public A1, public virtual A2 { int i; }; class
|
/llvm-project/clang/test/CXX/special/class.init/class.inhctor.init/ |
H A D | p2.cpp | 15 struct V1 : virtual B { using B::B; }; struct
|
/llvm-project/offload/test/mapping/ |
H A D | data_member_ref.cpp | 22 ViewPtr V1; in main() local
|
/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()
|