Home
last modified time | relevance | path

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

12345

/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dbugprone-dangling-handle.rst1 .. title:: clang-tidy - bugprone-dangling-handle
3 bugprone-dangling-handle
6 Detect dangling references in value handles like
8 These dangling references can be a result of constructing handles from temporary
20 V.push_back(string()); // V[0] is dangling.
Dreadability-misleading-indentation.rst11 The way to avoid dangling else is to always check that an ``else`` belongs
/external/libchrome/base/debug/
Dasan_invalid_access.cc83 volatile int* dangling = array.get(); in AsanHeapUseAfterFree() local
85 int dummy = dangling[kArraySize / 2]; in AsanHeapUseAfterFree()
/external/rust/crates/tokio/src/sync/mpsc/
Dlist.rs312 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()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dgraph_transformations.cc115 const bool dangling = in DiscardUselessConnectedComponentsAndRNNBackEdges() local
118 if (dangling) { in DiscardUselessConnectedComponentsAndRNNBackEdges()
/external/curl/tests/data/
Dtest155721 Removing easy handle that's in the pending connections list doesn't leave behind a dangling entry
/external/llvm-project/clang/test/SemaObjC/
Dproperty-assign-on-object-type.m7 …o1; // expected-warning {{'assign' property of object type may become a dangling reference; consid…
/external/fdlibm/
DAndroid.bp140 "-Wno-dangling-else",
143 "-Wno-dangling-else",
/external/rust/crates/libloading/
DREADME.mkd4 guarantee by this library is prevention of dangling-`Symbol`s that may occur after a `Library` is
/external/llvm-project/llvm/test/Transforms/SimpleLoopUnswitch/
Ddead-blocks-uses-in-unreachablel-blocks.ll6 ; Make sure we don't crash due to a dangling use of %tmp2 in bb7.
/external/mesa3d/docs/relnotes/
D18.0.2.rst78 - st/dri: Fix dangling pointer to a destroyed dri_drawable
103 - Revert "st/dri: Fix dangling pointer to a destroyed dri_drawable"
/external/llvm-project/llvm/test/CodeGen/AArch64/
Darm64-2012-01-11-ComparisonDAGCrash.ll4 ; during operation legalization, which resulted in dangling pointers,
/external/llvm/test/CodeGen/AArch64/
Darm64-2012-01-11-ComparisonDAGCrash.ll4 ; during operation legalization, which resulted in dangling pointers,
/external/mesa3d/docs/
Dcodingstyle.rst46 /* null-out pointer to prevent dangling reference below */
53 bufferObj = NULL; /* prevent dangling reference below */
/external/llvm-project/lldb/test/Shell/SymbolFile/DWARF/
Ddebug-types-missing-signature.test1 Create a dangling DW_AT_signature reference by stripping the debug_types
/external/llvm-project/llvm/test/Transforms/SCCP/
Ddangling-block-address.ll5 ; properly handle the dangling blockaddress constants.
/external/llvm/test/Transforms/IPConstantProp/
Ddangling-block-address.ll5 ; properly handle the dangling blockaddress constants.
/external/llvm-project/llvm/test/DebugInfo/ARM/
Dselectiondag-deadcode.ll12 ; of the vreg holding %agg.result) the dbg_value becomes dangling
/external/llvm/test/DebugInfo/ARM/
Dselectiondag-deadcode.ll12 ; of the vreg holding %agg.result) the dbg_value becomes dangling
/external/llvm-project/llvm/test/CodeGen/Generic/
Ddag-combine-ossfuzz-crash.ll3 ; llc built with address sanitizer crashes because of a dangling node pointer
/external/llvm-project/llvm/test/Transforms/LoopUnroll/
Dinvalidate_right_loop.ll6 ; Make sure that this test doesn't crash because of dangling pointer in SCEV.
/external/llvm-project/llvm/test/TableGen/
Difstmt.td58 // Test resolution of the dangling-else ambiguity.
/external/llvm-project/llvm/test/CodeGen/AVR/
Davr-rust-issue-123.ll9 ; would leave a dangling fallthrough to an undefined block.
/external/OpenCL-CTS/scripts/
Dandroid_bp_head62 "-Wno-dangling-else",
/external/clang/test/CodeGenObjCXX/
Dlambda-expressions.mm32 // ("global" contains a dangling pointer after this function runs.)

12345