| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 94 const clang::sema::LambdaScopeInfo *LSI = in getStackIndexOfNearestEnclosingCaptureReadyLambda() local 234 getGenericLambdaTemplateParameterList(LambdaScopeInfo *LSI, Sema &SemaRef) { in getGenericLambdaTemplateParameterList() 529 static void buildLambdaScopeReturnType(Sema &S, LambdaScopeInfo *LSI, in buildLambdaScopeReturnType() 543 void Sema::buildLambdaScope(LambdaScopeInfo *LSI, CXXMethodDecl *CallOperator, in buildLambdaScope() 561 void Sema::finishLambdaExplicitCaptures(LambdaScopeInfo *LSI) { in finishLambdaExplicitCaptures() 569 LambdaScopeInfo *LSI = getCurLambda(); in ActOnLambdaExplicitTemplateParameterList() local 896 void Sema::addInitCapture(LambdaScopeInfo *LSI, VarDecl *Var, bool ByRef) { in addInitCapture() 1037 LambdaScopeInfo *LSI = getCurrentLambdaScopeUnsafe(*this); in CompleteLambdaCallOperator() local 1086 LambdaScopeInfo *LSI = getCurLambda(); in ActOnLambdaExpressionAfterIntroducer() local 1364 LambdaScopeInfo *LSI = getCurrentLambdaScopeUnsafe(*this); in ActOnLambdaClosureQualifiers() local [all …]
|
| H A D | Sema.cpp | 2349 LambdaScopeInfo *const LSI = new LambdaScopeInfo(getDiagnostics()); in PushLambdaScope() local 2356 if (LambdaScopeInfo *const LSI = getCurLambda()) { in RecordParsingTemplateParameterDepth() local 2542 auto *LSI = dyn_cast<LambdaScopeInfo>(CSI); in getEnclosingLambdaOrBlock() local 2583 if (LambdaScopeInfo *LSI = getCurLambda()) { in getCurGenericLambda() local
|
| H A D | SemaExpr.cpp | 4660 if (auto *LSI = dyn_cast<LambdaScopeInfo>(CSI)) in CheckUnaryExprOrTypeTraitOperand() local 5380 if (auto *LSI = dyn_cast<LambdaScopeInfo>(CSI)) in CreateBuiltinArraySubscriptExpr() local 18927 static bool captureInLambda(LambdaScopeInfo *LSI, ValueDecl *Var, in captureInLambda() 19060 static void buildLambdaCaptureFixit(Sema &Sema, LambdaScopeInfo *LSI, in buildLambdaCaptureFixit() 19181 if (auto *LSI = dyn_cast<LambdaScopeInfo>(FunctionScopes[FSIndex]); in tryCaptureVariable() local 19219 LambdaScopeInfo *LSI = nullptr; in tryCaptureVariable() local 19280 LambdaScopeInfo *LSI = cast<LambdaScopeInfo>(CSI); in tryCaptureVariable() local 19374 auto *LSI = cast<LambdaScopeInfo>(CSI); in tryCaptureVariable() local 19431 LambdaScopeInfo *LSI = cast<LambdaScopeInfo>(CSI); in tryCaptureVariable() local 19580 LambdaScopeInfo *LSI = S.getCurLambda(); in rebuildPotentialResultsAsNonOdrUsed() local [all …]
|
| H A D | SemaExprCXX.cpp | 1266 static void buildLambdaThisCaptureFixit(Sema &Sema, LambdaScopeInfo *LSI) { in buildLambdaThisCaptureFixit() 1323 LambdaScopeInfo *LSI = dyn_cast<LambdaScopeInfo>(CSI); in CheckCXXThisCapture() local 1445 auto *LSI = dyn_cast<sema::LambdaScopeInfo>(Scope); in MarkThisReferenced() local
|
| H A D | SemaDecl.cpp | 8310 static SourceLocation getCaptureLocation(const LambdaScopeInfo *LSI, in getCaptureLocation() 8409 const auto *LSI = cast<LambdaScopeInfo>(getCurFunction()); in CheckShadow() local 8490 void Sema::DiagnoseShadowingLambdaDecls(const LambdaScopeInfo *LSI) { in DiagnoseShadowingLambdaDecls() 15312 if (LambdaScopeInfo *LSI = S.getCurLambda()) in CheckExplicitObjectParameter() local 15797 LambdaScopeInfo *LSI = PushLambdaScope(); in RebuildLambdaScopeInfo() local 16322 auto *LSI = getCurLambda(); in ActOnFinishFunctionBody() local
|
| H A D | SemaTemplateInstantiate.cpp | 1754 ComputeLambdaDependency(LambdaScopeInfo *LSI) { in ComputeLambdaDependency() 1789 LambdaScopeInfo *LSI) { in RebuildLambdaExpr()
|
| H A D | TreeTransform.h | 778 ComputeLambdaDependency(LambdaScopeInfo *LSI) { in ComputeLambdaDependency() 4062 LambdaScopeInfo *LSI) { in RebuildLambdaExpr() 8577 LambdaScopeInfo *LSI = getSema().getCurLambda(); in TransformDeclStmt() local 15481 LambdaScopeInfo *LSI = getSema().PushLambdaScope(); in TransformLambdaExpr() local
|
| H A D | SemaTemplate.cpp | 71 if (auto *LSI = dyn_cast<LambdaScopeInfo>(FSI)) { in getTemplateDepth() local 1616 if (auto *LSI = getEnclosingLambdaOrBlock()) in ActOnTemplateTemplateParameter() local
|
| H A D | SemaTemplateInstantiateDecl.cpp | 5104 LambdaScopeInfo *LSI = cast<LambdaScopeInfo>(getFunctionScopes().back()); in addInstantiatedLocalVarsToScope() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/ |
| H A D | SeedCollector.cpp | 103 template <typename LoadOrStoreT> void SeedContainer::insert(LoadOrStoreT *LSI) { in insert() 142 template <typename LoadOrStoreT> static bool isValidMemSeed(LoadOrStoreT *LSI) { in isValidMemSeed()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Utils.h | 57 static Value *getMemInstructionBase(const LoadOrStoreT *LSI) { in getMemInstructionBase()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MustExecute.cpp | 324 SimpleLoopSafetyInfo LSI; in isMustExecuteIn() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnrollAndJam.cpp | 951 SimpleLoopSafetyInfo LSI; in isSafeToUnrollAndJam() local
|