Searched refs:dangling (Results 1 – 25 of 44) sorted by relevance
12
/freebsd/contrib/llvm-project/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 | 235 using borrowed_subrange_t = _If<borrowed_range<_Rp>, subrange<iterator_t<_Rp>>, dangling>;
|
/freebsd/contrib/netbsd-tests/usr.sbin/mtree/ |
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 | d_convert_D.out | 3 type=link link=nonexistent ./top.dangling
|
H A D | d_convert_D_S.out | 3 type=link link=nonexistent ./top.dangling
|
H A D | mtree_d_create.out | 10 top.dangling \
|
H A D | netbsd6_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/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/contrib/llvm-project/libcxx/modules/std/ |
H A D | ranges.cppm |
|
H A D | ranges.inc | 83 // [range.dangling], dangling iterator handling 84 using std::ranges::dangling;
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | ranges | 116 // [range.dangling], dangling iterator handling 117 struct dangling; 391 # include <__ranges/dangling.h>
|
H A D | print | 157 // NOLINTNEXTLINE(bugprone-dangling-handle)
|
/freebsd/share/mk/ |
H A D | bsd.sys.mk | 141 NO_WDANGLING_POINTER= -Wno-dangling-pointer 246 CXXWARNFLAGS+= -Wno-dangling-reference
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_SESSION_free.pod | 46 dangling pointers. These failures may also appear delayed, e.g.
|
/freebsd/contrib/libucl/ |
H A D | ChangeLog.md | 78 - remove dangling expressions
|
/freebsd/sys/contrib/device-tree/src/arm/st/ |
H A D | ste-hrefv60plus.dtsi | 368 /* Normally UART1 RXD, now dangling */
|
/freebsd/sys/conf/ |
H A D | kern.mk | 83 -Wno-dangling-pointer \
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticGroups.td | 453 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 D | CheckerBase.td | 153 /// dangling pointer is a bug, if it is also a double free, we would like to
|
/freebsd/contrib/nvi/ |
H A D | CMakeLists.txt | 39 add_compile_options($<$<CONFIG:Release>:-Wno-dangling-else>)
|
/freebsd/contrib/googletest/googletest/cmake/ |
H A D | internal_utils.cmake | 108 set(cxx_base_flags "${cxx_base_flags} -Wno-error=dangling-else")
|
/freebsd/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…
|
12