| /openbsd-src/gnu/llvm/libcxx/include/__ranges/ |
| H A D | dangling.h | 27 struct dangling { struct 28 dangling() = default; 29 _LIBCPP_HIDE_FROM_ABI constexpr dangling(auto&&...) noexcept {} in dangling() function 33 using borrowed_iterator_t = _If<borrowed_range<_Rp>, iterator_t<_Rp>, dangling>;
|
| H A D | subrange.h | 255 using borrowed_subrange_t = _If<borrowed_range<_Rp>, subrange<iterator_t<_Rp>>, dangling>;
|
| /openbsd-src/regress/sys/kern/mount/ |
| H A D | Makefile | 50 # does the unmount recursively. There must be no dangling mount 81 run-readonly-busy run-readonly-dangling: 82 # Remounting a file system read-only that has dangling vnodes fails 117 REGRESS_TARGETS+= run-readonly-dangling 118 run-readonly-dangling: mount
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | ranges | 109 // [range.dangling], dangling iterator handling 110 struct dangling; 351 #include <__ranges/dangling.h>
|
| H A D | CMakeLists.txt | 508 __ranges/dangling.h
|
| H A D | module.modulemap.in | 1243 module dangling { private header "__ranges/dangling.h" }
|
| /openbsd-src/gnu/llvm/libcxx/ |
| H A D | .clang-tidy | 3 bugprone-dangling-handle,
|
| /openbsd-src/gnu/usr.bin/perl/t/uni/ |
| H A D | gv.t | 471 sub dangling { 476 dangling();
|
| /openbsd-src/gnu/llvm/llvm/cmake/modules/ |
| H A D | LLVMProcessSources.cmake | 35 # Explicit existence check is necessary to filter dangling symlinks
|
| /openbsd-src/gnu/usr.bin/perl/ext/File-Find/t/ |
| H A D | find.t | 688 print "# check dangling symbolic links\n"; 691 "Check dangling directory" ); 695 "Check dangling file" ); 722 sub { $warn_msg = "$_[0] is a dangling symbolic link" } 728 like( $warn_msg, qr/dangling_file_sl is a dangling symbolic link/, 729 "Got expected warning message re dangling symbolic link" ); 955 $dangling_symlink ++ if "@_" =~ /dangling symbolic link/; 968 ok(!$dangling_symlink, "Found no dangling symlink");
|
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | gv.t | 479 sub dangling { 484 dangling();
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | CheckerBase.td | 153 /// dangling pointer is a bug, if it is also a double free, we would like to
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | DiagnosticGroups.td | 412 def DanglingElse: DiagGroup<"dangling-else">; 413 def DanglingField : DiagGroup<"dangling-field">; 414 def DanglingInitializerList : DiagGroup<"dangling-initializer-list">; 415 def DanglingGsl : DiagGroup<"dangling-gsl">; 419 def Dangling : DiagGroup<"dangling", [DanglingField,
|
| H A D | DiagnosticParseKinds.td | 577 "add explicit braces to avoid dangling else">,
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | SymbolizerMarkupFormat.rst | 103 the end of that line. If a "dangling" state is left at the end of a line, the 388 keep track of dangling references. The second ``%s`` is the module type and it
|
| H A D | CodingStandards.rst | 1613 would help to avoid running into a "dangling else" situation. 1635 // Use braces on the outer `if` to avoid a potential dangling `else` 1684 // compiler would warn: `add explicit braces to avoid dangling else`
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | BlockLanguageSpec.rst | 293 knowingly leads to dangling pointers if the Block (or a copy) outlives
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/libcxx/include/ |
| H A D | BUILD.gn | 583 "__ranges/dangling.h",
|
| /openbsd-src/gnu/lib/libcxx/ |
| H A D | Makefile | 597 __ranges/dangling.h \
|
| /openbsd-src/gnu/llvm/libcxx/docs/Status/ |
| H A D | Cxx2bIssues.csv | 60 "`3502 <https://wg21.link/LWG3502>`__","``elements_view`` should not be allowed to return dangling …
|
| H A D | Cxx17Issues.csv | 148 …uple parameters end up taking references to temporaries and will create dangling references","Oulu…
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlinterp.pod | 563 rewriting the op tree and cleaning up the dangling pointers, it's
|
| /openbsd-src/regress/usr.bin/diff/ |
| H A D | t9.1 | 395 panic("unmount: dangling vnode");
|
| /openbsd-src/lib/libexpat/ |
| H A D | Changes | 1085 #85 Fix a dangling pointer issue related to realloc
|
| /openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
| H A D | perlglossary.pod | 817 =item dangling statement 819 A bare, single B<X<dangling statements>X<statements, dangling>statement>,
|