Home
last modified time | relevance | path

Searched defs:LSI (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp87 const clang::sema::LambdaScopeInfo *LSI = in getStackIndexOfNearestEnclosingCaptureReadyLambda() local
228 getGenericLambdaTemplateParameterList(LambdaScopeInfo *LSI, Sema &SemaRef) { in getGenericLambdaTemplateParameterList()
481 void Sema::buildLambdaScope(LambdaScopeInfo *LSI, in buildLambdaScope()
516 void Sema::finishLambdaExplicitCaptures(LambdaScopeInfo *LSI) { in finishLambdaExplicitCaptures()
524 LambdaScopeInfo *LSI = getCurLambda(); in ActOnLambdaExplicitTemplateParameterList() local
882 void Sema::addInitCapture(LambdaScopeInfo *LSI, VarDecl *Var) { in addInitCapture()
892 LambdaScopeInfo *const LSI = getCurLambda(); in ActOnStartOfLambdaDefinition() local
1250 LambdaScopeInfo *LSI = cast<LambdaScopeInfo>(FunctionScopes.back()); in ActOnLambdaError() local
1628 LambdaScopeInfo LSI = *cast<LambdaScopeInfo>(FunctionScopes.back()); in ActOnLambdaExpr() local
1743 LambdaScopeInfo *LSI) { in BuildLambdaExpr()
H A DSema.cpp1928 LambdaScopeInfo *const LSI = new LambdaScopeInfo(getDiagnostics()); in PushLambdaScope() local
1934 if (LambdaScopeInfo *const LSI = getCurLambda()) { in RecordParsingTemplateParameterDepth() local
2112 if (auto *LSI = dyn_cast<sema::LambdaScopeInfo>(Scope)) { in getEnclosingLambda() local
2152 if (LambdaScopeInfo *LSI = getCurLambda()) { in getCurGenericLambda() local
H A DSemaTemplateVariadic.cpp302 if (auto *LSI = getEnclosingLambda()) { in DiagnoseUnexpandedParameterPacks() local
H A DSemaExpr.cpp3462 else if (const LambdaScopeInfo *LSI = getCurLambda()) in BuildPredefinedExpr() local
4466 if (auto *LSI = dyn_cast<LambdaScopeInfo>(CSI)) in CreateUnaryExprOrTypeTraitExpr() local
5607 if (auto *LSI = dyn_cast<LambdaScopeInfo>(CSI)) in CreateBuiltinArraySubscriptExpr() local
17452 static bool captureInLambda(LambdaScopeInfo *LSI, in captureInLambda()
17576 static void buildLambdaCaptureFixit(Sema &Sema, LambdaScopeInfo *LSI, in buildLambdaCaptureFixit()
17736 LambdaScopeInfo *LSI = cast<LambdaScopeInfo>(CSI); in tryCaptureVariable() local
17820 auto *LSI = cast<LambdaScopeInfo>(CSI); in tryCaptureVariable() local
17877 LambdaScopeInfo *LSI = cast<LambdaScopeInfo>(CSI); in tryCaptureVariable() local
18023 if (LambdaScopeInfo *LSI = S.getCurLambda()) in rebuildPotentialResultsAsNonOdrUsed() local
18476 LambdaScopeInfo *const LSI = in DoMarkVarDeclReferenced() local
H A DSemaDecl.cpp7544 static SourceLocation getCaptureLocation(const LambdaScopeInfo *LSI, in getCaptureLocation()
7657 const auto *LSI = cast<LambdaScopeInfo>(getCurFunction()); in CheckShadow() local
7719 void Sema::DiagnoseShadowingLambdaDecls(const LambdaScopeInfo *LSI) { in DiagnoseShadowingLambdaDecls()
13854 if (auto *LSI = getEnclosingLambda()) in CheckParameter() local
14089 LambdaScopeInfo *LSI = S.PushLambdaScope(); in RebuildLambdaScopeInfo() local
14462 auto *LSI = getCurLambda(); in ActOnFinishFunctionBody() local
H A DSemaTemplate.cpp66 if (auto *LSI = dyn_cast<LambdaScopeInfo>(FSI)) { in getTemplateDepth() local
1050 if (auto *LSI = getEnclosingLambda()) in ActOnTypeParameter() local
1563 if (auto *LSI = getEnclosingLambda()) in ActOnNonTypeTemplateParameter() local
1630 if (auto *LSI = getEnclosingLambda()) in ActOnTemplateTemplateParameter() local
H A DSemaExprCXX.cpp1229 static void buildLambdaThisCaptureFixit(Sema &Sema, LambdaScopeInfo *LSI) { in buildLambdaThisCaptureFixit()
1286 LambdaScopeInfo *LSI = dyn_cast<LambdaScopeInfo>(CSI); in CheckCXXThisCapture() local
H A DTreeTransform.h12692 LambdaScopeInfo *LSI = getSema().PushLambdaScope(); in TransformLambdaExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp959 SimpleLoopSafetyInfo LSI; in isSafeToUnrollAndJam() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMustExecute.cpp404 SimpleLoopSafetyInfo LSI; in isMustExecuteIn() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp636 SelectInst *LSI = dyn_cast<SelectInst>(LHS); in equalityPropUnSafe() local