Home
last modified time | relevance | path

Searched refs:dangling (Results 1 – 25 of 65) sorted by relevance

123

/openbsd-src/gnu/llvm/libcxx/include/__ranges/
H A Ddangling.h27 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 Dsubrange.h255 using borrowed_subrange_t = _If<borrowed_range<_Rp>, subrange<iterator_t<_Rp>>, dangling>;
/openbsd-src/regress/sys/kern/mount/
H A DMakefile50 # 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 Dranges109 // [range.dangling], dangling iterator handling
110 struct dangling;
351 #include <__ranges/dangling.h>
H A DCMakeLists.txt508 __ranges/dangling.h
H A Dmodule.modulemap.in1243 module dangling { private header "__ranges/dangling.h" }
/openbsd-src/gnu/llvm/libcxx/
H A D.clang-tidy3 bugprone-dangling-handle,
/openbsd-src/gnu/usr.bin/perl/t/uni/
H A Dgv.t471 sub dangling {
476 dangling();
/openbsd-src/gnu/llvm/llvm/cmake/modules/
H A DLLVMProcessSources.cmake35 # Explicit existence check is necessary to filter dangling symlinks
/openbsd-src/gnu/usr.bin/perl/ext/File-Find/t/
H A Dfind.t688 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 Dgv.t479 sub dangling {
484 dangling();
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckerBase.td153 /// 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 DDiagnosticGroups.td412 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 DDiagnosticParseKinds.td577 "add explicit braces to avoid dangling else">,
/openbsd-src/gnu/llvm/llvm/docs/
H A DSymbolizerMarkupFormat.rst103 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 DCodingStandards.rst1613 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 DBlockLanguageSpec.rst293 knowingly leads to dangling pointers if the Block (or a copy) outlives
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/libcxx/include/
H A DBUILD.gn583 "__ranges/dangling.h",
/openbsd-src/gnu/lib/libcxx/
H A DMakefile597 __ranges/dangling.h \
/openbsd-src/gnu/llvm/libcxx/docs/Status/
H A DCxx2bIssues.csv60 "`3502 <https://wg21.link/LWG3502>`__","``elements_view`` should not be allowed to return dangling
H A DCxx17Issues.csv148 …uple parameters end up taking references to temporaries and will create dangling references","Oulu…
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlinterp.pod563 rewriting the op tree and cleaning up the dangling pointers, it's
/openbsd-src/regress/usr.bin/diff/
H A Dt9.1395 panic("unmount: dangling vnode");
/openbsd-src/lib/libexpat/
H A DChanges1085 #85 Fix a dangling pointer issue related to realloc
/openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/
H A Dperlglossary.pod817 =item dangling statement
819 A bare, single B<X<dangling statements>X<statements, dangling>statement>,

123