Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/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.h235 using borrowed_subrange_t = _If<borrowed_range<_Rp>, subrange<iterator_t<_Rp>>, dangling>;
/freebsd/contrib/netbsd-tests/usr.sbin/mtree/
H A Dd_convert_C.out3 ./top.dangling type=link link=nonexistent
H A Dd_convert_C_S.out3 ./top.dangling type=link link=nonexistent
H A Dd_convert_D.out3 type=link link=nonexistent ./top.dangling
H A Dd_convert_D_S.out3 type=link link=nonexistent ./top.dangling
H A Dmtree_d_create.out10 top.dangling \
H A Dnetbsd6_d_create.out10 top.dangling \
H A Dd_convert.in8 top.dangling type=link link=nonexistent
H A Dt_mtree.sh80 ln -s nonexistent create/top.dangling
/freebsd/sys/kern/
H A Dsubr_prf.c996 static int dangling; in msglogchar() local
1005 if (dangling) { in msglogchar()
1007 dangling = 0; in msglogchar()
1017 dangling = 0; in msglogchar()
1020 dangling = 1; in msglogchar()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dranges.cppm
H A Dranges.inc83 // [range.dangling], dangling iterator handling
84 using std::ranges::dangling;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dranges116 // [range.dangling], dangling iterator handling
117 struct dangling;
391 # include <__ranges/dangling.h>
H A Dprint157 // NOLINTNEXTLINE(bugprone-dangling-handle)
/freebsd/share/mk/
H A Dbsd.sys.mk141 NO_WDANGLING_POINTER= -Wno-dangling-pointer
246 CXXWARNFLAGS+= -Wno-dangling-reference
/freebsd/crypto/openssl/doc/man3/
H A DSSL_SESSION_free.pod46 dangling pointers. These failures may also appear delayed, e.g.
/freebsd/contrib/libucl/
H A DChangeLog.md78 - remove dangling expressions
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dste-hrefv60plus.dtsi368 /* Normally UART1 RXD, now dangling */
/freebsd/sys/conf/
H A Dkern.mk83 -Wno-dangling-pointer \
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticGroups.td453 def DanglingAssignment: DiagGroup<"dangling-assignment">;
454 def DanglingAssignmentGsl : DiagGroup<"dangling-assignment-gsl">;
455 def DanglingElse: DiagGroup<"dangling-else">;
456 def DanglingField : DiagGroup<"dangling-field">;
457 def DanglingInitializerList : DiagGroup<"dangling-initializer-list">;
458 def DanglingGsl : DiagGroup<"dangling-gsl">;
462 def Dangling : DiagGroup<"dangling", [DanglingAssignment,
/freebsd/contrib/llvm-project/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
/freebsd/contrib/nvi/
H A DCMakeLists.txt39 add_compile_options($<$<CONFIG:Release>:-Wno-dangling-else>)
/freebsd/contrib/googletest/googletest/cmake/
H A Dinternal_utils.cmake108 set(cxx_base_flags "${cxx_base_flags} -Wno-error=dangling-else")
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog-1.455 …o Fix a nasty dangling pointer bug in epoll.c that could occur after epoll_recalc(). [Patch from K…

12