Home
last modified time | relevance | path

Searched defs:V (Results 76 – 100 of 23006) sorted by relevance

12345678910>>...921

/dports/editors/poke/poke-1.0/libpoke/
H A Dpvm-val.h28 #define PVM_VAL_TAG(V) ((V) & 0x7) argument
48 #define PVM_VAL_BOXED_P(V) (PVM_VAL_TAG((V)) > 1) argument
65 #define PVM_MAKE_INT(V,S) \ argument
71 #define PVM_VAL_UINT(V) (((uint32_t) ((V) >> 32)) \ argument
73 #define PVM_MAKE_UINT(V,S) \ argument
258 #define PVM_VAL_ARR_TYPE(V) (PVM_VAL_ARR(V)->type) argument
385 #define PVM_VAL_SCT_FIELD_ABSENT_P(V,I) \ argument
597 #define PVM_VAL_SET_OFFSET(V,O) \ argument
606 #define PVM_VAL_IOS(V) \ argument
625 #define PVM_VAL_SET_MAPPED_P(V,I) \ argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/utilities/variant/variant.get/
H A Dget_type.pass.cpp75 using V = std::variant<int &>; in test_const_lvalue_get() typedef
82 using V = std::variant<int &&>; in test_const_lvalue_get() typedef
89 using V = std::variant<const int &&>; in test_const_lvalue_get() typedef
115 using V = std::variant<int &>; in test_lvalue_get() typedef
122 using V = std::variant<const int &>; in test_lvalue_get() typedef
129 using V = std::variant<int &&>; in test_lvalue_get() typedef
163 using V = std::variant<int &>; in test_rvalue_get() typedef
178 using V = std::variant<int &&>; in test_rvalue_get() typedef
215 using V = std::variant<int &>; in test_const_rvalue_get() typedef
230 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_type.pass.cpp71 using V = std::variant<int &>; in test_const_lvalue_get() typedef
78 using V = std::variant<int &&>; in test_const_lvalue_get() typedef
85 using V = std::variant<const int &&>; in test_const_lvalue_get() typedef
111 using V = std::variant<int &>; in test_lvalue_get() typedef
118 using V = std::variant<const int &>; in test_lvalue_get() typedef
125 using V = std::variant<int &&>; in test_lvalue_get() typedef
159 using V = std::variant<int &>; in test_rvalue_get() typedef
174 using V = std::variant<int &&>; in test_rvalue_get() typedef
211 using V = std::variant<int &>; in test_const_rvalue_get() typedef
226 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_type.pass.cpp72 using V = std::variant<int &>; in test_const_lvalue_get() typedef
79 using V = std::variant<int &&>; in test_const_lvalue_get() typedef
86 using V = std::variant<const int &&>; in test_const_lvalue_get() typedef
112 using V = std::variant<int &>; in test_lvalue_get() typedef
119 using V = std::variant<const int &>; in test_lvalue_get() typedef
126 using V = std::variant<int &&>; in test_lvalue_get() typedef
160 using V = std::variant<int &>; in test_rvalue_get() typedef
175 using V = std::variant<int &&>; in test_rvalue_get() typedef
212 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/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/utilities/variant/variant.get/
H A Dget_type.pass.cpp71 using V = std::variant<int &>; in test_const_lvalue_get() typedef
78 using V = std::variant<int &&>; in test_const_lvalue_get() typedef
85 using V = std::variant<const int &&>; in test_const_lvalue_get() typedef
111 using V = std::variant<int &>; in test_lvalue_get() typedef
118 using V = std::variant<const int &>; in test_lvalue_get() typedef
125 using V = std::variant<int &&>; in test_lvalue_get() typedef
159 using V = std::variant<int &>; in test_rvalue_get() typedef
174 using V = std::variant<int &&>; in test_rvalue_get() typedef
211 using V = std::variant<int &>; in test_const_rvalue_get() typedef
226 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_type.pass.cpp75 using V = std::variant<int &>; in test_const_lvalue_get() typedef
82 using V = std::variant<int &&>; in test_const_lvalue_get() typedef
89 using V = std::variant<const int &&>; in test_const_lvalue_get() typedef
115 using V = std::variant<int &>; in test_lvalue_get() typedef
122 using V = std::variant<const int &>; in test_lvalue_get() typedef
129 using V = std::variant<int &&>; in test_lvalue_get() typedef
163 using V = std::variant<int &>; in test_rvalue_get() typedef
178 using V = std::variant<int &&>; in test_rvalue_get() typedef
215 using V = std::variant<int &>; in test_const_rvalue_get() typedef
230 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_type.pass.cpp71 using V = std::variant<int &>; in test_const_lvalue_get() typedef
78 using V = std::variant<int &&>; in test_const_lvalue_get() typedef
85 using V = std::variant<const int &&>; in test_const_lvalue_get() typedef
111 using V = std::variant<int &>; in test_lvalue_get() typedef
118 using V = std::variant<const int &>; in test_lvalue_get() typedef
125 using V = std::variant<int &&>; in test_lvalue_get() typedef
159 using V = std::variant<int &>; in test_rvalue_get() typedef
174 using V = std::variant<int &&>; in test_rvalue_get() typedef
211 using V = std::variant<int &>; in test_const_rvalue_get() typedef
226 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_type.pass.cpp75 using V = std::variant<int &>; in test_const_lvalue_get() typedef
82 using V = std::variant<int &&>; in test_const_lvalue_get() typedef
89 using V = std::variant<const int &&>; in test_const_lvalue_get() typedef
115 using V = std::variant<int &>; in test_lvalue_get() typedef
122 using V = std::variant<const int &>; in test_lvalue_get() typedef
129 using V = std::variant<int &&>; in test_lvalue_get() typedef
163 using V = std::variant<int &>; in test_rvalue_get() typedef
178 using V = std::variant<int &&>; in test_rvalue_get() typedef
215 using V = std::variant<int &>; in test_const_rvalue_get() typedef
230 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_type.pass.cpp63 using V = std::variant<int &>; in test_const_lvalue_get() typedef
70 using V = std::variant<int &&>; in test_const_lvalue_get() typedef
77 using V = std::variant<const int &&>; in test_const_lvalue_get() typedef
103 using V = std::variant<int &>; in test_lvalue_get() typedef
110 using V = std::variant<const int &>; in test_lvalue_get() typedef
117 using V = std::variant<int &&>; in test_lvalue_get() typedef
151 using V = std::variant<int &>; in test_rvalue_get() typedef
166 using V = std::variant<int &&>; in test_rvalue_get() typedef
203 using V = std::variant<int &>; in test_const_rvalue_get() typedef
218 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_type.pass.cpp72 using V = std::variant<int &>; in test_const_lvalue_get() typedef
79 using V = std::variant<int &&>; in test_const_lvalue_get() typedef
86 using V = std::variant<const int &&>; in test_const_lvalue_get() typedef
112 using V = std::variant<int &>; in test_lvalue_get() typedef
119 using V = std::variant<const int &>; in test_lvalue_get() typedef
126 using V = std::variant<int &&>; in test_lvalue_get() typedef
160 using V = std::variant<int &>; in test_rvalue_get() typedef
175 using V = std::variant<int &&>; in test_rvalue_get() typedef
212 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-rt12/llvm-project-12.0.1.src/libcxx/test/std/utilities/variant/variant.get/
H A Dget_type.pass.cpp75 using V = std::variant<int &>; in test_const_lvalue_get() typedef
82 using V = std::variant<int &&>; in test_const_lvalue_get() typedef
89 using V = std::variant<const int &&>; in test_const_lvalue_get() typedef
115 using V = std::variant<int &>; in test_lvalue_get() typedef
122 using V = std::variant<const int &>; in test_lvalue_get() typedef
129 using V = std::variant<int &&>; in test_lvalue_get() typedef
163 using V = std::variant<int &>; in test_rvalue_get() typedef
178 using V = std::variant<int &&>; in test_rvalue_get() typedef
215 using V = std::variant<int &>; in test_const_rvalue_get() typedef
230 using V = std::variant<int &&>; in test_const_rvalue_get() typedef
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/utilities/variant/variant.get/
H A Dget_type.pass.cpp72 using V = std::variant<int &>; in test_const_lvalue_get() typedef
79 using V = std::variant<int &&>; in test_const_lvalue_get() typedef
86 using V = std::variant<const int &&>; in test_const_lvalue_get() typedef
112 using V = std::variant<int &>; in test_lvalue_get() typedef
119 using V = std::variant<const int &>; in test_lvalue_get() typedef
126 using V = std::variant<int &&>; in test_lvalue_get() typedef
160 using V = std::variant<int &>; in test_rvalue_get() typedef
175 using V = std::variant<int &&>; in test_rvalue_get() typedef
212 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/databases/percona56-server/percona-server-5.6.51-91.0/include/
H A Dlittle_endian.h33 #define float4get(V,M) memcpy(&V, (M), sizeof(float)) argument
34 #define float4store(V,M) memcpy(V, (&M), sizeof(float)) argument
35 #define float8get(V,M) doubleget((V),(M)) argument
36 #define float8store(V,M) doublestore((V),(M)) argument
49 #define doubleget(V,M) do { double def_temp;\ argument
63 #define doubleget(V,M) memcpy(&V, (M), sizeof(double)) argument
73 #define shortstore(T,V) int2store(T,V) argument
74 #define longstore(T,V) int4store(T,V) argument
79 #define floatget(V,M) memcpy(&V, (M), sizeof(float)) argument
82 #define longlongget(V,M) memcpy(&V, (M), sizeof(ulonglong)) argument
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/include/
H A Dlittle_endian.h33 #define float4get(V,M) memcpy(&V, (M), sizeof(float)) argument
34 #define float4store(V,M) memcpy(V, (&M), sizeof(float)) argument
35 #define float8get(V,M) doubleget((V),(M)) argument
36 #define float8store(V,M) doublestore((V),(M)) argument
49 #define doubleget(V,M) do { double def_temp;\ argument
63 #define doubleget(V,M) memcpy(&V, (M), sizeof(double)) argument
73 #define shortstore(T,V) int2store(T,V) argument
74 #define longstore(T,V) int4store(T,V) argument
79 #define floatget(V,M) memcpy(&V, (M), sizeof(float)) argument
82 #define longlongget(V,M) memcpy(&V, (M), sizeof(ulonglong)) argument
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/include/
H A Dlittle_endian.h33 #define float4get(V,M) memcpy(&V, (M), sizeof(float)) argument
34 #define float4store(V,M) memcpy(V, (&M), sizeof(float)) argument
35 #define float8get(V,M) doubleget((V),(M)) argument
36 #define float8store(V,M) doublestore((V),(M)) argument
49 #define doubleget(V,M) do { double def_temp;\ argument
63 #define doubleget(V,M) memcpy(&V, (M), sizeof(double)) argument
73 #define shortstore(T,V) int2store(T,V) argument
74 #define longstore(T,V) int4store(T,V) argument
79 #define floatget(V,M) memcpy(&V, (M), sizeof(float)) argument
82 #define longlongget(V,M) memcpy(&V, (M), sizeof(ulonglong)) argument
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/include/
H A Dlittle_endian.h33 #define float4get(V,M) memcpy(&V, (M), sizeof(float)) argument
34 #define float4store(V,M) memcpy(V, (&M), sizeof(float)) argument
35 #define float8get(V,M) doubleget((V),(M)) argument
36 #define float8store(V,M) doublestore((V),(M)) argument
49 #define doubleget(V,M) do { double def_temp;\ argument
63 #define doubleget(V,M) memcpy(&V, (M), sizeof(double)) argument
73 #define shortstore(T,V) int2store(T,V) argument
74 #define longstore(T,V) int4store(T,V) argument
79 #define floatget(V,M) memcpy(&V, (M), sizeof(float)) argument
82 #define longlongget(V,M) memcpy(&V, (M), sizeof(ulonglong)) argument
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/include/
H A Dlittle_endian.h33 #define float4get(V,M) memcpy(&V, (M), sizeof(float)) argument
34 #define float4store(V,M) memcpy(V, (&M), sizeof(float)) argument
35 #define float8get(V,M) doubleget((V),(M)) argument
36 #define float8store(V,M) doublestore((V),(M)) argument
49 #define doubleget(V,M) do { double def_temp;\ argument
63 #define doubleget(V,M) memcpy(&V, (M), sizeof(double)) argument
73 #define shortstore(T,V) int2store(T,V) argument
74 #define longstore(T,V) int4store(T,V) argument
79 #define floatget(V,M) memcpy(&V, (M), sizeof(float)) argument
82 #define longlongget(V,M) memcpy(&V, (M), sizeof(ulonglong)) argument
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Analysis/
H A Dinvalidated-iterator.cpp8 void normal_dereference(std::vector<int> &V) { in normal_dereference()
13 void invalidated_dereference(std::vector<int> &V) { in invalidated_dereference()
19 void normal_prefix_increment(std::vector<int> &V) { in normal_prefix_increment()
30 void normal_prefix_decrement(std::vector<int> &V) { in normal_prefix_decrement()
41 void normal_postfix_increment(std::vector<int> &V) { in normal_postfix_increment()
52 void normal_postfix_decrement(std::vector<int> &V) { in normal_postfix_decrement()
63 void normal_increment_by_2(std::vector<int> &V) { in normal_increment_by_2()
85 void normal_decrement_by_2(std::vector<int> &V) { in normal_decrement_by_2()
107 void normal_subscript(std::vector<int> &V) { in normal_subscript()
112 void invalidated_subscript(std::vector<int> &V) { in invalidated_subscript()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Analysis/
H A Dinvalidated-iterator.cpp8 void normal_dereference(std::vector<int> &V) { in normal_dereference()
13 void invalidated_dereference(std::vector<int> &V) { in invalidated_dereference()
19 void normal_prefix_increment(std::vector<int> &V) { in normal_prefix_increment()
30 void normal_prefix_decrement(std::vector<int> &V) { in normal_prefix_decrement()
41 void normal_postfix_increment(std::vector<int> &V) { in normal_postfix_increment()
52 void normal_postfix_decrement(std::vector<int> &V) { in normal_postfix_decrement()
63 void normal_increment_by_2(std::vector<int> &V) { in normal_increment_by_2()
85 void normal_decrement_by_2(std::vector<int> &V) { in normal_decrement_by_2()
107 void normal_subscript(std::vector<int> &V) { in normal_subscript()
112 void invalidated_subscript(std::vector<int> &V) { in invalidated_subscript()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/XRay/
H A DFDRRecords.cpp18 Error BufferExtents::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
19 Error WallclockRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
20 Error NewCPUIDRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
21 Error TSCWrapRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
22 Error CustomEventRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
23 Error CallArgRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
24 Error PIDRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
25 Error NewBufferRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
26 Error EndBufferRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
27 Error FunctionRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/XRay/
H A DFDRRecords.cpp18 Error BufferExtents::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
19 Error WallclockRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
20 Error NewCPUIDRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
21 Error TSCWrapRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
22 Error CustomEventRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
23 Error CallArgRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
24 Error PIDRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
25 Error NewBufferRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
26 Error EndBufferRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
27 Error FunctionRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/XRay/
H A DFDRRecords.cpp18 Error BufferExtents::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
19 Error WallclockRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
20 Error NewCPUIDRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
21 Error TSCWrapRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
22 Error CustomEventRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
23 Error CallArgRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
24 Error PIDRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
25 Error NewBufferRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
26 Error EndBufferRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
27 Error FunctionRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/XRay/
H A DFDRRecords.cpp18 Error BufferExtents::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
19 Error WallclockRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
20 Error NewCPUIDRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
21 Error TSCWrapRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
22 Error CustomEventRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
23 Error CallArgRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
24 Error PIDRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
25 Error NewBufferRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
26 Error EndBufferRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
27 Error FunctionRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/XRay/
H A DFDRRecords.cpp18 Error BufferExtents::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
19 Error WallclockRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
20 Error NewCPUIDRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
21 Error TSCWrapRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
22 Error CustomEventRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
23 Error CallArgRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
24 Error PIDRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
25 Error NewBufferRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
26 Error EndBufferRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
27 Error FunctionRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/XRay/
H A DFDRRecords.cpp18 Error BufferExtents::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
19 Error WallclockRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
20 Error NewCPUIDRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
21 Error TSCWrapRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
22 Error CustomEventRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
23 Error CallArgRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
24 Error PIDRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
25 Error NewBufferRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
26 Error EndBufferRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
27 Error FunctionRecord::apply(RecordVisitor &V) { return V.visit(*this); } in apply()
[all …]

12345678910>>...921