| /external/llvm-project/clang/test/Preprocessor/ |
| D | macro_vaopt_check.cpp | 4 #define V1(...) __VA_OPT__ macro 7 #define V1(...) __VA_OPT__ () macro 27 #define V1(...) __VA_OPT__ (#) macro 31 #define V1(...) __VA_OPT__ (##) macro 35 #define V1(...) __VA_OPT__ (## X) x macro 39 #define V1(...) y __VA_OPT__ (X ##) macro 46 #define V1(...) __VA_OPT__(#) macro 50 #define V1(...) a __VA_OPT__(##) b macro 54 #define V1(...) a __VA_OPT__(a ## b) b __VA_OPT__(##) macro 57 #define V1(x,...) # __VA_OPT__(b x) // OK macro [all …]
|
| /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 | 11 std::vector<int> V1 = {a, b}; in PointerSorting() local
|
| /external/clang/test/Parser/ |
| D | cxx0x-member-initializers.cpp | 26 struct V1 { struct 28 V1() : a(), b{} {} in V1() argument
|
| /external/llvm-project/clang/test/Parser/ |
| D | cxx0x-member-initializers.cpp | 26 struct V1 { struct 28 V1() : a(), b{} {} in V1() argument
|
| /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/rust/crates/weak-table/src/ |
| D | ptr_weak_weak_hash_map.rs | 133 …pub fn submap_with<F, S1, V1>(&self, other: &PtrWeakWeakHashMap<K, V1, S1>, value_equal: F) -> bool in submap_with() argument 142 pub fn is_submap<V1, S1>(&self, other: &PtrWeakWeakHashMap<K, V1, S1>) -> bool in is_submap() 151 pub fn domain_is_subset<V1, S1>(&self, other: &PtrWeakWeakHashMap<K, V1, S1>) -> bool in domain_is_subset() 193 fn eq(&self, other: &PtrWeakWeakHashMap<K, V1, S1>) -> bool { in eq() argument
|
| D | ptr_weak_key_hash_map.rs | 137 … pub fn submap_with<F, S1, V1>(&self, other: &PtrWeakKeyHashMap<K, V1, S1>, value_equal: F) -> bool in submap_with() argument 145 pub fn is_submap<V1, S1>(&self, other: &PtrWeakKeyHashMap<K, V1, S1>) -> bool in is_submap() 146 where V: PartialEq<V1>, in is_submap() 153 pub fn domain_is_subset<V1, S1>(&self, other: &PtrWeakKeyHashMap<K, V1, S1>) -> bool in domain_is_subset() 202 fn eq(&self, other: &PtrWeakKeyHashMap<K, V1, S1>) -> bool { in eq() argument
|
| /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/grpc-grpc/src/ruby/pb/grpc/health/v1/ |
| D | health_pb.rb | 22 module V1 module
|
| D | health_services_pb.rb | 27 module V1 module
|
| /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-tools-extra/test/clang-tidy/checkers/ |
| D | cert-mem57-cpp-cpp17.cpp | 10 …auto *V1 = new Vector; // CHECK-MESSAGES: warning: allocation function returns a pointer wi… in f() local
|
| /external/llvm-project/clang/test/CodeGen/ |
| D | rounding-math.cpp | 7 float V1 = func_01(1.0F, 0x0.000001p0F); variable
|
| D | vector.cpp | 16 int4 test2(float4 V0, float4 V1) { in test2()
|
| /external/swiftshader/src/Device/ |
| D | Triangle.hpp | 25 Vertex V1; member
|
| /external/swiftshader/src/Renderer/ |
| D | Triangle.hpp | 25 Vertex V1; 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/llvm-project/clang/test/CodeGenCXX/ |
| D | vtable-layout-abi-examples.cpp | 205 struct V1 { struct 225 // CHECK-7-NEXT: -- (Test3::V1, 16) vtable address --
|
| /external/clang/test/CodeGenCXX/ |
| D | vtable-layout-abi-examples.cpp | 205 struct V1 { struct 225 // CHECK-7-NEXT: -- (Test3::V1, 16) vtable address --
|
| D | weak-extern-typeinfo.cpp | 24 class V1 : public virtual A { class
|