Searched refs:dead (Results 1 - 25 of 27) sorted by relevance

12

/external/clang/test/CodeGen/
H A Dswitch-dce.c7 // CHECK-NOT: @dead
10 // CHECK-NOT: @dead
13 void dead();
22 dead();
28 // CHECK-NOT: @dead
31 // CHECK-NOT: @dead
36 dead();
47 // CHECK-NOT: @dead
50 // CHECK-NOT: @dead
55 dead();
[all...]
/external/clang/test/Preprocessor/
H A Dmacro_paste_msextensions.c12 #define comment /##/ dead tokens live here
19 #define nested(x) int x comment cute little dead tokens...
21 nested(baz) rise of the dead tokens
/external/elfutils/src/libdwfl/
H A Ddwfl_end.c47 Dwfl_Module *dead = next; local
48 next = dead->next;
49 __libdwfl_module_free (dead);
/external/clang/test/Sema/
H A Dwarn-unreachable.c7 int dead();
33 dead(); // expected-warning {{will never be executed}}
37 dead(); // expected-warning {{will never be executed}}
43 dead();
54 dead(); // expected-warning {{will never be executed}}
68 dead(); // expected-warning {{will never be executed}}
71 dead();
81 dead(); // expected-warning {{will never be executed}}
91 dead() : dead();
[all...]
/external/linux-tools-perf/src/tools/perf/util/
H A Dthread.h20 bool dead; /* if set thread has exited */ member in struct:thread
33 thread->dead = true;
/external/clang/test/SemaCXX/
H A Dwarn-unreachable.cpp5 int dead();
35 dead(); // expected-warning {{will never be executed}}
46 dead() : dead();
107 dead(); // expected-warning {{will never be executed}}
110 // Handle 'try' code dominating a dead return.
301 if (false) calledFun(); // expected-warning {{will never be executed}} expected-note {{silence by adding parentheses to mark code as explicitly dead}}
304 if (true) // expected-note {{silence by adding parentheses to mark code as explicitly dead}}
314 if (!true) // expected-note {{silence by adding parentheses to mark code as explicitly dead}}
331 if (0) calledFun(); // expected-warning {{will never be executed}} expected-note {{silence by adding parentheses to mark code as explicitly dead}}
[all...]
H A Dconstant-expression-cxx1y.cpp247 constexpr int &&dead() { return id(0); } // expected-note {{temporary created here}} function in namespace:lifetime
248 constexpr int bad() { int &&n = dead(); n = 1; return n; } // expected-note {{assignment to temporary whose lifetime has ended}}
/external/ipsec-tools/src/racoon/
H A Dschedule.h51 int dead; /* dead or alive */ member in struct:sched
H A Dschedule.c90 if (p->dead)
99 /* mark it with dead. and call the function. */
100 p->dead = 1;
148 new->dead = 0;
201 sc->dead = 1;
215 if (!sc->dead) {
/external/webrtc/src/system_wrappers/source/
H A Dthread_posix.cc301 bool dead = false; local
305 dead = _dead;
310 for (int i = 0; i < 1000 && !dead; i++)
318 dead = _dead;
321 if (dead)
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow_deadcode.c317 int dead = 1; local
322 dead = 0;
326 dead = 0;
329 dead = 0;
334 if (dead) {
/external/openfst/src/include/fst/
H A Dprune.h133 vector<StateId> dead; local
134 dead.push_back(fst->AddState());
163 arc.nextstate = dead[0];
182 if (!visited[i]) dead.push_back(i);
183 fst->DeleteStates(dead);
/external/v8/test/cctest/compiler/
H A Dtest-phi-reducer.cc22 dead(graph.NewNode(common.Dead())) {
30 Node* dead; member in class:PhiReducerTester
226 R.CheckReduce(singles[i], R.PhiWithControl(singles[i], R.dead));
227 R.CheckReduce(singles[i], R.PhiWithControl(R.self, singles[i], R.dead));
228 R.CheckReduce(singles[i], R.PhiWithControl(singles[i], R.self, R.dead));
/external/llvm/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h152 /// defs for new uses, and it doesn't remove dead defs.
154 /// New dead machine instructions are added to the dead vector.
158 SmallVectorImpl<MachineInstr*> *dead = nullptr);
161 /// shrinkToUses(LiveInterval *li, SmallVectorImpl<MachineInstr*> *dead)
416 /// Walk the values in @p LI and check for dead values:
419 /// - Completely dead machine instructions are added to the @p dead vector
424 SmallVectorImpl<MachineInstr*> *dead);
/external/v8/test/mjsunit/
H A Dregexp-global.js179 "deadbeef".replace(/(dead)beef/, "$1holeycow");
184 assertEquals("dead", RegExp["$1"]);
198 "deadbeef".replace(/(dead)beef/, "$1holeycow");
207 assertEquals("dead", RegExp["$1"]);
/external/v8/tools/gcmole/
H A Dgcmole.lua40 -- Perform dead variable analysis (generates many false positives).
46 -- positives in dead variables analysis. See TODO for WHITELIST
361 FLAGS.dead_vars and " and dead variables" or "",
364 if FLAGS.dead_vars then plugin_args = { "--dead-vars" } end
/external/jmonkeyengine/engine/src/core/com/jme3/effect/
H A DParticleTriMesh.java195 boolean dead = p.life == 0;
196 if (dead){
/external/libnl/lib/route/
H A Dnexthop.c313 __ADD(RTNH_F_DEAD, dead)
/external/llvm/lib/CodeGen/
H A DLiveIntervalAnalysis.cpp250 /// or contain only dead phi-defs from ABI blocks.
256 // Create all values as dead defs before extending to uses. Note that roots
401 /// defs for new uses, and it doesn't remove dead defs.
403 SmallVectorImpl<MachineInstr*> *dead) {
451 // Handle dead values.
452 bool CanSeparate = computeDeadValues(*li, dead);
458 SmallVectorImpl<MachineInstr*> *dead) {
479 // This is a dead PHI. Remove it.
485 // This is a dead def. Make sure the instruction knows.
489 if (dead
402 shrinkToUses(LiveInterval *li, SmallVectorImpl<MachineInstr*> *dead) argument
457 computeDeadValues(LiveInterval &LI, SmallVectorImpl<MachineInstr*> *dead) argument
[all...]
/external/bison/data/
H A Dglr.c1231 YYDPRINTF ((stderr, "Removing dead stacks.\n"));
/external/pcre/dist/
H A Dpcrecpp_unittest.cc141 CHECK_HEX(int, dead);
/external/openssh/contrib/redhat/
H A Dopenssh.spec573 - make initscript stop() function wait until sshd really dead to avoid
/external/regex-re2/re2/testing/
H A Dre2_test.cc36 CHECK_HEX(int, dead);
/external/clang/lib/CodeGen/
H A DCGExpr.cpp2868 const Expr *live = expr->getTrueExpr(), *dead = expr->getFalseExpr(); local
2869 if (!CondExprBool) std::swap(live, dead);
2871 if (!ContainsLabel(dead)) {
H A DCGExprScalar.cpp3236 // the condition and the dead arm.
3239 Expr *live = lhsExpr, *dead = rhsExpr; local
3240 if (!CondExprBool) std::swap(live, dead);
3242 // If the dead side doesn't have labels we need, just emit the Live part.
3243 if (!CGF.ContainsLabel(dead)) {

Completed in 2307 milliseconds

12