| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_syscalls_netbsd.inc | 100 /* Nothing to do */ 104 /* Nothing to do */ 106 PRE_SYSCALL(exit)(long long rval_) { /* Nothing to do */ } 107 POST_SYSCALL(exit)(long long res, long long rval_) { /* Nothing to do */ } 147 POST_SYSCALL(close)(long long res, long long fd_) { /* Nothing to do */ } 212 PRE_SYSCALL(fchdir)(long long fd_) { /* Nothing to do */ } 213 POST_SYSCALL(fchdir)(long long res, long long fd_) { /* Nothing to do */ } 250 PRE_SYSCALL(break)(void *nsize_) { /* Nothing to do */ } 251 POST_SYSCALL(break)(long long res, void *nsize_) { /* Nothing to do */ } 268 PRE_SYSCALL(getpid)(void) { /* Nothing to do */ } [all …]
|
| /openbsd-src/gnu/llvm/libcxx/docs/Status/ |
| H A D | SpaceshipPapers.csv | 5 ….link/LWG3347>`_,"std::pair<T, U> now requires T and U to be less-than-comparable",|Nothing To Do|, 6 …s://wg21.link/LWG3350>`_,Simplify return type of lexicographical_compare_three_way,|Nothing To Do|, 7 …21.link/LWG3360>`_,three_way_comparable_with is inconsistent with similar concepts,|Nothing To Do|, 8 `LWG3380 <https://wg21.link/LWG3380>`_,common_type and comparison categories,|Nothing To Do|, 9 …tps://wg21.link/LWG3395>`_,Definition for three-way comparison needs to be updated,|Nothing To Do|,
|
| H A D | Cxx20Issues.csv | 9 …940>`__","``result_of``\ specification also needs a little cleanup","Toronto","|Nothing To Do|","" 13 "`2966 <https://wg21.link/LWG2966>`__","Incomplete resolution of US 74","Toronto","|Nothing To Do|"… 18 …te_directories do when p already exists but is not a directory?","Albuquerque","|Nothing To Do|","" 19 …rding should apply to both member and namespace-level functions","Albuquerque","|Nothing To Do|","" 20 …ent that construction of the deleter doesn't throw an exception","Albuquerque","|Nothing To Do|","" 28 …path::native_string() in filesystem_error::what() specification","Albuquerque","|Nothing To Do|","" 31 …2977>`__","unordered_meow::merge() has incorrect Throws: clause","Albuquerque","|Nothing To Do|","" 35 …1>`__","Remove redundant deduction guides from standard library","Albuquerque","|Nothing To Do|","" 39 …ction objects passed to {``forward_``,}list-specific algorithms","Albuquerque","|Nothing To Do|","" 45 …k/LWG2816>`__","``resize_file``\ has impossible postcondition","Jacksonville","|Nothing To Do|","" [all …]
|
| H A D | Cxx2bIssues.csv | 2 …nk/LWG2839>`__","Self-move-assignment of library types, again","November 2020","|Nothing To Do|","" 5 …","What is the stored pointer value of an empty ``weak_ptr``?","November 2020","|Nothing To Do|","" 7 …ional operators domain to comparing those from the same range","November 2020","|Nothing To Do|","" 15 …_handle`` private members missing ""exposition only"" comment","November 2020","|Nothing To Do|","" 16 "`2820 <https://wg21.link/LWG2820>`__","Clarify ``<cstdint>`` macros","November 2020","|Nothing To … 26 …uirements]/15 doesn't reserve as many rights as it intends to","November 2020","|Nothing To Do|","" 28 …21>`__","Imperfect ADL emulation for boolean-testable","November 2020","|Nothing To Do|","","|rang… 29 …ndition_variable_any`` fails to constrain its Lock parameters","November 2020","|Nothing To Do|","" 33 …__","``ios_base`` never reclaims memory for iarray and parray","November 2020","|Nothing To Do|","" 38 …","Generic code cannot call ``ranges::advance(i, s)``","November 2020","|Nothing To Do|","","|rang… [all …]
|
| H A D | Cxx2b.rst | 28 .. note:: "Nothing to do" means that no library changes were needed to implement this change.
|
| H A D | Cxx17Papers.csv | 55 …","LWG","Reserve a New Library Namespace for Future Standardization","Oulu","|Nothing To Do|","n/a" 68 …ink/p0371r1>`__","LWG","Temporarily discourage memory_order_consume","Oulu","|Nothing To Do|","n/a" 85 …9R1>`__","LWG","Updating ""Restrictions on exception handling""","Issaquah","|Nothing To Do|","n/a" 90 …G","Proposed Resolution for CA 14 (shared_ptr use_count/unique)","Issaquah","|Nothing To Do|","n/a"
|
| H A D | Cxx17.rst | 29 .. note:: "Nothing to do" means that no library changes were needed to implement this change.
|
| H A D | Cxx20.rst | 29 .. note:: "Nothing to do" means that no library changes were needed to implement this change.
|
| H A D | Cxx17Issues.csv | 144 …>`__","[fund.ts.v2] optional should 'forward' T's implicit conversions","Oulu","|Nothing To Do|","" 202 …ure::get should explicitly state that the shared state is released","Issaquah","|Nothing To Do|","" 231 … between make_shared and enable_shared_from_this is underspecified","Issaquah","|Nothing To Do|","" 249 …2750>`__","[fund.ts.v2] LWG 2451 conversion constructor constraint","Issaquah","|Nothing To Do|","" 250 …""Throws:"" clauses of async and packaged_task are unimplementable","Issaquah","|Nothing To Do|","" 277 …://wg21.link/LWG2794>`__","Missing requirements for allocator pointers","Kona","|Nothing To Do|","" 298 "`2866 <https://wg21.link/LWG2866>`__","Incorrect derived classes constraints","Kona","|Nothing To …
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | InputInfo.h | 30 Nothing, enumerator 52 : Kind(Nothing), Act(A), Type(GetActionType(A)), BaseInput(_BaseInput) {} in InputInfo() 74 bool isNothing() const { return Kind == Nothing; } in isNothing()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/ |
| H A D | Breakage.t | 35 ok(!$CLASS->report, "Nothing to report"); 76 ok(!$CLASS->report, "Nothing to report"); 79 ok(!$CLASS->report(1), "Nothing to report");
|
| H A D | Stack.t | 11 ok(!$stack->peek, "Nothing to peek at");
|
| /openbsd-src/gnu/llvm/libcxx/docs/Helpers/ |
| H A D | Styles.rst | 36 .. |Nothing To Do| replace:: :nothingtodo:`Nothing To Do`
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/scripttempl/ |
| H A D | vanilla.sc | 1 # Nothing to do.
|
| /openbsd-src/gnu/usr.bin/binutils/ld/scripttempl/ |
| H A D | vanilla.sc | 1 # Nothing to do.
|
| /openbsd-src/gnu/usr.bin/perl/dist/threads-shared/t/ |
| H A D | clone.t | 180 ok($test++, ! defined($copy), 'Nothing cloned'); 187 ok($test++, ! defined($copy), 'Nothing cloned'); 193 ok($test++, ! defined($copy), 'Nothing cloned');
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/third-party/unittest/UnitTestMain/ |
| H A D | BUILD.gn | 11 # Nothing depends on this target, but llvm-config expects it to exist when
|
| /openbsd-src/gnu/llvm/libcxx/docs/DesignDocs/ |
| H A D | NoexceptPolicy.rst | 9 "Throws: Nothing") as ``noexcept``. This has two primary consequences:
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Pf/ |
| H A D | spacing.out_markdown | 24 Nothing can be
|
| H A D | spacing.out_ascii | 10 Nothing can be prefixed to the next line. Trailing punctuation still
|
| /openbsd-src/gnu/usr.bin/perl/ext/XS-Typemap/ |
| H A D | README | 10 Nothing is installed.
|
| /openbsd-src/gnu/usr.bin/perl/t/porting/ |
| H A D | test_bootstrap.t | 84 ok($file !~ /\$'/, 'Nothing in test.pl mentioned $\'');
|
| H A D | test_testlist.t | 93 is(0+keys(%$missing), 0, "Nothing in manifest that we wouldn't test")
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/ |
| H A D | targets.gni | 95 # Nothing to do.
|
| /openbsd-src/gnu/usr.bin/perl/dist/Thread-Queue/t/ |
| H A D | 08_nothreads.t | 99 ok(! defined($nothing), 'Nothing on queue');
|