Home
last modified time | relevance | path

Searched refs:do_throw (Results 1 – 25 of 376) sorted by relevance

12345678910>>...16

/dports/mail/emailrelay/emailrelay-1.9/src/glib/
H A Dgidentity_unix.cpp142 void G::Identity::setEffectiveUser( bool do_throw ) in setEffectiveUser() argument
144 if( ::seteuid(m_uid) && do_throw ) throw UidError() ; in setEffectiveUser()
147 void G::Identity::setRealUser( bool do_throw ) in setRealUser() argument
149 if( ::setuid(m_uid) && do_throw ) throw UidError() ; in setRealUser()
152 void G::Identity::setEffectiveGroup( bool do_throw ) in setEffectiveGroup() argument
162 void G::Identity::setRealGroup( bool do_throw ) in setRealGroup() argument
164 if( ::setgid(m_gid) && do_throw ) throw GidError() ; in setRealGroup()
171 id.setRealUser( do_throw ) ; in setRealUserTo()
176 id.setEffectiveUser( do_throw ) ; in setEffectiveUserTo()
186 id.setRealGroup( do_throw ) ; in setRealGroupTo()
[all …]
H A Dgidentity.h70 void setRealUser( bool do_throw = true ) ;
73 void setEffectiveUser( bool do_throw = true ) ;
80 void setRealGroup( bool do_throw = true ) ;
83 void setEffectiveGroup( bool do_throw = true ) ;
112 static void setRealUserTo( Identity , bool do_throw = true ) ;
115 static void setEffectiveUserTo( Identity , bool do_throw = true ) ;
121 static void setRealGroupTo( Identity , bool do_throw = true ) ;
124 static void setEffectiveGroupTo( Identity , bool do_throw = true ) ;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/containers/associative/set/
H A Dmerge.pass.cpp64 bool do_throw = false; in main() local
66 set_type src({1, 3, 5}, throw_comparator(do_throw)); in main()
67 set_type dst({2, 4, 5}, throw_comparator(do_throw)); in main()
71 do_throw = true; in main()
78 do_throw = false; in main()
80 assert(!do_throw); in main()
81 assert(set_equal(src, set_type({1, 3, 5}, throw_comparator(do_throw)))); in main()
82 assert(set_equal(dst, set_type({2, 4, 5}, throw_comparator(do_throw)))); in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/containers/associative/map/map.modifiers/
H A Dmerge.pass.cpp64 bool do_throw = false; in main() local
66 map_type src({{1, 0}, {3, 0}, {5, 0}}, throw_comparator(do_throw)); in main()
67 map_type dst({{2, 0}, {4, 0}, {5, 0}}, throw_comparator(do_throw)); in main()
71 do_throw = true; in main()
78 do_throw = false; in main()
80 assert(!do_throw); in main()
81 assert(map_equal(src, map_type({{1, 0}, {3, 0}, {5, 0}}, throw_comparator(do_throw)))); in main()
82 assert(map_equal(dst, map_type({{2, 0}, {4, 0}, {5, 0}}, throw_comparator(do_throw)))); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/containers/associative/multimap/multimap.modifiers/
H A Dmerge.pass.cpp64 bool do_throw = false; in main() local
66 map_type src({{1, 0}, {3, 0}, {5, 0}}, throw_comparator(do_throw)); in main()
67 map_type dst({{2, 0}, {4, 0}, {5, 0}}, throw_comparator(do_throw)); in main()
71 do_throw = true; in main()
78 do_throw = false; in main()
80 assert(!do_throw); in main()
81 assert(map_equal(src, map_type({{1, 0}, {3, 0}, {5, 0}}, throw_comparator(do_throw)))); in main()
82 assert(map_equal(dst, map_type({{2, 0}, {4, 0}, {5, 0}}, throw_comparator(do_throw)))); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/containers/associative/map/map.modifiers/
H A Dmerge.pass.cpp64 bool do_throw = false; in main() local
66 map_type src({{1, 0}, {3, 0}, {5, 0}}, throw_comparator(do_throw)); in main()
67 map_type dst({{2, 0}, {4, 0}, {5, 0}}, throw_comparator(do_throw)); in main()
71 do_throw = true; in main()
78 do_throw = false; in main()
80 assert(!do_throw); in main()
81 assert(map_equal(src, map_type({{1, 0}, {3, 0}, {5, 0}}, throw_comparator(do_throw)))); in main()
82 assert(map_equal(dst, map_type({{2, 0}, {4, 0}, {5, 0}}, throw_comparator(do_throw)))); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/containers/associative/set/
H A Dmerge.pass.cpp64 bool do_throw = false; in main() local
66 set_type src({1, 3, 5}, throw_comparator(do_throw)); in main()
67 set_type dst({2, 4, 5}, throw_comparator(do_throw)); in main()
71 do_throw = true; in main()
78 do_throw = false; in main()
80 assert(!do_throw); in main()
81 assert(set_equal(src, set_type({1, 3, 5}, throw_comparator(do_throw)))); in main()
82 assert(set_equal(dst, set_type({2, 4, 5}, throw_comparator(do_throw)))); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/containers/associative/multiset/
H A Dmerge.pass.cpp64 bool do_throw = false; in main() local
66 set_type src({1, 3, 5}, throw_comparator(do_throw)); in main()
67 set_type dst({2, 4, 5}, throw_comparator(do_throw)); in main()
71 do_throw = true; in main()
78 do_throw = false; in main()
80 assert(!do_throw); in main()
81 assert(set_equal(src, set_type({1, 3, 5}, throw_comparator(do_throw)))); in main()
82 assert(set_equal(dst, set_type({2, 4, 5}, throw_comparator(do_throw)))); in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/containers/associative/map/map.modifiers/
H A Dmerge.pass.cpp64 bool do_throw = false; in main() local
66 map_type src({{1, 0}, {3, 0}, {5, 0}}, throw_comparator(do_throw)); in main()
67 map_type dst({{2, 0}, {4, 0}, {5, 0}}, throw_comparator(do_throw)); in main()
71 do_throw = true; in main()
78 do_throw = false; in main()
80 assert(!do_throw); in main()
81 assert(map_equal(src, map_type({{1, 0}, {3, 0}, {5, 0}}, throw_comparator(do_throw)))); in main()
82 assert(map_equal(dst, map_type({{2, 0}, {4, 0}, {5, 0}}, throw_comparator(do_throw)))); in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/containers/associative/multiset/
H A Dmerge.pass.cpp64 bool do_throw = false; in main() local
66 set_type src({1, 3, 5}, throw_comparator(do_throw)); in main()
67 set_type dst({2, 4, 5}, throw_comparator(do_throw)); in main()
71 do_throw = true; in main()
78 do_throw = false; in main()
80 assert(!do_throw); in main()
81 assert(set_equal(src, set_type({1, 3, 5}, throw_comparator(do_throw)))); in main()
82 assert(set_equal(dst, set_type({2, 4, 5}, throw_comparator(do_throw)))); in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/containers/associative/set/
H A Dmerge.pass.cpp64 bool do_throw = false; in main() local
66 set_type src({1, 3, 5}, throw_comparator(do_throw)); in main()
67 set_type dst({2, 4, 5}, throw_comparator(do_throw)); in main()
71 do_throw = true; in main()
78 do_throw = false; in main()
80 assert(!do_throw); in main()
81 assert(set_equal(src, set_type({1, 3, 5}, throw_comparator(do_throw)))); in main()
82 assert(set_equal(dst, set_type({2, 4, 5}, throw_comparator(do_throw)))); in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
H A Dmerge.pass.cpp64 bool do_throw = false; in main() local
66 map_type src({{1, 0}, {3, 0}, {5, 0}}, throw_comparator(do_throw)); in main()
67 map_type dst({{2, 0}, {4, 0}, {5, 0}}, throw_comparator(do_throw)); in main()
71 do_throw = true; in main()
78 do_throw = false; in main()
80 assert(!do_throw); in main()
81 assert(map_equal(src, map_type({{1, 0}, {3, 0}, {5, 0}}, throw_comparator(do_throw)))); in main()
82 assert(map_equal(dst, map_type({{2, 0}, {4, 0}, {5, 0}}, throw_comparator(do_throw)))); in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/containers/associative/multiset/
H A Dmerge.pass.cpp64 bool do_throw = false; in main() local
66 set_type src({1, 3, 5}, throw_comparator(do_throw)); in main()
67 set_type dst({2, 4, 5}, throw_comparator(do_throw)); in main()
71 do_throw = true; in main()
78 do_throw = false; in main()
80 assert(!do_throw); in main()
81 assert(set_equal(src, set_type({1, 3, 5}, throw_comparator(do_throw)))); in main()
82 assert(set_equal(dst, set_type({2, 4, 5}, throw_comparator(do_throw)))); in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
H A Dmerge.pass.cpp64 bool do_throw = false; in main() local
66 map_type src({{1, 0}, {3, 0}, {5, 0}}, throw_comparator(do_throw)); in main()
67 map_type dst({{2, 0}, {4, 0}, {5, 0}}, throw_comparator(do_throw)); in main()
71 do_throw = true; in main()
78 do_throw = false; in main()
80 assert(!do_throw); in main()
81 assert(map_equal(src, map_type({{1, 0}, {3, 0}, {5, 0}}, throw_comparator(do_throw)))); in main()
82 assert(map_equal(dst, map_type({{2, 0}, {4, 0}, {5, 0}}, throw_comparator(do_throw)))); in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/containers/associative/set/
H A Dmerge.pass.cpp64 bool do_throw = false; in main() local
66 set_type src({1, 3, 5}, throw_comparator(do_throw)); in main()
67 set_type dst({2, 4, 5}, throw_comparator(do_throw)); in main()
71 do_throw = true; in main()
78 do_throw = false; in main()
80 assert(!do_throw); in main()
81 assert(set_equal(src, set_type({1, 3, 5}, throw_comparator(do_throw)))); in main()
82 assert(set_equal(dst, set_type({2, 4, 5}, throw_comparator(do_throw)))); in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/containers/associative/map/map.modifiers/
H A Dmerge.pass.cpp64 bool do_throw = false; in main() local
66 map_type src({{1, 0}, {3, 0}, {5, 0}}, throw_comparator(do_throw)); in main()
67 map_type dst({{2, 0}, {4, 0}, {5, 0}}, throw_comparator(do_throw)); in main()
71 do_throw = true; in main()
78 do_throw = false; in main()
80 assert(!do_throw); in main()
81 assert(map_equal(src, map_type({{1, 0}, {3, 0}, {5, 0}}, throw_comparator(do_throw)))); in main()
82 assert(map_equal(dst, map_type({{2, 0}, {4, 0}, {5, 0}}, throw_comparator(do_throw)))); in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/containers/associative/map/map.modifiers/
H A Dmerge.pass.cpp64 bool do_throw = false; in main() local
66 map_type src({{1, 0}, {3, 0}, {5, 0}}, throw_comparator(do_throw)); in main()
67 map_type dst({{2, 0}, {4, 0}, {5, 0}}, throw_comparator(do_throw)); in main()
71 do_throw = true; in main()
78 do_throw = false; in main()
80 assert(!do_throw); in main()
81 assert(map_equal(src, map_type({{1, 0}, {3, 0}, {5, 0}}, throw_comparator(do_throw)))); in main()
82 assert(map_equal(dst, map_type({{2, 0}, {4, 0}, {5, 0}}, throw_comparator(do_throw)))); in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
H A Dmerge.pass.cpp64 bool do_throw = false; in main() local
66 map_type src({{1, 0}, {3, 0}, {5, 0}}, throw_comparator(do_throw)); in main()
67 map_type dst({{2, 0}, {4, 0}, {5, 0}}, throw_comparator(do_throw)); in main()
71 do_throw = true; in main()
78 do_throw = false; in main()
80 assert(!do_throw); in main()
81 assert(map_equal(src, map_type({{1, 0}, {3, 0}, {5, 0}}, throw_comparator(do_throw)))); in main()
82 assert(map_equal(dst, map_type({{2, 0}, {4, 0}, {5, 0}}, throw_comparator(do_throw)))); in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/containers/associative/multiset/
H A Dmerge.pass.cpp64 bool do_throw = false; in main() local
66 set_type src({1, 3, 5}, throw_comparator(do_throw)); in main()
67 set_type dst({2, 4, 5}, throw_comparator(do_throw)); in main()
71 do_throw = true; in main()
78 do_throw = false; in main()
80 assert(!do_throw); in main()
81 assert(set_equal(src, set_type({1, 3, 5}, throw_comparator(do_throw)))); in main()
82 assert(set_equal(dst, set_type({2, 4, 5}, throw_comparator(do_throw)))); in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/containers/associative/set/
H A Dmerge.pass.cpp64 bool do_throw = false; in main() local
66 set_type src({1, 3, 5}, throw_comparator(do_throw)); in main()
67 set_type dst({2, 4, 5}, throw_comparator(do_throw)); in main()
71 do_throw = true; in main()
78 do_throw = false; in main()
80 assert(!do_throw); in main()
81 assert(set_equal(src, set_type({1, 3, 5}, throw_comparator(do_throw)))); in main()
82 assert(set_equal(dst, set_type({2, 4, 5}, throw_comparator(do_throw)))); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/containers/associative/multiset/
H A Dmerge.pass.cpp64 bool do_throw = false; in main() local
66 set_type src({1, 3, 5}, throw_comparator(do_throw)); in main()
67 set_type dst({2, 4, 5}, throw_comparator(do_throw)); in main()
71 do_throw = true; in main()
78 do_throw = false; in main()
80 assert(!do_throw); in main()
81 assert(set_equal(src, set_type({1, 3, 5}, throw_comparator(do_throw)))); in main()
82 assert(set_equal(dst, set_type({2, 4, 5}, throw_comparator(do_throw)))); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/containers/associative/set/
H A Dmerge.pass.cpp64 bool do_throw = false; in main() local
66 set_type src({1, 3, 5}, throw_comparator(do_throw)); in main()
67 set_type dst({2, 4, 5}, throw_comparator(do_throw)); in main()
71 do_throw = true; in main()
78 do_throw = false; in main()
80 assert(!do_throw); in main()
81 assert(set_equal(src, set_type({1, 3, 5}, throw_comparator(do_throw)))); in main()
82 assert(set_equal(dst, set_type({2, 4, 5}, throw_comparator(do_throw)))); in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/containers/associative/multiset/
H A Dmerge.pass.cpp64 bool do_throw = false; in main() local
66 set_type src({1, 3, 5}, throw_comparator(do_throw)); in main()
67 set_type dst({2, 4, 5}, throw_comparator(do_throw)); in main()
71 do_throw = true; in main()
78 do_throw = false; in main()
80 assert(!do_throw); in main()
81 assert(set_equal(src, set_type({1, 3, 5}, throw_comparator(do_throw)))); in main()
82 assert(set_equal(dst, set_type({2, 4, 5}, throw_comparator(do_throw)))); in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
H A Dmerge.pass.cpp64 bool do_throw = false; in main() local
66 map_type src({{1, 0}, {3, 0}, {5, 0}}, throw_comparator(do_throw)); in main()
67 map_type dst({{2, 0}, {4, 0}, {5, 0}}, throw_comparator(do_throw)); in main()
71 do_throw = true; in main()
78 do_throw = false; in main()
80 assert(!do_throw); in main()
81 assert(map_equal(src, map_type({{1, 0}, {3, 0}, {5, 0}}, throw_comparator(do_throw)))); in main()
82 assert(map_equal(dst, map_type({{2, 0}, {4, 0}, {5, 0}}, throw_comparator(do_throw)))); in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/containers/associative/map/map.modifiers/
H A Dmerge.pass.cpp64 bool do_throw = false; in main() local
66 map_type src({{1, 0}, {3, 0}, {5, 0}}, throw_comparator(do_throw)); in main()
67 map_type dst({{2, 0}, {4, 0}, {5, 0}}, throw_comparator(do_throw)); in main()
71 do_throw = true; in main()
78 do_throw = false; in main()
80 assert(!do_throw); in main()
81 assert(map_equal(src, map_type({{1, 0}, {3, 0}, {5, 0}}, throw_comparator(do_throw)))); in main()
82 assert(map_equal(dst, map_type({{2, 0}, {4, 0}, {5, 0}}, throw_comparator(do_throw)))); in main()

12345678910>>...16