Home
last modified time | relevance | path

Searched refs:Dangling (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/
H A Dmisleading-indentation.rst22 // Dangling else:
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegAllocFast.cpp667 SmallVectorImpl<MachineInstr*> &Dangling = UDBGValIter->second; in assignDanglingDebugValues() local
668 for (MachineInstr *DbgValue : Dangling) { in assignDanglingDebugValues()
691 Dangling.clear(); in assignDanglingDebugValues()
/llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/
H A Dmsan_kernel_basic.ll381 ; Dangling cast of va_arg_shadow[0], unused because the first argument is fixed.
/llvm-project-15.0.7/libcxx/docs/Status/
H A DCxx20Issues.csv30 "`2976 <https://wg21.link/LWG2976>`__","Dangling uses_allocator specialization for packaged_task","…
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnosticGroups.td409 def Dangling : DiagGroup<"dangling", [DanglingField,
H A DDiagnosticSemaKinds.td9579 InGroup<Dangling>;
9599 "will end at the end of the full-expression">, InGroup<Dangling>;