Home
last modified time | relevance | path

Searched +defs:D +defs:u (Results 1 – 25 of 5696) sorted by relevance

12345678910>>...228

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dpointer_deleter.pass.cpp59 using D = CopyOnlyDeleter; in test_sfinae() typedef
70 using D = MoveOnlyDeleter; in test_sfinae() typedef
76 U u(nullptr, std::move(d)); in test_sfinae() local
109 using D = CopyOnlyDeleter; in test_noexcept() typedef
116 using D = MoveOnlyDeleter; in test_noexcept() typedef
120 U u(nullptr, std::move(d)); in test_noexcept() local
139 using D = CopyOnlyDeleter; in test_sfinae_runtime() typedef
164 U u(nullptr, std::move(d)); in test_sfinae_runtime() local
296 std::unique_ptr<VT, Deleter<VT> > u(nullptr, Deleter<VT>{}); in test_nullptr() local
301 std::unique_ptr<VT, NCDeleter<VT>& > u(nullptr, d); in test_nullptr() local
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dpointer_deleter.pass.cpp59 using D = CopyOnlyDeleter; in test_sfinae() typedef
70 using D = MoveOnlyDeleter; in test_sfinae() typedef
76 U u(nullptr, std::move(d)); in test_sfinae() local
109 using D = CopyOnlyDeleter; in test_noexcept() typedef
116 using D = MoveOnlyDeleter; in test_noexcept() typedef
120 U u(nullptr, std::move(d)); in test_noexcept() local
139 using D = CopyOnlyDeleter; in test_sfinae_runtime() typedef
164 U u(nullptr, std::move(d)); in test_sfinae_runtime() local
296 std::unique_ptr<VT, Deleter<VT> > u(nullptr, Deleter<VT>{}); in test_nullptr() local
301 std::unique_ptr<VT, NCDeleter<VT>& > u(nullptr, d); in test_nullptr() local
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dpointer_deleter.pass.cpp59 using D = CopyOnlyDeleter; in test_sfinae() typedef
70 using D = MoveOnlyDeleter; in test_sfinae() typedef
76 U u(nullptr, std::move(d)); in test_sfinae() local
109 using D = CopyOnlyDeleter; in test_noexcept() typedef
116 using D = MoveOnlyDeleter; in test_noexcept() typedef
120 U u(nullptr, std::move(d)); in test_noexcept() local
139 using D = CopyOnlyDeleter; in test_sfinae_runtime() typedef
164 U u(nullptr, std::move(d)); in test_sfinae_runtime() local
296 std::unique_ptr<VT, Deleter<VT> > u(nullptr, Deleter<VT>{}); in test_nullptr() local
301 std::unique_ptr<VT, NCDeleter<VT>& > u(nullptr, d); in test_nullptr() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dpointer_deleter.pass.cpp59 using D = CopyOnlyDeleter; in test_sfinae() typedef
70 using D = MoveOnlyDeleter; in test_sfinae() typedef
76 U u(nullptr, std::move(d)); in test_sfinae() local
109 using D = CopyOnlyDeleter; in test_noexcept() typedef
116 using D = MoveOnlyDeleter; in test_noexcept() typedef
120 U u(nullptr, std::move(d)); in test_noexcept() local
139 using D = CopyOnlyDeleter; in test_sfinae_runtime() typedef
164 U u(nullptr, std::move(d)); in test_sfinae_runtime() local
296 std::unique_ptr<VT, Deleter<VT> > u(nullptr, Deleter<VT>{}); in test_nullptr() local
301 std::unique_ptr<VT, NCDeleter<VT>& > u(nullptr, d); in test_nullptr() local
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dpointer_deleter.pass.cpp59 using D = CopyOnlyDeleter; in test_sfinae() typedef
70 using D = MoveOnlyDeleter; in test_sfinae() typedef
76 U u(nullptr, std::move(d)); in test_sfinae() local
109 using D = CopyOnlyDeleter; in test_noexcept() typedef
116 using D = MoveOnlyDeleter; in test_noexcept() typedef
120 U u(nullptr, std::move(d)); in test_noexcept() local
139 using D = CopyOnlyDeleter; in test_sfinae_runtime() typedef
164 U u(nullptr, std::move(d)); in test_sfinae_runtime() local
296 std::unique_ptr<VT, Deleter<VT> > u(nullptr, Deleter<VT>{}); in test_nullptr() local
301 std::unique_ptr<VT, NCDeleter<VT>& > u(nullptr, d); in test_nullptr() local
[all …]
/dports/devel/libc++/libcxx-10.0.1.src/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dpointer_deleter.pass.cpp59 using D = CopyOnlyDeleter; in test_sfinae() typedef
70 using D = MoveOnlyDeleter; in test_sfinae() typedef
76 U u(nullptr, std::move(d)); in test_sfinae() local
109 using D = CopyOnlyDeleter; in test_noexcept() typedef
116 using D = MoveOnlyDeleter; in test_noexcept() typedef
120 U u(nullptr, std::move(d)); in test_noexcept() local
139 using D = CopyOnlyDeleter; in test_sfinae_runtime() typedef
164 U u(nullptr, std::move(d)); in test_sfinae_runtime() local
296 std::unique_ptr<VT, Deleter<VT> > u(nullptr, Deleter<VT>{}); in test_nullptr() local
301 std::unique_ptr<VT, NCDeleter<VT>& > u(nullptr, d); in test_nullptr() local
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dpointer_deleter.pass.cpp59 using D = CopyOnlyDeleter; in test_sfinae() typedef
70 using D = MoveOnlyDeleter; in test_sfinae() typedef
76 U u(nullptr, std::move(d)); in test_sfinae() local
109 using D = CopyOnlyDeleter; in test_noexcept() typedef
116 using D = MoveOnlyDeleter; in test_noexcept() typedef
120 U u(nullptr, std::move(d)); in test_noexcept() local
139 using D = CopyOnlyDeleter; in test_sfinae_runtime() typedef
164 U u(nullptr, std::move(d)); in test_sfinae_runtime() local
296 std::unique_ptr<VT, Deleter<VT> > u(nullptr, Deleter<VT>{}); in test_nullptr() local
301 std::unique_ptr<VT, NCDeleter<VT>& > u(nullptr, d); in test_nullptr() local
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dpointer_deleter.pass.cpp59 using D = CopyOnlyDeleter; in test_sfinae() typedef
70 using D = MoveOnlyDeleter; in test_sfinae() typedef
76 U u(nullptr, std::move(d)); in test_sfinae() local
109 using D = CopyOnlyDeleter; in test_noexcept() typedef
116 using D = MoveOnlyDeleter; in test_noexcept() typedef
120 U u(nullptr, std::move(d)); in test_noexcept() local
139 using D = CopyOnlyDeleter; in test_sfinae_runtime() typedef
164 U u(nullptr, std::move(d)); in test_sfinae_runtime() local
296 std::unique_ptr<VT, Deleter<VT> > u(nullptr, Deleter<VT>{}); in test_nullptr() local
301 std::unique_ptr<VT, NCDeleter<VT>& > u(nullptr, d); in test_nullptr() local
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dpointer_deleter.pass.cpp59 using D = CopyOnlyDeleter; in test_sfinae() typedef
70 using D = MoveOnlyDeleter; in test_sfinae() typedef
76 U u(nullptr, std::move(d)); in test_sfinae() local
109 using D = CopyOnlyDeleter; in test_noexcept() typedef
116 using D = MoveOnlyDeleter; in test_noexcept() typedef
120 U u(nullptr, std::move(d)); in test_noexcept() local
139 using D = CopyOnlyDeleter; in test_sfinae_runtime() typedef
164 U u(nullptr, std::move(d)); in test_sfinae_runtime() local
296 std::unique_ptr<VT, Deleter<VT> > u(nullptr, Deleter<VT>{}); in test_nullptr() local
301 std::unique_ptr<VT, NCDeleter<VT>& > u(nullptr, d); in test_nullptr() local
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dpointer_deleter.pass.cpp59 using D = CopyOnlyDeleter; in test_sfinae() typedef
70 using D = MoveOnlyDeleter; in test_sfinae() typedef
76 U u(nullptr, std::move(d)); in test_sfinae() local
109 using D = CopyOnlyDeleter; in test_noexcept() typedef
116 using D = MoveOnlyDeleter; in test_noexcept() typedef
120 U u(nullptr, std::move(d)); in test_noexcept() local
139 using D = CopyOnlyDeleter; in test_sfinae_runtime() typedef
164 U u(nullptr, std::move(d)); in test_sfinae_runtime() local
296 std::unique_ptr<VT, Deleter<VT> > u(nullptr, Deleter<VT>{}); in test_nullptr() local
301 std::unique_ptr<VT, NCDeleter<VT>& > u(nullptr, d); in test_nullptr() local
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dpointer_deleter.pass.cpp59 using D = CopyOnlyDeleter; in test_sfinae() typedef
70 using D = MoveOnlyDeleter; in test_sfinae() typedef
76 U u(nullptr, std::move(d)); in test_sfinae() local
109 using D = CopyOnlyDeleter; in test_noexcept() typedef
116 using D = MoveOnlyDeleter; in test_noexcept() typedef
120 U u(nullptr, std::move(d)); in test_noexcept() local
139 using D = CopyOnlyDeleter; in test_sfinae_runtime() typedef
164 U u(nullptr, std::move(d)); in test_sfinae_runtime() local
296 std::unique_ptr<VT, Deleter<VT> > u(nullptr, Deleter<VT>{}); in test_nullptr() local
301 std::unique_ptr<VT, NCDeleter<VT>& > u(nullptr, d); in test_nullptr() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
H A Deval.pass.cpp27 typedef std::discrete_distribution<> D; in main() typedef
32 std::vector<D::result_type> u(d.max()+1); in main() local
44 typedef std::discrete_distribution<> D; in main() typedef
50 std::vector<D::result_type> u(d.max()+1); in main() local
62 typedef std::discrete_distribution<> D; in main() typedef
68 std::vector<D::result_type> u(d.max()+1); in main() local
80 typedef std::discrete_distribution<> D; in main() typedef
98 typedef std::discrete_distribution<> D; in main() typedef
116 typedef std::discrete_distribution<> D; in main() typedef
134 typedef std::discrete_distribution<> D; in main() typedef
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
H A Deval.pass.cpp27 typedef std::discrete_distribution<> D; in main() typedef
32 std::vector<D::result_type> u(d.max()+1); in main() local
44 typedef std::discrete_distribution<> D; in main() typedef
50 std::vector<D::result_type> u(d.max()+1); in main() local
62 typedef std::discrete_distribution<> D; in main() typedef
68 std::vector<D::result_type> u(d.max()+1); in main() local
80 typedef std::discrete_distribution<> D; in main() typedef
98 typedef std::discrete_distribution<> D; in main() typedef
116 typedef std::discrete_distribution<> D; in main() typedef
134 typedef std::discrete_distribution<> D; in main() typedef
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
H A Deval.pass.cpp27 typedef std::discrete_distribution<> D; in main() typedef
32 std::vector<D::result_type> u(d.max()+1); in main() local
44 typedef std::discrete_distribution<> D; in main() typedef
50 std::vector<D::result_type> u(d.max()+1); in main() local
62 typedef std::discrete_distribution<> D; in main() typedef
68 std::vector<D::result_type> u(d.max()+1); in main() local
80 typedef std::discrete_distribution<> D; in main() typedef
98 typedef std::discrete_distribution<> D; in main() typedef
116 typedef std::discrete_distribution<> D; in main() typedef
134 typedef std::discrete_distribution<> D; in main() typedef
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
H A Deval.pass.cpp27 typedef std::discrete_distribution<> D; in main() typedef
32 std::vector<D::result_type> u(d.max()+1); in main() local
44 typedef std::discrete_distribution<> D; in main() typedef
50 std::vector<D::result_type> u(d.max()+1); in main() local
62 typedef std::discrete_distribution<> D; in main() typedef
68 std::vector<D::result_type> u(d.max()+1); in main() local
80 typedef std::discrete_distribution<> D; in main() typedef
98 typedef std::discrete_distribution<> D; in main() typedef
116 typedef std::discrete_distribution<> D; in main() typedef
134 typedef std::discrete_distribution<> D; in main() typedef
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
H A Deval.pass.cpp27 typedef std::discrete_distribution<> D; in main() typedef
32 std::vector<D::result_type> u(d.max()+1); in main() local
44 typedef std::discrete_distribution<> D; in main() typedef
50 std::vector<D::result_type> u(d.max()+1); in main() local
62 typedef std::discrete_distribution<> D; in main() typedef
68 std::vector<D::result_type> u(d.max()+1); in main() local
80 typedef std::discrete_distribution<> D; in main() typedef
98 typedef std::discrete_distribution<> D; in main() typedef
116 typedef std::discrete_distribution<> D; in main() typedef
134 typedef std::discrete_distribution<> D; in main() typedef
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
H A Deval.pass.cpp27 typedef std::discrete_distribution<> D; in main() typedef
32 std::vector<D::result_type> u(d.max()+1); in main() local
44 typedef std::discrete_distribution<> D; in main() typedef
50 std::vector<D::result_type> u(d.max()+1); in main() local
62 typedef std::discrete_distribution<> D; in main() typedef
68 std::vector<D::result_type> u(d.max()+1); in main() local
80 typedef std::discrete_distribution<> D; in main() typedef
98 typedef std::discrete_distribution<> D; in main() typedef
116 typedef std::discrete_distribution<> D; in main() typedef
134 typedef std::discrete_distribution<> D; in main() typedef
[all …]
/dports/devel/libc++/libcxx-10.0.1.src/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
H A Deval.pass.cpp27 typedef std::discrete_distribution<> D; in main() typedef
32 std::vector<D::result_type> u(d.max()+1); in main() local
44 typedef std::discrete_distribution<> D; in main() typedef
50 std::vector<D::result_type> u(d.max()+1); in main() local
62 typedef std::discrete_distribution<> D; in main() typedef
68 std::vector<D::result_type> u(d.max()+1); in main() local
80 typedef std::discrete_distribution<> D; in main() typedef
98 typedef std::discrete_distribution<> D; in main() typedef
116 typedef std::discrete_distribution<> D; in main() typedef
134 typedef std::discrete_distribution<> D; in main() typedef
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
H A Deval.pass.cpp27 typedef std::discrete_distribution<> D; in main() typedef
32 std::vector<D::result_type> u(d.max()+1); in main() local
44 typedef std::discrete_distribution<> D; in main() typedef
50 std::vector<D::result_type> u(d.max()+1); in main() local
62 typedef std::discrete_distribution<> D; in main() typedef
68 std::vector<D::result_type> u(d.max()+1); in main() local
80 typedef std::discrete_distribution<> D; in main() typedef
98 typedef std::discrete_distribution<> D; in main() typedef
116 typedef std::discrete_distribution<> D; in main() typedef
134 typedef std::discrete_distribution<> D; in main() typedef
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
H A Deval.pass.cpp27 typedef std::discrete_distribution<> D; in main() typedef
32 std::vector<D::result_type> u(d.max()+1); in main() local
44 typedef std::discrete_distribution<> D; in main() typedef
50 std::vector<D::result_type> u(d.max()+1); in main() local
62 typedef std::discrete_distribution<> D; in main() typedef
68 std::vector<D::result_type> u(d.max()+1); in main() local
80 typedef std::discrete_distribution<> D; in main() typedef
98 typedef std::discrete_distribution<> D; in main() typedef
116 typedef std::discrete_distribution<> D; in main() typedef
134 typedef std::discrete_distribution<> D; in main() typedef
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
H A Deval.pass.cpp27 typedef std::discrete_distribution<> D; in main() typedef
32 std::vector<D::result_type> u(d.max()+1); in main() local
44 typedef std::discrete_distribution<> D; in main() typedef
50 std::vector<D::result_type> u(d.max()+1); in main() local
62 typedef std::discrete_distribution<> D; in main() typedef
68 std::vector<D::result_type> u(d.max()+1); in main() local
80 typedef std::discrete_distribution<> D; in main() typedef
98 typedef std::discrete_distribution<> D; in main() typedef
116 typedef std::discrete_distribution<> D; in main() typedef
134 typedef std::discrete_distribution<> D; in main() typedef
[all …]
/dports/databases/libgda5-jdbc/libgda-5.2.10/tests/meta-store/
H A Ddata_columns.csv32 meta,pub,_enums,udt_schema,2,NULL,FALSE,pg_catalog.varchar,0,NULL,gchararray,NULL,1073741824,NULL,N…
44 meta,pub,_element_types,specific_name,1,NULL,FALSE,pg_catalog.varchar,0,NULL,gchararray,NULL,107374…
50 meta,pub,_element_types,data_type,7,NULL,FALSE,pg_catalog.varchar,0,NULL,gchararray,NULL,1073741824…
62 meta,pub,_all_types,udt_schema,10,NULL,TRUE,pg_catalog.varchar,0,NULL,gchararray,NULL,1073741824,NU…
122 meta,pub,_table_constraints,is_deferrable,9,NULL,TRUE,pg_catalog.bool,0,NULL,gchararray,NULL,NULL,N…
176 meta,pub,_domains,character_octet_length,6,NULL,TRUE,pg_catalog.int4,0,NULL,gchararray,NULL,NULL,32…
218 meta,pub,_routines,routine_type,7,NULL,TRUE,pg_catalog.varchar,0,NULL,gchararray,NULL,1073741824,NU…
239 meta,pub,_table_privileges,is_grantable,7,NULL,TRUE,pg_catalog.bool,0,NULL,gchararray,NULL,NULL,NUL…
245 meta,pub,_tables,table_comments,6,NULL,TRUE,pg_catalog.varchar,0,NULL,gchararray,NULL,1073741824,NU…
260 meta,pub,_columns,column_name,4,NULL,FALSE,pg_catalog.varchar,0,NULL,gchararray,NULL,1073741824,NUL…
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/suggestions/
H A Dsuggest-move-lifetimes.rs7 u: U, field
12 u: U, field
15 struct D<T, U, 'a, 'b, V, 'c> { //~ ERROR lifetime parameters must be declared struct
16 t: &'a T,
17 u: &'b U, field
18 v: &'c V,
/dports/misc/netron/node_modules/json5/dist/
H A Dindex.min.mjs1 var Space_Separator=/[\u1680\u2000-\u200A\u202F\u205F\u3000]/,ID_Start=/[\xAA\xB5\xBA\xC0-\xD6\xD8-… class in formatChar
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/json5/dist/
H A Dindex.min.mjs1 var Space_Separator=/[\u1680\u2000-\u200A\u202F\u205F\u3000]/,ID_Start=/[\xAA\xB5\xBA\xC0-\xD6\xD8-… argument

12345678910>>...228