Home
last modified time | relevance | path

Searched refs:V1 (Results 26 – 50 of 10888) sorted by relevance

12345678910>>...436

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dmismatched-iterator.cpp14 void good_insert3(std::vector<int> &V1, std::vector<int> &V2) { in good_insert3() argument
15 V1.insert(V1.cbegin(), V2.cbegin(), V2.cend()); // no-warning in good_insert3()
48 std::find_first_of(V1.cbegin(), V1.cend(), V2.cbegin(), V2.cend()); // no-warning in good_find_first_of()
52 std::copy(V1.cbegin(), V1.cend(), V2.begin()); // no-warning in good_copy()
65V1.insert(V1.cbegin(), V1.cbegin(), V2.cend()); // expected-warning{{Iterators of different contai… in bad_insert3()
66V1.insert(V1.cbegin(), V2.cbegin(), V1.cend()); // expected-warning{{Iterators of different contai… in bad_insert3()
80 …V2.erase(V1.cbegin(), V1.cend()); // expected-warning{{Container accessed using foreign iterator a… in bad_erase2()
95 void bad_ctor(std::vector<int> &V1, std::vector<int> &V2) { in bad_ctor() argument
105 …std::find_first_of(V1.cbegin(), V1.cend(), V2.cbegin(), V1.cend()); // expected-warning{{Iterators… in bad_find_first_of()
113 V2.erase(V1.cbegin()); // no-warning in ignore_conjured1()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Analysis/
H A Dmismatched-iterator.cpp14 void good_insert3(std::vector<int> &V1, std::vector<int> &V2) { in good_insert3() argument
15 V1.insert(V1.cbegin(), V2.cbegin(), V2.cend()); // no-warning in good_insert3()
48 std::find_first_of(V1.cbegin(), V1.cend(), V2.cbegin(), V2.cend()); // no-warning in good_find_first_of()
52 std::copy(V1.cbegin(), V1.cend(), V2.begin()); // no-warning in good_copy()
65V1.insert(V1.cbegin(), V1.cbegin(), V2.cend()); // expected-warning{{Iterators of different contai… in bad_insert3()
66V1.insert(V1.cbegin(), V2.cbegin(), V1.cend()); // expected-warning{{Iterators of different contai… in bad_insert3()
80 …V2.erase(V1.cbegin(), V1.cend()); // expected-warning{{Container accessed using foreign iterator a… in bad_erase2()
95 void bad_ctor(std::vector<int> &V1, std::vector<int> &V2) { in bad_ctor() argument
105 …std::find_first_of(V1.cbegin(), V1.cend(), V2.cbegin(), V1.cend()); // expected-warning{{Iterators… in bad_find_first_of()
113 V2.erase(V1.cbegin()); // no-warning in ignore_conjured1()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Dmismatched-iterator.cpp14 void good_insert3(std::vector<int> &V1, std::vector<int> &V2) { in good_insert3() argument
15 V1.insert(V1.cbegin(), V2.cbegin(), V2.cend()); // no-warning in good_insert3()
48 std::find_first_of(V1.cbegin(), V1.cend(), V2.cbegin(), V2.cend()); // no-warning in good_find_first_of()
52 std::copy(V1.cbegin(), V1.cend(), V2.begin()); // no-warning in good_copy()
65V1.insert(V1.cbegin(), V1.cbegin(), V2.cend()); // expected-warning{{Iterators of different contai… in bad_insert3()
66V1.insert(V1.cbegin(), V2.cbegin(), V1.cend()); // expected-warning{{Iterators of different contai… in bad_insert3()
80 …V2.erase(V1.cbegin(), V1.cend()); // expected-warning{{Container accessed using foreign iterator a… in bad_erase2()
95 void bad_ctor(std::vector<int> &V1, std::vector<int> &V2) { in bad_ctor() argument
105 …std::find_first_of(V1.cbegin(), V1.cend(), V2.cbegin(), V1.cend()); // expected-warning{{Iterators… in bad_find_first_of()
113 V2.erase(V1.cbegin()); // no-warning in ignore_conjured1()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dmismatched-iterator.cpp14 void good_insert3(std::vector<int> &V1, std::vector<int> &V2) { in good_insert3() argument
15 V1.insert(V1.cbegin(), V2.cbegin(), V2.cend()); // no-warning in good_insert3()
48 std::find_first_of(V1.cbegin(), V1.cend(), V2.cbegin(), V2.cend()); // no-warning in good_find_first_of()
52 std::copy(V1.cbegin(), V1.cend(), V2.begin()); // no-warning in good_copy()
65V1.insert(V1.cbegin(), V1.cbegin(), V2.cend()); // expected-warning{{Iterators of different contai… in bad_insert3()
66V1.insert(V1.cbegin(), V2.cbegin(), V1.cend()); // expected-warning{{Iterators of different contai… in bad_insert3()
80 …V2.erase(V1.cbegin(), V1.cend()); // expected-warning{{Container accessed using foreign iterator a… in bad_erase2()
95 void bad_ctor(std::vector<int> &V1, std::vector<int> &V2) { in bad_ctor() argument
105 …std::find_first_of(V1.cbegin(), V1.cend(), V2.cbegin(), V1.cend()); // expected-warning{{Iterators… in bad_find_first_of()
113 V2.erase(V1.cbegin()); // no-warning in ignore_conjured1()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/Analysis/
H A Dmismatched-iterator.cpp14 void good_insert3(std::vector<int> &V1, std::vector<int> &V2) { in good_insert3() argument
15 V1.insert(V1.cbegin(), V2.cbegin(), V2.cend()); // no-warning in good_insert3()
48 std::find_first_of(V1.cbegin(), V1.cend(), V2.cbegin(), V2.cend()); // no-warning in good_find_first_of()
52 std::copy(V1.cbegin(), V1.cend(), V2.begin()); // no-warning in good_copy()
65V1.insert(V1.cbegin(), V1.cbegin(), V2.cend()); // expected-warning{{Iterators of different contai… in bad_insert3()
66V1.insert(V1.cbegin(), V2.cbegin(), V1.cend()); // expected-warning{{Iterators of different contai… in bad_insert3()
80 …V2.erase(V1.cbegin(), V1.cend()); // expected-warning{{Container accessed using foreign iterator a… in bad_erase2()
95 void bad_ctor(std::vector<int> &V1, std::vector<int> &V2) { in bad_ctor() argument
105 …std::find_first_of(V1.cbegin(), V1.cend(), V2.cbegin(), V1.cend()); // expected-warning{{Iterators… in bad_find_first_of()
113 V2.erase(V1.cbegin()); // no-warning in ignore_conjured1()
[all …]
/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/simdpp/detail/
H A Dget_expr.h55 template<class V1, class V2>
136 template<class V1>
145 template<class V1>
154 template<class V1>
163 template<class V1>
172 template<class V1>
181 template<class V1>
190 template<class V1>
199 template<class V1>
242 template<class V1, class V2>
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/asm/internal/asm/testdata/
H A Dppc64.s817 VRLB V2, V1, V0
818 VRLH V2, V1, V0
819 VRLW V2, V1, V0
820 VRLD V2, V1, V0
825 VSLB V2, V1, V0
826 VSLH V2, V1, V0
827 VSLW V2, V1, V0
828 VSL V2, V1, V0
829 VSLO V2, V1, V0
830 VSRB V2, V1, V0
[all …]
/dports/science/getdp/getdp-3.4.0-source/Functions/
H A DCal_Value.h13 void Cal_CopyValue (struct Value *V1, struct Value *R);
14 void Cal_ZeroValue (struct Value *V1);
19 void Cal_SqrtValue (struct Value *V1, struct Value *R) ;
25 void Cal_InvertValue (struct Value *V1, struct Value *R);
26 void Cal_DetValue (struct Value *V1, struct Value *R);
27 void Cal_TransposeValue (struct Value *V1, struct Value *R);
28 void Cal_TraceValue (struct Value *V1, struct Value *R);
39 void Cal_NegValue (struct Value *V1) ;
40 void Cal_NotValue (struct Value *V1) ;
48 void Cal_ComplexProduct (double V1[], double V2[], double P[]);
[all …]
/dports/games/blobwars/blobwars-2.00/data/
H A DarcticWastes351 EMH SPAWNABLE_ENEMY "Eye Droid V1.0"
415 EMH ENEMY "Eye Droid V1.0" 9984 8480
416 EMH ENEMY "Eye Droid V1.0" 9792 8288
417 EMH ENEMY "Eye Droid V1.0" 9568 8320
418 EMH ENEMY "Eye Droid V1.0" 9408 8448
419 EMH ENEMY "Eye Droid V1.0" 9216 8512
420 EMH ENEMY "Eye Droid V1.0" 9216 8672
421 EMH ENEMY "Eye Droid V1.0" 8992 8608
466 EMH ENEMY "Eye Droid V1.0" 928 8480
467 EMH ENEMY "Eye Droid V1.0" 768 8640
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Preprocessor/
H A Dmacro_vaopt_check.cpp5 #undef V1
8 #undef V1
28 #undef V1
32 #undef V1
36 #undef V1
40 #undef V1
47 #undef V1
51 #undef V1
55 #undef V1
58 #undef V1
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Preprocessor/
H A Dmacro_vaopt_check.cpp5 #undef V1
8 #undef V1
28 #undef V1
32 #undef V1
36 #undef V1
40 #undef V1
47 #undef V1
51 #undef V1
55 #undef V1
58 #undef V1
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Preprocessor/
H A Dmacro_vaopt_check.cpp5 #undef V1
8 #undef V1
28 #undef V1
32 #undef V1
36 #undef V1
40 #undef V1
47 #undef V1
51 #undef V1
55 #undef V1
58 #undef V1
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Preprocessor/
H A Dmacro_vaopt_check.cpp5 #undef V1
8 #undef V1
28 #undef V1
32 #undef V1
36 #undef V1
40 #undef V1
47 #undef V1
51 #undef V1
55 #undef V1
58 #undef V1
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Preprocessor/
H A Dmacro_vaopt_check.cpp5 #undef V1
8 #undef V1
28 #undef V1
32 #undef V1
36 #undef V1
40 #undef V1
47 #undef V1
51 #undef V1
55 #undef V1
58 #undef V1
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Preprocessor/
H A Dmacro_vaopt_check.cpp5 #undef V1
8 #undef V1
28 #undef V1
32 #undef V1
36 #undef V1
40 #undef V1
47 #undef V1
51 #undef V1
55 #undef V1
58 #undef V1
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Preprocessor/
H A Dmacro_vaopt_check.cpp5 #undef V1
8 #undef V1
28 #undef V1
32 #undef V1
36 #undef V1
40 #undef V1
47 #undef V1
51 #undef V1
55 #undef V1
58 #undef V1
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Preprocessor/
H A Dmacro_vaopt_check.cpp5 #undef V1
8 #undef V1
28 #undef V1
32 #undef V1
36 #undef V1
40 #undef V1
47 #undef V1
51 #undef V1
55 #undef V1
58 #undef V1
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Preprocessor/
H A Dmacro_vaopt_check.cpp7 #undef V1
10 #undef V1
30 #undef V1
34 #undef V1
38 #undef V1
42 #undef V1
49 #undef V1
53 #undef V1
57 #undef V1
60 #undef V1
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Preprocessor/
H A Dmacro_vaopt_check.cpp7 #undef V1
10 #undef V1
30 #undef V1
34 #undef V1
38 #undef V1
42 #undef V1
49 #undef V1
53 #undef V1
57 #undef V1
60 #undef V1
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Preprocessor/
H A Dmacro_vaopt_check.cpp7 #undef V1
10 #undef V1
30 #undef V1
34 #undef V1
38 #undef V1
42 #undef V1
49 #undef V1
53 #undef V1
57 #undef V1
60 #undef V1
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Preprocessor/
H A Dmacro_vaopt_check.cpp7 #undef V1
10 #undef V1
30 #undef V1
34 #undef V1
38 #undef V1
42 #undef V1
49 #undef V1
53 #undef V1
57 #undef V1
60 #undef V1
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Preprocessor/
H A Dmacro_vaopt_check.cpp7 #undef V1
10 #undef V1
30 #undef V1
34 #undef V1
38 #undef V1
42 #undef V1
49 #undef V1
53 #undef V1
57 #undef V1
60 #undef V1
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Preprocessor/
H A Dmacro_vaopt_check.cpp7 #undef V1
10 #undef V1
30 #undef V1
34 #undef V1
38 #undef V1
42 #undef V1
49 #undef V1
53 #undef V1
57 #undef V1
60 #undef V1
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Preprocessor/
H A Dmacro_vaopt_check.cpp7 #undef V1
10 #undef V1
30 #undef V1
34 #undef V1
38 #undef V1
42 #undef V1
49 #undef V1
53 #undef V1
57 #undef V1
60 #undef V1
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/Preprocessor/
H A Dmacro_vaopt_check.cpp7 #undef V1
10 #undef V1
30 #undef V1
34 #undef V1
38 #undef V1
42 #undef V1
49 #undef V1
53 #undef V1
57 #undef V1
60 #undef V1
[all …]

12345678910>>...436