Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/libcxx/include/__ranges/
H A Ddangling.h30 struct dangling { struct
31 dangling() = default;
32 _LIBCPP_HIDE_FROM_ABI constexpr dangling(auto&&...) noexcept {} in dangling() function
36 using borrowed_iterator_t = _If<borrowed_range<_Rp>, iterator_t<_Rp>, dangling>;
H A Dsubrange.h254 using borrowed_subrange_t = _If<borrowed_range<_Rp>, subrange<iterator_t<_Rp> >, dangling>;
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dranges109 // [range.dangling], dangling iterator handling
110 struct dangling;
173 #include <__ranges/dangling.h>
H A Dmodule.modulemap620 module dangling { private header "__ranges/dangling.h" }
/freebsd-13.1/contrib/netbsd-tests/usr.sbin/mtree/
H A Dd_convert_D_S.out3 type=link link=nonexistent ./top.dangling
H A Dd_convert_D.out3 type=link link=nonexistent ./top.dangling
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 Dnetbsd6_d_create.out10 top.dangling \
H A Dmtree_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-13.1/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-13.1/crypto/openssl/doc/man3/
H A DSSL_SESSION_free.pod46 dangling pointers. These failures may also appear delayed, e.g.
/freebsd-13.1/contrib/libucl/
H A DChangeLog.md78 - remove dangling expressions
/freebsd-13.1/sys/contrib/device-tree/src/arm/
H A Dste-hrefv60plus.dtsi327 /* Normally UART1 RXD, now dangling */
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckerBase.td154 /// dangling pointer is a bug, if it is also a double free, we would like to
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticGroups.td386 def DanglingElse: DiagGroup<"dangling-else">;
387 def DanglingField : DiagGroup<"dangling-field">;
388 def DanglingInitializerList : DiagGroup<"dangling-initializer-list">;
389 def DanglingGsl : DiagGroup<"dangling-gsl">;
391 def Dangling : DiagGroup<"dangling", [DanglingField,
H A DDiagnosticParseKinds.td553 "add explicit braces to avoid dangling else">,
/freebsd-13.1/contrib/nvi/
H A DCMakeLists.txt39 add_compile_options($<$<CONFIG:Release>:-Wno-dangling-else>)
/freebsd-13.1/lib/libc++/
H A DMakefile455 RNG_HEADERS+= dangling.h
/freebsd-13.1/contrib/googletest/googletest/cmake/
H A Dinternal_utils.cmake104 set(cxx_base_flags "${cxx_base_flags} -Wno-error=dangling-else")
/freebsd-13.1/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…
/freebsd-13.1/contrib/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…
/freebsd-13.1/contrib/expat/
H A DChanges693 #85 Fix a dangling pointer issue related to realloc

12