Home
last modified time | relevance | path

Searched refs:isDead (Results 1 – 25 of 2241) sorted by relevance

12345678910>>...90

/dports/audio/py-music21/music21-7.1.0/music21/
H A Dsites.py88 self.isDead = False
99 if self.isDead:
111 self.isDead = True
120 self.isDead = False
155 self.isDead = True
237 if oldSite.isDead:
250 newSite.isDead = False
763 if siteRef.isDead:
801 if siteRef.isDead:
813 if siteRef.isDead:
[all …]
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/animation/stickman/
H A Dstickman.h65 Q_PROPERTY(bool isDead WRITE setIsDead READ isDead)
84 bool isDead() const { return m_isDead; } in isDead() function
85 void setIsDead(bool isDead) { m_isDead = isDead; } in setIsDead() argument
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/animation/stickman/
H A Dstickman.h57 Q_PROPERTY(bool isDead WRITE setIsDead READ isDead)
77 bool isDead() const { return m_isDead; } in isDead() function
78 void setIsDead(bool isDead) { m_isDead = isDead; } in setIsDead() argument
/dports/games/blokish/blokish/src/
H A Dgame.cpp40 bool isDead = mbvPlayerDead[i]; in Write() local
41 out.write((char*) &isDead, sizeof(isDead)); in Write()
72 bool isDead; in Read() local
73 in.read((char*) &isDead, sizeof(isDead)); in Read()
74 mbvPlayerDead[i] = isDead; in Read()
/dports/www/webtrees20/webtrees-2.0.19/webtrees/resources/views/lists/
H A Dfamilies-table.phtml373 <?php if ($husb->isDead() && $wife->isDead()) : ?>
376 <?php if ($husb->isDead() && !$wife->isDead()) : ?>
384 <?php if (!$husb->isDead() && $wife->isDead()) : ?>
392 <?php if (!$husb->isDead() && !$wife->isDead()) : ?>
401 … <?php elseif (!$husb->isDead() && !$wife->isDead() && $family->numberOfChildren() === 0) : ?>
/dports/net/nncp/nncp-8.0.2/src/
H A Ddirwatch.go33 isDead chan struct{} member
53 isDead: make(chan struct{}),
77 case <-dw.isDead:
89 close(dw.isDead)
/dports/games/jvgs/jvgs-0.5.1-src/resources/common-scripts/
H A Dinvincible-enemy.lua4 if not common.isDead(self) and not common.isDead(collider) then
10 if event:getKey() == "health" and common.isDead(self) then
H A Denemy.lua6 if common.isPlayer(collider) and not common.isDead(self) and
7 not common.isDead(collider) then
19 if event:getKey() == "health" and common.isDead(self) then
/dports/games/lordsawar/lordsawar-0.3.2/src/
H A DAI_Diplomacy.cpp51 if (other->getType() == Player::HUMAN && !other->isDead() && in considerCuspOfWar()
70 if (it->isDead()) in makeFriendsAndEnemies()
109 if (it->isDead()) in neutralsDwindlingNeedFirstEnemy()
142 if (it->isDead()) in gangUpOnTheBully()
155 if (pit->isDead()) in gangUpOnTheBully()
H A Dplayerlist.cpp173 while ((it == end()) || ((*it)->isDead())) in nextPlayer()
220 if (!(*it)->isDead() && *it != d_neutral) in getFirstLiving()
336 if ((*pit)->isDead () == true) in calculateDiplomaticRankings()
344 if ((*it)->isDead () == true) in calculateDiplomaticRankings()
391 if ((*it)->isDead () == true) in calculateDiplomaticRankings()
411 if ((*it)->isDead() == true) in calculateWinners()
422 if ((*it)->isDead() == true) in calculateWinners()
456 if ((*it)->isDead () == true) in countPlayersAlive()
468 if ((*pit)->isDead()) in negotiateDiplomacy()
477 if ((*it)->isDead()) in negotiateDiplomacy()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp159 bool DstIsDead = MI.getOperand(0).isDead(); in expandArith()
162 bool ImpIsDead = MI.getOperand(3).isDead(); in expandArith()
192 bool DstIsDead = MI.getOperand(0).isDead(); in expandLogic()
195 bool ImpIsDead = MI.getOperand(3).isDead(); in expandLogic()
238 bool DstIsDead = MI.getOperand(0).isDead(); in expandLogicImm()
240 bool ImpIsDead = MI.getOperand(3).isDead(); in expandLogicImm()
290 bool DstIsDead = MI.getOperand(0).isDead(); in expand()
292 bool ImpIsDead = MI.getOperand(3).isDead(); in expand()
342 bool DstIsDead = MI.getOperand(0).isDead(); in expand()
344 bool ImpIsDead = MI.getOperand(3).isDead(); in expand()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp159 bool DstIsDead = MI.getOperand(0).isDead(); in expandArith()
162 bool ImpIsDead = MI.getOperand(3).isDead(); in expandArith()
192 bool DstIsDead = MI.getOperand(0).isDead(); in expandLogic()
195 bool ImpIsDead = MI.getOperand(3).isDead(); in expandLogic()
238 bool DstIsDead = MI.getOperand(0).isDead(); in expandLogicImm()
240 bool ImpIsDead = MI.getOperand(3).isDead(); in expandLogicImm()
290 bool DstIsDead = MI.getOperand(0).isDead(); in expand()
292 bool ImpIsDead = MI.getOperand(3).isDead(); in expand()
342 bool DstIsDead = MI.getOperand(0).isDead(); in expand()
344 bool ImpIsDead = MI.getOperand(3).isDead(); in expand()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp159 bool DstIsDead = MI.getOperand(0).isDead(); in expandArith()
162 bool ImpIsDead = MI.getOperand(3).isDead(); in expandArith()
192 bool DstIsDead = MI.getOperand(0).isDead(); in expandLogic()
195 bool ImpIsDead = MI.getOperand(3).isDead(); in expandLogic()
238 bool DstIsDead = MI.getOperand(0).isDead(); in expandLogicImm()
240 bool ImpIsDead = MI.getOperand(3).isDead(); in expandLogicImm()
290 bool DstIsDead = MI.getOperand(0).isDead(); in expand()
292 bool ImpIsDead = MI.getOperand(3).isDead(); in expand()
342 bool DstIsDead = MI.getOperand(0).isDead(); in expand()
344 bool ImpIsDead = MI.getOperand(3).isDead(); in expand()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp158 bool DstIsDead = MI.getOperand(0).isDead(); in expandArith()
161 bool ImpIsDead = MI.getOperand(3).isDead(); in expandArith()
191 bool DstIsDead = MI.getOperand(0).isDead(); in expandLogic()
194 bool ImpIsDead = MI.getOperand(3).isDead(); in expandLogic()
238 bool DstIsDead = MI.getOperand(0).isDead(); in expandLogicImm()
240 bool ImpIsDead = MI.getOperand(3).isDead(); in expandLogicImm()
292 bool DstIsDead = MI.getOperand(0).isDead(); in expand()
294 bool ImpIsDead = MI.getOperand(3).isDead(); in expand()
346 bool DstIsDead = MI.getOperand(0).isDead(); in expand()
348 bool ImpIsDead = MI.getOperand(3).isDead(); in expand()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp159 bool DstIsDead = MI.getOperand(0).isDead(); in expandArith()
162 bool ImpIsDead = MI.getOperand(3).isDead(); in expandArith()
192 bool DstIsDead = MI.getOperand(0).isDead(); in expandLogic()
195 bool ImpIsDead = MI.getOperand(3).isDead(); in expandLogic()
238 bool DstIsDead = MI.getOperand(0).isDead(); in expandLogicImm()
240 bool ImpIsDead = MI.getOperand(3).isDead(); in expandLogicImm()
290 bool DstIsDead = MI.getOperand(0).isDead(); in expand()
292 bool ImpIsDead = MI.getOperand(3).isDead(); in expand()
342 bool DstIsDead = MI.getOperand(0).isDead(); in expand()
344 bool ImpIsDead = MI.getOperand(3).isDead(); in expand()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp159 bool DstIsDead = MI.getOperand(0).isDead(); in expandArith()
162 bool ImpIsDead = MI.getOperand(3).isDead(); in expandArith()
192 bool DstIsDead = MI.getOperand(0).isDead(); in expandLogic()
195 bool ImpIsDead = MI.getOperand(3).isDead(); in expandLogic()
238 bool DstIsDead = MI.getOperand(0).isDead(); in expandLogicImm()
240 bool ImpIsDead = MI.getOperand(3).isDead(); in expandLogicImm()
290 bool DstIsDead = MI.getOperand(0).isDead(); in expand()
292 bool ImpIsDead = MI.getOperand(3).isDead(); in expand()
342 bool DstIsDead = MI.getOperand(0).isDead(); in expand()
344 bool ImpIsDead = MI.getOperand(3).isDead(); in expand()
[all …]
/dports/games/freesynd/freesynd-0.7.5/src/model/
H A Dobjectivedesc.cpp68 if (p->isDead()) in evaluate()
88 if (p->isDead()) { in evaluate()
107 if (p->isDead()) { in evaluate()
132 if (pVehicle->isDead()) { in evaluate()
153 if (pVehicle->isDead()) { in evaluate()
180 if (pWeapon->isDead()) { in evaluate()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp147 bool DstIsDead = MI.getOperand(0).isDead(); in expandArith()
150 bool ImpIsDead = MI.getOperand(3).isDead(); in expandArith()
180 bool DstIsDead = MI.getOperand(0).isDead(); in expandLogic()
183 bool ImpIsDead = MI.getOperand(3).isDead(); in expandLogic()
226 bool DstIsDead = MI.getOperand(0).isDead(); in expandLogicImm()
228 bool ImpIsDead = MI.getOperand(3).isDead(); in expandLogicImm()
278 bool DstIsDead = MI.getOperand(0).isDead(); in expand()
280 bool ImpIsDead = MI.getOperand(3).isDead(); in expand()
330 bool DstIsDead = MI.getOperand(0).isDead(); in expand()
332 bool ImpIsDead = MI.getOperand(3).isDead(); in expand()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp147 bool DstIsDead = MI.getOperand(0).isDead(); in expandArith()
150 bool ImpIsDead = MI.getOperand(3).isDead(); in expandArith()
180 bool DstIsDead = MI.getOperand(0).isDead(); in expandLogic()
183 bool ImpIsDead = MI.getOperand(3).isDead(); in expandLogic()
226 bool DstIsDead = MI.getOperand(0).isDead(); in expandLogicImm()
228 bool ImpIsDead = MI.getOperand(3).isDead(); in expandLogicImm()
278 bool DstIsDead = MI.getOperand(0).isDead(); in expand()
280 bool ImpIsDead = MI.getOperand(3).isDead(); in expand()
330 bool DstIsDead = MI.getOperand(0).isDead(); in expand()
332 bool ImpIsDead = MI.getOperand(3).isDead(); in expand()
[all …]
/dports/databases/pecl-mongodb/mongodb-1.9.1/tests/cursor/
H A Dcursor-isDead-001.phpt2 MongoDB\Driver\Cursor::isDead() with basic iteration (find command)
22 var_dump($cursor->isDead());
25 var_dump($cursor->isDead());
H A Dcursor-isDead-003.phpt2 MongoDB\Driver\Cursor::isDead() with basic iteration (OP_QUERY)
23 var_dump($cursor->isDead());
26 var_dump($cursor->isDead());
H A Dcursor-isDead-004.phpt2 MongoDB\Driver\Cursor::isDead() with IteratorIterator (OP_QUERY)
26 var_dump($cursor->isDead());
30 var_dump($cursor->isDead());
H A Dcursor-isDead-002.phpt2 MongoDB\Driver\Cursor::isDead() with IteratorIterator (find command)
25 var_dump($cursor->isDead());
29 var_dump($cursor->isDead());
/dports/games/spring/spring_98.0/rts/Sim/Misc/
H A DTeamHandler.cpp116 if (Team(teamNum)->isDead && !countDeadTeams) in GetNumTeamsInAllyTeam()
131 assert(liveTeam->isDead); in UpdateTeamUnitLimitsPreSpawn()
152 if (Team(tempTeamNum)->isDead) in UpdateTeamUnitLimitsPreSpawn()
169 assert(!deadTeam->isDead); in UpdateTeamUnitLimitsPreDeath()
199 if (teams[tempTeamNum]->isDead) in UpdateTeamUnitLimitsPreDeath()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp145 bool DstIsDead = MI.getOperand(0).isDead(); in expandArith()
148 bool ImpIsDead = MI.getOperand(3).isDead(); in expandArith()
178 bool DstIsDead = MI.getOperand(0).isDead(); in expandLogic()
181 bool ImpIsDead = MI.getOperand(3).isDead(); in expandLogic()
224 bool DstIsDead = MI.getOperand(0).isDead(); in expandLogicImm()
226 bool ImpIsDead = MI.getOperand(3).isDead(); in expandLogicImm()
276 bool DstIsDead = MI.getOperand(0).isDead(); in expand()
278 bool ImpIsDead = MI.getOperand(3).isDead(); in expand()
328 bool DstIsDead = MI.getOperand(0).isDead(); in expand()
330 bool ImpIsDead = MI.getOperand(3).isDead(); in expand()
[all …]

12345678910>>...90