| /freebsd-13.1/contrib/llvm-project/libcxx/include/__ranges/ |
| H A D | dangling.h | 30 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 D | subrange.h | 254 using borrowed_subrange_t = _If<borrowed_range<_Rp>, subrange<iterator_t<_Rp> >, dangling>;
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | ranges | 109 // [range.dangling], dangling iterator handling 110 struct dangling; 173 #include <__ranges/dangling.h>
|
| H A D | module.modulemap | 620 module dangling { private header "__ranges/dangling.h" }
|
| /freebsd-13.1/contrib/netbsd-tests/usr.sbin/mtree/ |
| H A D | d_convert_D_S.out | 3 type=link link=nonexistent ./top.dangling
|
| H A D | d_convert_D.out | 3 type=link link=nonexistent ./top.dangling
|
| H A D | d_convert_C.out | 3 ./top.dangling type=link link=nonexistent
|
| H A D | d_convert_C_S.out | 3 ./top.dangling type=link link=nonexistent
|
| H A D | netbsd6_d_create.out | 10 top.dangling \
|
| H A D | mtree_d_create.out | 10 top.dangling \
|
| H A D | d_convert.in | 8 top.dangling type=link link=nonexistent
|
| H A D | t_mtree.sh | 80 ln -s nonexistent create/top.dangling
|
| /freebsd-13.1/sys/kern/ |
| H A D | subr_prf.c | 996 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 D | SSL_SESSION_free.pod | 46 dangling pointers. These failures may also appear delayed, e.g.
|
| /freebsd-13.1/contrib/libucl/ |
| H A D | ChangeLog.md | 78 - remove dangling expressions
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm/ |
| H A D | ste-hrefv60plus.dtsi | 327 /* Normally UART1 RXD, now dangling */
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | CheckerBase.td | 154 /// 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 D | DiagnosticGroups.td | 386 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 D | DiagnosticParseKinds.td | 553 "add explicit braces to avoid dangling else">,
|
| /freebsd-13.1/contrib/nvi/ |
| H A D | CMakeLists.txt | 39 add_compile_options($<$<CONFIG:Release>:-Wno-dangling-else>)
|
| /freebsd-13.1/lib/libc++/ |
| H A D | Makefile | 455 RNG_HEADERS+= dangling.h
|
| /freebsd-13.1/contrib/googletest/googletest/cmake/ |
| H A D | internal_utils.cmake | 104 set(cxx_base_flags "${cxx_base_flags} -Wno-error=dangling-else")
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/ |
| H A D | ChangeLog-1.4 | 55 …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 D | ChangeLog-1.4 | 55 …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 D | Changes | 693 #85 Fix a dangling pointer issue related to realloc
|