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

/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DCaptureTracking.cpp36 : ReturnCaptures(ReturnCaptures), Captured(false) {}
38 void tooManyUses() { Captured = true; }
44 Captured = true;
50 bool Captured; member in struct:__anon2194::SimpleCaptureTracker
74 return SCT.Captured;
H A DAliasAnalysis.cpp371 : BeforeHere(I), DT(DT), Captured(false) {}
373 void tooManyUses() { Captured = true; }
400 Captured = true;
407 bool Captured; member in struct:__anon2183::CapturesBefore
432 if (CB.Captured)
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
H A DASTCommon.cpp122 case Decl::Captured:
210 case Decl::Captured:
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp150 AllocaCaptureTracker() : Captured(false) {}
152 void tooManyUses() LLVM_OVERRIDE { Captured = true; }
164 Captured = true;
168 bool Captured; member in struct:__anon2832::AllocaCaptureTracker
198 if (ACT.Captured)
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp343 : Captured(false), SCCNodes(SCCNodes) {}
345 void tooManyUses() { Captured = true; }
349 if (!CS.getInstruction()) { Captured = true; return true; }
352 if (!F || !SCCNodes.count(F)) { Captured = true; return true; }
360 Captured = true;
374 bool Captured; // True only if certainly captured (used outside our SCC). member in struct:__anon2712::ArgumentUsesTracker
555 if (!Tracker.Captured) {
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DDeclBase.cpp567 case Captured:
842 case Decl::Captured:
H A DExpr.cpp639 if (DC->isFunctionOrMethod() && (DC->getDeclKind() != Decl::Captured)) {
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h3347 : Decl(Captured, DC, SourceLocation()), DeclContext(Captured),
3386 static bool classofKind(Kind K) { return K == Captured; }
H A DDeclBase.h1115 case Decl::Captured:
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDecl.cpp77 case Decl::Captured:

Completed in 122 milliseconds