Home
last modified time | relevance | path

Searched defs:V (Results 51 – 75 of 19038) sorted by relevance

12345678910>>...762

/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Diterator-range.cpp10 void deref_begin(const std::vector<int> &V) { in deref_begin()
22 void deref_unknown(const std::vector<int> &V) { in deref_unknown()
32 void deref_end(const std::vector<int> &V) { in deref_end()
40 void incr_begin(const std::vector<int> &V) { in incr_begin()
60 void incr_end(const std::vector<int> &V) { in incr_end()
68 void begin_incr(const std::vector<int> &V) { in begin_incr()
88 void end_incr(const std::vector<int> &V) { in end_incr()
96 void decr_begin(const std::vector<int> &V) { in decr_begin()
117 void decr_end(const std::vector<int> &V) { in decr_end()
124 void begin_decr(const std::vector<int> &V) { in begin_decr()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Diterator-range.cpp10 void deref_begin(const std::vector<int> &V) { in deref_begin()
22 void deref_unknown(const std::vector<int> &V) { in deref_unknown()
32 void deref_end(const std::vector<int> &V) { in deref_end()
40 void incr_begin(const std::vector<int> &V) { in incr_begin()
60 void incr_end(const std::vector<int> &V) { in incr_end()
68 void begin_incr(const std::vector<int> &V) { in begin_incr()
88 void end_incr(const std::vector<int> &V) { in end_incr()
96 void decr_begin(const std::vector<int> &V) { in decr_begin()
117 void decr_end(const std::vector<int> &V) { in decr_end()
124 void begin_decr(const std::vector<int> &V) { in begin_decr()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/Analysis/
H A Diterator-range.cpp10 void deref_begin(const std::vector<int> &V) { in deref_begin()
22 void deref_unknown(const std::vector<int> &V) { in deref_unknown()
32 void deref_end(const std::vector<int> &V) { in deref_end()
40 void incr_begin(const std::vector<int> &V) { in incr_begin()
60 void incr_end(const std::vector<int> &V) { in incr_end()
68 void begin_incr(const std::vector<int> &V) { in begin_incr()
88 void end_incr(const std::vector<int> &V) { in end_incr()
96 void decr_begin(const std::vector<int> &V) { in decr_begin()
117 void decr_end(const std::vector<int> &V) { in decr_end()
124 void begin_decr(const std::vector<int> &V) { in begin_decr()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/x64/
H A Dsse-instr.h9 #define SSE_UNOP_INSTRUCTION_LIST(V) \ argument
16 #define SSE_BINOP_INSTRUCTION_LIST(V) \ argument
29 #define SSE_INSTRUCTION_LIST_SS(V) \ argument
38 #define SSE2_INSTRUCTION_LIST(V) \ argument
103 #define SSE2_UNOP_INSTRUCTION_LIST(V) \ argument
120 #define SSE2_INSTRUCTION_LIST_SD(V) \ argument
130 #define SSSE3_INSTRUCTION_LIST(V) \ argument
139 #define SSSE3_UNOP_INSTRUCTION_LIST(V) \ argument
144 #define SSE4_INSTRUCTION_LIST(V) \ argument
158 #define SSE4_UNOP_INSTRUCTION_LIST(V) \ argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/x64/
H A Dsse-instr.h9 #define SSE_UNOP_INSTRUCTION_LIST(V) \ argument
16 #define SSE_BINOP_INSTRUCTION_LIST(V) \ argument
29 #define SSE_INSTRUCTION_LIST_SS(V) \ argument
38 #define SSE2_INSTRUCTION_LIST(V) \ argument
104 #define SSE2_UNOP_INSTRUCTION_LIST(V) \ argument
121 #define SSE2_INSTRUCTION_LIST_SD(V) \ argument
131 #define SSSE3_INSTRUCTION_LIST(V) \ argument
140 #define SSSE3_UNOP_INSTRUCTION_LIST(V) \ argument
145 #define SSE4_INSTRUCTION_LIST(V) \ argument
159 #define SSE4_UNOP_INSTRUCTION_LIST(V) \ argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/utilities/variant/variant.get/
H A Dget_index.pass.cpp81 using V = std::variant<int &>; in test_const_lvalue_get() typedef
88 using V = std::variant<int &&>; in test_const_lvalue_get() typedef
95 using V = std::variant<const int &&>; in test_const_lvalue_get() typedef
121 using V = std::variant<int &>; in test_lvalue_get() typedef
128 using V = std::variant<const int &>; in test_lvalue_get() typedef
135 using V = std::variant<int &&>; in test_lvalue_get() typedef
168 using V = std::variant<int &>; in test_rvalue_get() typedef
182 using V = std::variant<int &&>; in test_rvalue_get() typedef
217 using V = std::variant<int &>; in test_const_rvalue_get() typedef
231 using V = std::variant<int &&>; in test_const_rvalue_get() typedef
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/utilities/variant/variant.get/
H A Dget_index.pass.cpp77 using V = std::variant<int &>; in test_const_lvalue_get() typedef
84 using V = std::variant<int &&>; in test_const_lvalue_get() typedef
91 using V = std::variant<const int &&>; in test_const_lvalue_get() typedef
117 using V = std::variant<int &>; in test_lvalue_get() typedef
124 using V = std::variant<const int &>; in test_lvalue_get() typedef
131 using V = std::variant<int &&>; in test_lvalue_get() typedef
164 using V = std::variant<int &>; in test_rvalue_get() typedef
178 using V = std::variant<int &&>; in test_rvalue_get() typedef
213 using V = std::variant<int &>; in test_const_rvalue_get() typedef
227 using V = std::variant<int &&>; in test_const_rvalue_get() typedef
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/utilities/variant/variant.get/
H A Dget_index.pass.cpp78 using V = std::variant<int &>; in test_const_lvalue_get() typedef
85 using V = std::variant<int &&>; in test_const_lvalue_get() typedef
92 using V = std::variant<const int &&>; in test_const_lvalue_get() typedef
118 using V = std::variant<int &>; in test_lvalue_get() typedef
125 using V = std::variant<const int &>; in test_lvalue_get() typedef
132 using V = std::variant<int &&>; in test_lvalue_get() typedef
165 using V = std::variant<int &>; in test_rvalue_get() typedef
179 using V = std::variant<int &&>; in test_rvalue_get() typedef
214 using V = std::variant<int &>; in test_const_rvalue_get() typedef
228 using V = std::variant<int &&>; in test_const_rvalue_get() typedef
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/utilities/variant/variant.get/
H A Dget_index.pass.cpp77 using V = std::variant<int &>; in test_const_lvalue_get() typedef
84 using V = std::variant<int &&>; in test_const_lvalue_get() typedef
91 using V = std::variant<const int &&>; in test_const_lvalue_get() typedef
117 using V = std::variant<int &>; in test_lvalue_get() typedef
124 using V = std::variant<const int &>; in test_lvalue_get() typedef
131 using V = std::variant<int &&>; in test_lvalue_get() typedef
164 using V = std::variant<int &>; in test_rvalue_get() typedef
178 using V = std::variant<int &&>; in test_rvalue_get() typedef
213 using V = std::variant<int &>; in test_const_rvalue_get() typedef
227 using V = std::variant<int &&>; in test_const_rvalue_get() typedef
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/utilities/variant/variant.get/
H A Dget_index.pass.cpp81 using V = std::variant<int &>; in test_const_lvalue_get() typedef
88 using V = std::variant<int &&>; in test_const_lvalue_get() typedef
95 using V = std::variant<const int &&>; in test_const_lvalue_get() typedef
121 using V = std::variant<int &>; in test_lvalue_get() typedef
128 using V = std::variant<const int &>; in test_lvalue_get() typedef
135 using V = std::variant<int &&>; in test_lvalue_get() typedef
168 using V = std::variant<int &>; in test_rvalue_get() typedef
182 using V = std::variant<int &&>; in test_rvalue_get() typedef
217 using V = std::variant<int &>; in test_const_rvalue_get() typedef
231 using V = std::variant<int &&>; in test_const_rvalue_get() typedef
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/utilities/variant/variant.get/
H A Dget_index.pass.cpp81 using V = std::variant<int &>; in test_const_lvalue_get() typedef
88 using V = std::variant<int &&>; in test_const_lvalue_get() typedef
95 using V = std::variant<const int &&>; in test_const_lvalue_get() typedef
121 using V = std::variant<int &>; in test_lvalue_get() typedef
128 using V = std::variant<const int &>; in test_lvalue_get() typedef
135 using V = std::variant<int &&>; in test_lvalue_get() typedef
168 using V = std::variant<int &>; in test_rvalue_get() typedef
182 using V = std::variant<int &&>; in test_rvalue_get() typedef
217 using V = std::variant<int &>; in test_const_rvalue_get() typedef
231 using V = std::variant<int &&>; in test_const_rvalue_get() typedef
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/utilities/variant/variant.get/
H A Dget_index.pass.cpp69 using V = std::variant<int &>; in test_const_lvalue_get() typedef
76 using V = std::variant<int &&>; in test_const_lvalue_get() typedef
83 using V = std::variant<const int &&>; in test_const_lvalue_get() typedef
109 using V = std::variant<int &>; in test_lvalue_get() typedef
116 using V = std::variant<const int &>; in test_lvalue_get() typedef
123 using V = std::variant<int &&>; in test_lvalue_get() typedef
156 using V = std::variant<int &>; in test_rvalue_get() typedef
170 using V = std::variant<int &&>; in test_rvalue_get() typedef
205 using V = std::variant<int &>; in test_const_rvalue_get() typedef
219 using V = std::variant<int &&>; in test_const_rvalue_get() typedef
[all …]
/dports/devel/libc++/libcxx-10.0.1.src/test/std/utilities/variant/variant.get/
H A Dget_index.pass.cpp77 using V = std::variant<int &>; in test_const_lvalue_get() typedef
84 using V = std::variant<int &&>; in test_const_lvalue_get() typedef
91 using V = std::variant<const int &&>; in test_const_lvalue_get() typedef
117 using V = std::variant<int &>; in test_lvalue_get() typedef
124 using V = std::variant<const int &>; in test_lvalue_get() typedef
131 using V = std::variant<int &&>; in test_lvalue_get() typedef
164 using V = std::variant<int &>; in test_rvalue_get() typedef
178 using V = std::variant<int &&>; in test_rvalue_get() typedef
213 using V = std::variant<int &>; in test_const_rvalue_get() typedef
227 using V = std::variant<int &&>; in test_const_rvalue_get() typedef
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/utilities/variant/variant.get/
H A Dget_index.pass.cpp78 using V = std::variant<int &>; in test_const_lvalue_get() typedef
85 using V = std::variant<int &&>; in test_const_lvalue_get() typedef
92 using V = std::variant<const int &&>; in test_const_lvalue_get() typedef
118 using V = std::variant<int &>; in test_lvalue_get() typedef
125 using V = std::variant<const int &>; in test_lvalue_get() typedef
132 using V = std::variant<int &&>; in test_lvalue_get() typedef
165 using V = std::variant<int &>; in test_rvalue_get() typedef
179 using V = std::variant<int &&>; in test_rvalue_get() typedef
214 using V = std::variant<int &>; in test_const_rvalue_get() typedef
228 using V = std::variant<int &&>; in test_const_rvalue_get() typedef
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/utilities/variant/variant.get/
H A Dget_index.pass.cpp81 using V = std::variant<int &>; in test_const_lvalue_get() typedef
88 using V = std::variant<int &&>; in test_const_lvalue_get() typedef
95 using V = std::variant<const int &&>; in test_const_lvalue_get() typedef
121 using V = std::variant<int &>; in test_lvalue_get() typedef
128 using V = std::variant<const int &>; in test_lvalue_get() typedef
135 using V = std::variant<int &&>; in test_lvalue_get() typedef
168 using V = std::variant<int &>; in test_rvalue_get() typedef
182 using V = std::variant<int &&>; in test_rvalue_get() typedef
217 using V = std::variant<int &>; in test_const_rvalue_get() typedef
231 using V = std::variant<int &&>; in test_const_rvalue_get() typedef
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/test/
H A Descape_struct_param1.go19 type V struct { struct
20 _u U
21 _up *U
22 _upp **U
62 func (v *V) u() U { // ERROR "leaking param: v to result ~r0 level=1$"
66 func (v *V) UP() *U { // ERROR "leaking param: v to result ~r0 level=1$"
70 func (v *V) UPP() **U { // ERROR "leaking param: v to result ~r0 level=1$"
74 func (v *V) UPPia() *U { // ERROR "leaking param: v to result ~r0 level=2$"
78 func (v *V) UPPib() *U { // ERROR "leaking param: v to result ~r0 level=2$"
82 func (v *V) USPa() *string { // ERROR "leaking param: v to result ~r0 level=1$"
[all …]
H A Descape_struct_param2.go19 type V struct { struct
20 _u U
21 _up *U
22 _upp **U
62 func (v V) u() U { // ERROR "leaking param: v to result ~r0 level=0$"
66 func (v V) UP() *U { // ERROR "leaking param: v to result ~r0 level=0$"
70 func (v V) UPP() **U { // ERROR "leaking param: v to result ~r0 level=0$"
74 func (v V) UPPia() *U { // ERROR "leaking param: v to result ~r0 level=1$"
78 func (v V) UPPib() *U { // ERROR "leaking param: v to result ~r0 level=1$"
82 func (v V) USPa() *string { // ERROR "leaking param: v to result ~r0 level=0$"
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/include/
H A Dlittle_endian.h21 #define float4get(V,M) memcpy(&V, (M), sizeof(float)) argument
22 #define float4store(V,M) memcpy(V, (&M), sizeof(float)) argument
23 #define float8get(V,M) doubleget((V),(M)) argument
24 #define float8store(V,M) doublestore((V),(M)) argument
37 #define doubleget(V,M) do { double def_temp;\ argument
51 #define doubleget(V,M) memcpy(&V, (M), sizeof(double)) argument
61 #define shortstore(T,V) int2store(T,V) argument
62 #define longstore(T,V) int4store(T,V) argument
67 #define floatget(V,M) memcpy(&V, (M), sizeof(float)) argument
70 #define doubleget(V,M) memcpy(&V, (M), sizeof(double)) argument
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/include/
H A Dlittle_endian.h21 #define float4get(V,M) memcpy(&V, (M), sizeof(float)) argument
22 #define float4store(V,M) memcpy(V, (&M), sizeof(float)) argument
23 #define float8get(V,M) doubleget((V),(M)) argument
24 #define float8store(V,M) doublestore((V),(M)) argument
37 #define doubleget(V,M) do { double def_temp;\ argument
51 #define doubleget(V,M) memcpy(&V, (M), sizeof(double)) argument
61 #define shortstore(T,V) int2store(T,V) argument
62 #define longstore(T,V) int4store(T,V) argument
67 #define floatget(V,M) memcpy(&V, (M), sizeof(float)) argument
70 #define doubleget(V,M) memcpy(&V, (M), sizeof(double)) argument
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/include/
H A Dlittle_endian.h21 #define float4get(V,M) memcpy(&V, (M), sizeof(float)) argument
22 #define float4store(V,M) memcpy(V, (&M), sizeof(float)) argument
23 #define float8get(V,M) doubleget((V),(M)) argument
24 #define float8store(V,M) doublestore((V),(M)) argument
37 #define doubleget(V,M) do { double def_temp;\ argument
51 #define doubleget(V,M) memcpy(&V, (M), sizeof(double)) argument
61 #define shortstore(T,V) int2store(T,V) argument
62 #define longstore(T,V) int4store(T,V) argument
67 #define floatget(V,M) memcpy(&V, (M), sizeof(float)) argument
70 #define doubleget(V,M) memcpy(&V, (M), sizeof(double)) argument
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/include/
H A Dlittle_endian.h21 #define float4get(V,M) memcpy(&V, (M), sizeof(float)) argument
22 #define float4store(V,M) memcpy(V, (&M), sizeof(float)) argument
23 #define float8get(V,M) doubleget((V),(M)) argument
24 #define float8store(V,M) doublestore((V),(M)) argument
37 #define doubleget(V,M) do { double def_temp;\ argument
51 #define doubleget(V,M) memcpy(&V, (M), sizeof(double)) argument
61 #define shortstore(T,V) int2store(T,V) argument
62 #define longstore(T,V) int4store(T,V) argument
67 #define floatget(V,M) memcpy(&V, (M), sizeof(float)) argument
70 #define doubleget(V,M) memcpy(&V, (M), sizeof(double)) argument
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/include/
H A Dlittle_endian.h21 #define float4get(V,M) memcpy(&V, (M), sizeof(float)) argument
22 #define float4store(V,M) memcpy(V, (&M), sizeof(float)) argument
23 #define float8get(V,M) doubleget((V),(M)) argument
24 #define float8store(V,M) doublestore((V),(M)) argument
37 #define doubleget(V,M) do { double def_temp;\ argument
51 #define doubleget(V,M) memcpy(&V, (M), sizeof(double)) argument
61 #define shortstore(T,V) int2store(T,V) argument
62 #define longstore(T,V) int4store(T,V) argument
67 #define floatget(V,M) memcpy(&V, (M), sizeof(float)) argument
70 #define doubleget(V,M) memcpy(&V, (M), sizeof(double)) argument
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/include/
H A Dlittle_endian.h21 #define float4get(V,M) memcpy(&V, (M), sizeof(float)) argument
22 #define float4store(V,M) memcpy(V, (&M), sizeof(float)) argument
23 #define float8get(V,M) doubleget((V),(M)) argument
24 #define float8store(V,M) doublestore((V),(M)) argument
37 #define doubleget(V,M) do { double def_temp;\ argument
51 #define doubleget(V,M) memcpy(&V, (M), sizeof(double)) argument
61 #define shortstore(T,V) int2store(T,V) argument
62 #define longstore(T,V) int4store(T,V) argument
67 #define floatget(V,M) memcpy(&V, (M), sizeof(float)) argument
70 #define doubleget(V,M) memcpy(&V, (M), sizeof(double)) argument
[all …]
/dports/devel/bsdelf/elftoolchain-0.7.1/ld/
H A Dld_utils.h29 #define READ_16(P,V) \ argument
37 #define READ_32(P,V) \ argument
45 #define READ_64(P,V) \ argument
53 #define READ_16BE(P,V) \ argument
58 #define READ_32BE(P,V) \ argument
64 #define READ_64BE(P,V) \ argument
75 #define READ_16LE(P,V) \ argument
97 #define WRITE_8(P,V) \ argument
102 #define WRITE_16(P,V) \ argument
110 #define WRITE_32(P,V) \ argument
[all …]
/dports/devel/elftoolchain/elftoolchain-0.7.1/ld/
H A Dld_utils.h29 #define READ_16(P,V) \ argument
37 #define READ_32(P,V) \ argument
45 #define READ_64(P,V) \ argument
53 #define READ_16BE(P,V) \ argument
58 #define READ_32BE(P,V) \ argument
64 #define READ_64BE(P,V) \ argument
75 #define READ_16LE(P,V) \ argument
97 #define WRITE_8(P,V) \ argument
102 #define WRITE_16(P,V) \ argument
110 #define WRITE_32(P,V) \ argument
[all …]

12345678910>>...762