Home
last modified time | relevance | path

Searched defs:dead (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lld/test/ELF/
H A Dnon-alloc-link-order-gc.s26 dead: label
H A Dgdb-index-gc-sections.s34 dead: # @dead label
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Darwin/
H A Ddead-strip.c15 int dead[1] = {}; variable
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp289 bool dead = tctx->detached; in FinishThread() local
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLiveIntervals.cpp450 SmallVectorImpl<MachineInstr*> *dead) { in shrinkToUses()
509 SmallVectorImpl<MachineInstr*> *dead) { in computeDeadValues()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dconstant-expression-cxx14.cpp251 constexpr int &&dead() { return id(0); } // expected-note {{temporary created here}} in dead() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprScalar.cpp4584 Expr *live = lhsExpr, *dead = rhsExpr; in VisitAbstractConditionalOperator() local