Home
last modified time | relevance | path

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

/llvm-project/lld/test/ELF/
H A Dnon-alloc-link-order-gc.s25 .globl dead symbol
26 dead: label
H A Dgdb-index-gc-sections.s32 .globl dead symbol
34 dead: # @dead label
/llvm-project/compiler-rt/test/asan/TestCases/Darwin/
H A Ddead-strip.c15 int dead[1] = {}; variable
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp289 bool dead = tctx->detached; FinishThread() local
/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp445 shrinkToUses(LiveInterval * li,SmallVectorImpl<MachineInstr * > * dead) shrinkToUses() argument
503 computeDeadValues(LiveInterval & LI,SmallVectorImpl<MachineInstr * > * dead) computeDeadValues() argument
[all...]
/llvm-project/clang/test/SemaCXX/
H A Dconstant-expression-cxx14.cpp252 constexpr int &&dead() { return id(0); } // expected-note {{temporary created here}} in dead() function
/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp5180 Expr *live = lhsExpr, *dead = rhsExpr; VisitAbstractConditionalOperator() local