Home
last modified time | relevance | path

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

1234

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dgraph_transformations.cc115 const bool dangling = in DiscardUselessConnectedComponentsAndRNNBackEdges() local
118 if (dangling) { in DiscardUselessConnectedComponentsAndRNNBackEdges()
/external/fdlibm/
DAndroid.bp124 "-Wno-dangling-else",
127 "-Wno-dangling-else",
/external/curl/tests/data/
Dtest155721 Removing easy handle that's in the pending connections list doesn't leave behind a dangling entry
/external/llvm/test/CodeGen/AArch64/
Darm64-2012-01-11-ComparisonDAGCrash.ll4 ; during operation legalization, which resulted in dangling pointers,
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-2012-01-11-ComparisonDAGCrash.ll4 ; during operation legalization, which resulted in dangling pointers,
/external/swiftshader/third_party/LLVM/test/Transforms/IPConstantProp/
Ddangling-block-address.ll5 ; properly handle the dangling blockaddress constants.
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/ARM/
Dselectiondag-deadcode.ll12 ; of the vreg holding %agg.result) the dbg_value becomes dangling
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IPConstantProp/
Ddangling-block-address.ll5 ; properly handle the dangling blockaddress constants.
/external/llvm/test/DebugInfo/ARM/
Dselectiondag-deadcode.ll12 ; of the vreg holding %agg.result) the dbg_value becomes dangling
/external/llvm/test/Transforms/IPConstantProp/
Ddangling-block-address.ll5 ; properly handle the dangling blockaddress constants.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Generic/
Ddag-combine-ossfuzz-crash.ll3 ; llc built with address sanitizer crashes because of a dangling node pointer
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/
Dinvalidate_right_loop.ll6 ; Make sure that this test doesn't crash because of dangling pointer in SCEV.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dcoalescer-dce.ll29 ; removed, -verify-coalescing complains about the dangling kill.
/external/clang/test/CodeGenObjCXX/
Dlambda-expressions.mm32 // ("global" contains a dangling pointer after this function runs.)
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dcoalescer-dce.ll29 ; removed, -verify-coalescing complains about the dangling kill.
/external/llvm/test/CodeGen/X86/
Dcoalescer-dce.ll29 ; removed, -verify-coalescing complains about the dangling kill.
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Dsdag-dangling-dbgvalue.ll57 source_filename = "sdag-dangling-dbgvalue.c"
145 !3 = !DIFile(filename: "sdag-dangling-dbgvalue.c", directory: "/repo/uabbpet/llvm-master")
/external/apache-commons-bcel/src/examples/Mini/
DMini.jjt109 * The disambiguating algorithm of JavaCC automatically binds dangling
DMini.jj177 * The disambiguating algorithm of JavaCC automatically binds dangling
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py4826 cls.dangling = (multiprocessing.process._dangling.copy(),
4835 processes = set(multiprocessing.process._dangling) - set(cls.dangling[0])
4842 threads = set(threading._dangling) - set(cls.dangling[1])
4986 dangling = [None, None]
4992 dangling[0] = multiprocessing.process._dangling.copy()
4993 dangling[1] = threading._dangling.copy()
5020 processes = set(multiprocessing.process._dangling) - set(dangling[0])
5028 threads = set(threading._dangling) - set(dangling[1])
/external/python/cpython2/Doc/extending/
Dwindows.rst64 In Windows, a dynamic-link library (:file:`.dll`) file has no dangling
/external/python/cpython3/Doc/extending/
Dwindows.rst64 In Windows, a dynamic-link library (:file:`.dll`) file has no dangling
/external/libjpeg-turbo/
Dexample.txt101 * struct, to avoid dangling-pointer problems.
306 * struct, to avoid dangling-pointer problems.
/external/googletest/googletest/cmake/
Dinternal_utils.cmake88 set(cxx_base_flags "${cxx_base_flags} -Wno-error=dangling-else")
/external/python/cpython3/Misc/NEWS.d/
D3.6.0b1.rst1380 Call gc.collect() before checking each test for "dangling threads", since
1381 the dangling threads are weak references.

1234