Home
last modified time | relevance | path

Searched defs:V1 (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/external/llvm-project/clang/test/Preprocessor/
Dmacro_vaopt_check.cpp4 #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/
Dmismatched-iterator.cpp14 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 …]
Dstl-algorithm-modeling.cpp132 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 …]
Dstl-algorithm-modeling-aggressive-std-find-modeling.cpp145 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 …]
Dcontainer-modeling.cpp43 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()
Dptr-sort.cpp11 std::vector<int> V1 = {a, b}; in PointerSorting() local
/external/clang/test/Parser/
Dcxx0x-member-initializers.cpp26 struct V1 { struct
28 V1() : a(), b{} {} in V1() argument
/external/llvm-project/clang/test/Parser/
Dcxx0x-member-initializers.cpp26 struct V1 { struct
28 V1() : a(), b{} {} in V1() argument
/external/swiftshader/third_party/subzero/crosstest/
Dtest_vector_ops.cpp664 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/
Dptr_weak_weak_hash_map.rs133 …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
Dptr_weak_key_hash_map.rs137 … 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/
Dsse41-builtins.c9 __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/
Dsse41-builtins.c11 __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/
Dhealth_pb.rb22 module V1 module
Dhealth_services_pb.rb27 module V1 module
/external/llvm/lib/Fuzzer/test/
DSimpleFnAdapterTest.cpp12 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/
Dcert-mem57-cpp-cpp17.cpp10 …auto *V1 = new Vector; // CHECK-MESSAGES: warning: allocation function returns a pointer wi… in f() local
/external/llvm-project/clang/test/CodeGen/
Drounding-math.cpp7 float V1 = func_01(1.0F, 0x0.000001p0F); variable
Dvector.cpp16 int4 test2(float4 V0, float4 V1) { in test2()
/external/swiftshader/src/Device/
DTriangle.hpp25 Vertex V1; member
/external/swiftshader/src/Renderer/
DTriangle.hpp25 Vertex V1; member
/external/jacoco/org.jacoco.core.test.validation.java5/src/org/jacoco/core/test/validation/java5/targets/
DEnumSwitchTarget.java22 V1, V2 enumConstant
/external/llvm-project/clang/test/CodeGenCXX/
Dvtable-layout-abi-examples.cpp205 struct V1 { struct
225 // CHECK-7-NEXT: -- (Test3::V1, 16) vtable address --
/external/clang/test/CodeGenCXX/
Dvtable-layout-abi-examples.cpp205 struct V1 { struct
225 // CHECK-7-NEXT: -- (Test3::V1, 16) vtable address --
Dweak-extern-typeinfo.cpp24 class V1 : public virtual A { class

12345678910>>...14