| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | StackExhaustionHandler.cpp | 18 void clang::StackExhaustionHandler::runWithSufficientStackSpace( in runWithSufficientStackSpace() function in clang::StackExhaustionHandler 20 clang::runWithSufficientStackSpace([&] { warnStackExhausted(Loc); }, Fn); in runWithSufficientStackSpace()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StackExhaustionHandler.h | 29 void runWithSufficientStackSpace(SourceLocation Loc,
|
| H A D | Stack.h | 43 inline void runWithSufficientStackSpace(llvm::function_ref<void()> Diag, in runWithSufficientStackSpace() function
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | VarBypassDetector.cpp | 131 CGM.runWithSufficientStackSpace(S->getEndLoc(), [&] { in BuildScopeInformation()
|
| H A D | CodeGenModule.h | 1378 void runWithSufficientStackSpace(SourceLocation Loc,
|
| H A D | CodeGenModule.cpp | 1732 void CodeGenModule::runWithSufficientStackSpace(SourceLocation Loc, in runWithSufficientStackSpace() function in CodeGenModule 1734 StackHandler.runWithSufficientStackSpace(Loc, Fn); in runWithSufficientStackSpace()
|
| H A D | CGExpr.cpp | 1564 CGM.runWithSufficientStackSpace( in EmitLValue()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 3400 S.runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments() 3472 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArgumentsFromType() 4515 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments() 4684 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments() 4754 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments() 4801 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments() 4985 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments() 5423 runWithSufficientStackSpace(Loc, [&] { in DeduceReturnType() 5452 runWithSufficientStackSpace(Loc, [&] { in DeduceReturnType() 5480 runWithSufficientStackSpace( in CheckIfFunctionSpecializationIsImmediate() [all …]
|
| H A D | SemaLookup.cpp | 3426 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember() 3452 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember() 3461 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember() 3466 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember() 3473 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember() 3478 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember() 3637 runWithSufficientStackSpace(Class->getLocation(), [&] { in LookupConstructors()
|
| H A D | Sema.cpp | 629 void Sema::runWithSufficientStackSpace(SourceLocation Loc, in runWithSufficientStackSpace() function in Sema 631 StackHandler.runWithSufficientStackSpace(Loc, Fn); in runWithSufficientStackSpace()
|
| H A D | SemaConcept.cpp | 1986 SemaRef.runWithSufficientStackSpace(SourceLocation(), [&] { in Normalize()
|
| H A D | SemaExpr.cpp | 5459 runWithSufficientStackSpace(CallLoc, [&] { in CheckCXXDefaultArgExpr() 5608 runWithSufficientStackSpace(CallLoc, [&] { in BuildCXXDefaultArgExpr() 5716 runWithSufficientStackSpace(Loc, [&] { in BuildCXXDefaultInitExpr() 5732 runWithSufficientStackSpace(Loc, [&] { in BuildCXXDefaultInitExpr() 18367 runWithSufficientStackSpace(Loc, [&] { in MarkFunctionReferenced() 18495 runWithSufficientStackSpace(Init->getSourceLocation(), [&]() { in MarkFunctionReferenced() 20012 SemaRef.runWithSufficientStackSpace(PointOfInstantiation, [&] { in DoMarkVarDeclReferenced()
|
| H A D | SemaType.cpp | 9094 runWithSufficientStackSpace(PointOfInstantiation, [&] { in completeExprArrayBound() 9447 runWithSufficientStackSpace(Loc, [&] { in RequireCompleteTypeImpl() 9462 runWithSufficientStackSpace(Loc, [&] { in RequireCompleteTypeImpl()
|
| H A D | SemaTemplateInstantiate.cpp | 3443 runWithSufficientStackSpace(Loc, [&] { in SubstDefaultArgument()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 4645 runWithSufficientStackSpace(D->getLocation(), [&] { in SubstDecl()
|
| H A D | SemaChecking.cpp | 13866 SemaRef.runWithSufficientStackSpace(CE->getExprLoc(), [&] { in VisitCallExpr() 13964 SemaRef.runWithSufficientStackSpace(CXXOCE->getExprLoc(), [&] { in VisitCXXOperatorCallExpr()
|
| H A D | SemaInit.cpp | 7445 S.runWithSufficientStackSpace(Loc, [&] { in PerformConstructorInitialization()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 6289 Actions.runWithSufficientStackSpace(D.getBeginLoc(), [&] { in ParseDeclarator() 6377 Actions.runWithSufficientStackSpace(D.getBeginLoc(), [&] { in ParseDeclaratorInternal() 6448 Actions.runWithSufficientStackSpace( in ParseDeclaratorInternal() 6494 Actions.runWithSufficientStackSpace( in ParseDeclaratorInternal()
|
| H A D | ParseStmt.cpp | 960 StackHandler.runWithSufficientStackSpace(Tok.getLocation(), [&, this]() { in ParseCompoundStatement()
|
| H A D | ParseExpr.cpp | 2107 Actions.runWithSufficientStackSpace(Tok.getLocation(), [&] { in ParseExprAfterUnaryExprOrTypeTrait()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 2335 void runWithSufficientStackSpace(SourceLocation Loc,
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 10119 void ASTReader::runWithSufficientStackSpace(SourceLocation Loc, in runWithSufficientStackSpace() function in ASTReader 10123 SemaObj->runWithSufficientStackSpace(Loc, Fn); in runWithSufficientStackSpace() 10127 StackHandler.runWithSufficientStackSpace(Loc, Fn); in runWithSufficientStackSpace()
|
| H A D | ASTReaderDecl.cpp | 4240 runWithSufficientStackSpace(DeclLoc, [&] { Reader.Visit(D); }); in ReadDeclRecord()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 932 void runWithSufficientStackSpace(SourceLocation Loc,
|