/external/llvm-project/clang/test/Analysis/ |
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 …]
|
D | stl-algorithm-modeling.cpp | 132 void test_find_first_of1(std::vector<int> V1, std::vector<int> V2) { in test_find_first_of1() 153 void test_find_first_of2(std::vector<int> V1, std::vector<int> V2) { in test_find_first_of2() 175 void test_find_first_of3(std::vector<int> V1, std::vector<int> V2) { in test_find_first_of3() 196 void test_find_first_of4(std::vector<int> V1, std::vector<int> V2) { in test_find_first_of4() 218 void test_find_end1(std::vector<int> V1, std::vector<int> V2) { in test_find_end1() 239 void test_find_end2(std::vector<int> V1, std::vector<int> V2) { in test_find_end2() 261 void test_find_end3(std::vector<int> V1, std::vector<int> V2) { in test_find_end3() 282 void test_find_end4(std::vector<int> V1, std::vector<int> V2) { in test_find_end4() 382 void test_search1(std::vector<int> V1, std::vector<int> V2) { in test_search1() 403 void test_search2(std::vector<int> V1, std::vector<int> V2) { in test_search2() [all …]
|
D | stl-algorithm-modeling-aggressive-std-find-modeling.cpp | 145 void test_find_first_of1(std::vector<int> V1, std::vector<int> V2) { in test_find_first_of1() 168 void test_find_first_of2(std::vector<int> V1, std::vector<int> V2) { in test_find_first_of2() 192 void test_find_first_of3(std::vector<int> V1, std::vector<int> V2) { in test_find_first_of3() 215 void test_find_first_of4(std::vector<int> V1, std::vector<int> V2) { in test_find_first_of4() 239 void test_find_end1(std::vector<int> V1, std::vector<int> V2) { in test_find_end1() 262 void test_find_end2(std::vector<int> V1, std::vector<int> V2) { in test_find_end2() 286 void test_find_end3(std::vector<int> V1, std::vector<int> V2) { in test_find_end3() 309 void test_find_end4(std::vector<int> V1, std::vector<int> V2) { in test_find_end4() 419 void test_search1(std::vector<int> V1, std::vector<int> V2) { in test_search1() 442 void test_search2(std::vector<int> V1, std::vector<int> V2) { in test_search2() [all …]
|
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()
|
D | ptr-sort.cpp | 12 std::vector<int *> V2 = {&a, &b}; in PointerSorting() local
|
/external/swiftshader/third_party/subzero/crosstest/ |
D | test_vector_ops.cpp | 664 shufflevector(Ty V1, Ty V2) { in shufflevector() 680 shufflevector(Ty V1, Ty V2) { in shufflevector() 699 shufflevector(Ty V1, Ty V2) { in shufflevector()
|
/external/libcxx/test/std/utilities/variant/variant.visit/ |
D | visit.pass.cpp | 134 using V2 = std::variant<int *, std::string>; in test_call_operator_forwarding() typedef 240 using V2 = std::variant<int, char *, long long>; in test_constexpr() typedef 249 using V2 = std::variant<int, char *, long long>; in test_constexpr() typedef 278 using V2 = std::variant<long, std::string, void *>; in test_exceptions() typedef 286 using V2 = std::variant<long, std::string, void *>; in test_exceptions() typedef 294 using V2 = std::variant<long, std::string, void *, MakeEmptyT>; in test_exceptions() typedef
|
/external/llvm-project/libcxx/test/std/utilities/variant/variant.visit/ |
D | visit.pass.cpp | 134 using V2 = std::variant<int *, std::string>; in test_call_operator_forwarding() typedef 273 using V2 = std::variant<int *, std::string>; in test_return_type() typedef 326 using V2 = std::variant<int, char *, long long>; in test_constexpr() typedef 335 using V2 = std::variant<int, char *, long long>; in test_constexpr() typedef 374 using V2 = std::variant<long, std::string, void *>; in test_exceptions() typedef 382 using V2 = std::variant<long, std::string, void *>; in test_exceptions() typedef 390 using V2 = std::variant<long, std::string, void *, MakeEmptyT>; in test_exceptions() typedef
|
/external/llvm-project/clang/test/CodeGen/X86/ |
D | sse41-builtins.c | 9 __m128i test_mm_blend_epi16(__m128i V1, __m128i V2) { in test_mm_blend_epi16() 15 __m128d test_mm_blend_pd(__m128d V1, __m128d V2) { in test_mm_blend_pd() 21 __m128 test_mm_blend_ps(__m128 V1, __m128 V2) { in test_mm_blend_ps() 27 __m128i test_mm_blendv_epi8(__m128i V1, __m128i V2, __m128i V3) { in test_mm_blendv_epi8() 33 __m128d test_mm_blendv_pd(__m128d V1, __m128d V2, __m128d V3) { in test_mm_blendv_pd() 39 __m128 test_mm_blendv_ps(__m128 V1, __m128 V2, __m128 V3) { in test_mm_blendv_ps()
|
/external/clang/test/CodeGen/ |
D | sse41-builtins.c | 11 __m128i test_mm_blend_epi16(__m128i V1, __m128i V2) { in test_mm_blend_epi16() 17 __m128d test_mm_blend_pd(__m128d V1, __m128d V2) { in test_mm_blend_pd() 23 __m128 test_mm_blend_ps(__m128 V1, __m128 V2) { in test_mm_blend_ps() 29 __m128i test_mm_blendv_epi8(__m128i V1, __m128i V2, __m128i V3) { in test_mm_blendv_epi8() 35 __m128d test_mm_blendv_pd(__m128d V1, __m128d V2, __m128d V3) { in test_mm_blendv_pd() 41 __m128 test_mm_blendv_ps(__m128 V1, __m128 V2, __m128 V3) { in test_mm_blendv_ps()
|
/external/llvm/lib/Fuzzer/test/ |
D | SimpleFnAdapterTest.cpp | 12 static void TestFn(std::vector<uint8_t> V1, std::vector<uint8_t> V2) { in TestFn()
|
/external/llvm-project/clang/test/CodeGen/ |
D | rounding-math.cpp | 8 float V2 = 1.0F + 0x0.000001p0F; variable
|
/external/swiftshader/src/Device/ |
D | Triangle.hpp | 26 Vertex V2; member
|
/external/swiftshader/src/Renderer/ |
D | Triangle.hpp | 26 Vertex V2; member
|
/external/jacoco/org.jacoco.core.test.validation.java5/src/org/jacoco/core/test/validation/java5/targets/ |
D | EnumSwitchTarget.java | 22 V1, V2 enumConstant
|
/external/clang/test/Layout/ |
D | ms-x86-aligned-tail-padding.cpp | 31 struct V2 { struct 34 V2() : a(0xf0000011f0000011ll), a1(0xf0000011) {} in V2() argument
|
/external/llvm-project/clang/test/Layout/ |
D | ms-x86-aligned-tail-padding.cpp | 31 struct V2 { struct 34 V2() : a(0xf0000011f0000011ll), a1(0xf0000011) {} in V2() argument
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | vtable-layout-abi-examples.cpp | 210 struct V2 : virtual V1 { struct 232 // CHECK-7-NEXT: -- (Test3::V2, 32) vtable address --
|
D | weak-extern-typeinfo.cpp | 28 class V2 : public virtual V1 { class
|
/external/clang/test/CodeGenCXX/ |
D | vtable-layout-abi-examples.cpp | 210 struct V2 : virtual V1 { struct 232 // CHECK-7-NEXT: -- (Test3::V2, 32) vtable address --
|
D | weak-extern-typeinfo.cpp | 28 class V2 : public virtual V1 { class
|
/external/eigen/test/ |
D | smallvectors.cpp | 15 typedef Matrix<Scalar, 1, 2> V2; in smallVectors() typedef
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | saver.proto | 45 V2 = 2; enumerator
|
/external/llvm-project/clang/test/CXX/special/class.init/class.inhctor.init/ |
D | p2.cpp | 16 struct V2 : virtual B { using B::B; }; struct
|
/external/clang/test/CXX/special/class.init/class.inhctor.init/ |
D | p2.cpp | 16 struct V2 : virtual B { using B::B; }; struct
|