Searched refs:Captured (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DCaptureTracking.cpp29 : ReturnCaptures(ReturnCaptures), Captured(false) {}
31 void tooManyUses() { Captured = true; }
39 Captured = true;
45 bool Captured; member in struct:__anon10140::SimpleCaptureTracker
69 return SCT.Captured;
H A DAliasAnalysis.cpp368 : BeforeHere(I), DT(DT), Captured(false) {}
370 void tooManyUses() { Captured = true; }
387 Captured = true;
394 bool Captured; member in struct:__anon10129::CapturesBefore
419 if (CB.Captured)
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DFunctionAttrs.cpp275 : Captured(false), SCCNodes(SCCNodes) {}
277 void tooManyUses() { Captured = true; }
283 if (!CS.getInstruction()) { Captured = true; return true; }
286 if (!F || !SCCNodes.count(F)) { Captured = true; return true; }
293 Captured = true;
305 bool Captured; // True only if certainly captured (used outside our SCC). member in struct:__anon10601::ArgumentUsesTracker
388 if (!Tracker.Captured) {
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DArguments.h268 if (!m_activation || m_slowArgumentData->slowArguments()[argument].status != SlowArgument::Captured)
H A DSymbolTable.h45 Captured = 1, enumerator in enum:JSC::SlowArgument::Status
H A DArguments.cpp394 if (m_slowArgumentData->slowArguments()[i].status != SlowArgument::Captured)
/macosx-10.10/Chess-310.6/Sources/
H A DMBCBoard.mm68 MBCPiece Captured(MBCPiece victim)
71 if (Promoted(victim)) // Captured promoted pieces revert to pawns
540 ++inHand[Captured(victim)];
548 ++inHand[Captured(victim)];
843 --inHand[Captured(victim)];
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DCodeBlock.h1213 ASSERT(slowArguments[argument].status == SlowArgument::Captured);
/macosx-10.10/JavaScriptCore-7600.1.17/bytecompiler/
H A DBytecodeGenerator.cpp303 slowArguments[i].status = SlowArgument::Captured;
315 // Captured variables and functions go first so that activations don't have

Completed in 193 milliseconds