Searched refs:dangling (Results 1 – 25 of 123) sorted by relevance
12345
1 .. title:: clang-tidy - bugprone-dangling-handle3 bugprone-dangling-handle6 Detect dangling references in value handles like8 These dangling references can be a result of constructing handles from temporary20 V.push_back(string()); // V[0] is dangling.
11 The way to avoid dangling else is to always check that an ``else`` belongs
83 volatile int* dangling = array.get(); in AsanHeapUseAfterFree() local85 int dummy = dangling[kArraySize / 2]; in AsanHeapUseAfterFree()
312 debug_assert_ne!(self.free_head, NonNull::dangling()); in free_blocks()320 self.free_head = NonNull::dangling(); in free_blocks()321 self.head = NonNull::dangling(); in free_blocks()
115 const bool dangling = in DiscardUselessConnectedComponentsAndRNNBackEdges() local118 if (dangling) { in DiscardUselessConnectedComponentsAndRNNBackEdges()
21 Removing easy handle that's in the pending connections list doesn't leave behind a dangling entry
7 …o1; // expected-warning {{'assign' property of object type may become a dangling reference; consid…
140 "-Wno-dangling-else",143 "-Wno-dangling-else",
4 guarantee by this library is prevention of dangling-`Symbol`s that may occur after a `Library` is
6 ; Make sure we don't crash due to a dangling use of %tmp2 in bb7.
78 - st/dri: Fix dangling pointer to a destroyed dri_drawable103 - Revert "st/dri: Fix dangling pointer to a destroyed dri_drawable"
4 ; during operation legalization, which resulted in dangling pointers,
46 /* null-out pointer to prevent dangling reference below */53 bufferObj = NULL; /* prevent dangling reference below */
1 Create a dangling DW_AT_signature reference by stripping the debug_types
5 ; properly handle the dangling blockaddress constants.
12 ; of the vreg holding %agg.result) the dbg_value becomes dangling
3 ; llc built with address sanitizer crashes because of a dangling node pointer
6 ; Make sure that this test doesn't crash because of dangling pointer in SCEV.
58 // Test resolution of the dangling-else ambiguity.
9 ; would leave a dangling fallthrough to an undefined block.
62 "-Wno-dangling-else",
32 // ("global" contains a dangling pointer after this function runs.)