/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Stack.h | 40 inline void runWithSufficientStackSpace(llvm::function_ref<void()> Diag, in runWithSufficientStackSpace() function
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 3338 S.runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments() 3405 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArgumentsFromType() 4409 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments() 4576 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments() 4643 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments() 4689 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments() 4872 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments() 5309 runWithSufficientStackSpace(Loc, [&] { in DeduceReturnType() 5338 runWithSufficientStackSpace(Loc, [&] { in DeduceReturnType() 5366 runWithSufficientStackSpace( in CheckIfFunctionSpecializationIsImmediate() [all …]
|
H A D | SemaLookup.cpp | 3333 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember() 3359 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember() 3368 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember() 3373 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember() 3380 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember() 3385 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember() 3544 runWithSufficientStackSpace(Class->getLocation(), [&] { in LookupConstructors()
|
H A D | Sema.cpp | 566 void Sema::runWithSufficientStackSpace(SourceLocation Loc, in runWithSufficientStackSpace() function in Sema 568 clang::runWithSufficientStackSpace([&] { warnStackExhausted(Loc); }, Fn); in runWithSufficientStackSpace()
|
H A D | SemaTemplateDeductionGuide.cpp | 372 SemaRef.runWithSufficientStackSpace(NewParam->getLocation(), [&] { in transformConstructor()
|
H A D | SemaExpr.cpp | 5361 runWithSufficientStackSpace(CallLoc, [&] { in CheckCXXDefaultArgExpr() 5505 runWithSufficientStackSpace(CallLoc, [&] { in BuildCXXDefaultArgExpr() 5591 runWithSufficientStackSpace(Loc, [&] { in BuildCXXDefaultInitExpr() 5607 runWithSufficientStackSpace(Loc, [&] { in BuildCXXDefaultInitExpr() 17933 runWithSufficientStackSpace(Loc, [&] { in MarkFunctionReferenced() 18052 runWithSufficientStackSpace(Init->getSourceLocation(), [&]() { in MarkFunctionReferenced() 19532 SemaRef.runWithSufficientStackSpace(PointOfInstantiation, [&] { in DoMarkVarDeclReferenced()
|
H A D | SemaType.cpp | 8809 runWithSufficientStackSpace(PointOfInstantiation, [&] { in completeExprArrayBound() 9162 runWithSufficientStackSpace(Loc, [&] { in RequireCompleteTypeImpl() 9177 runWithSufficientStackSpace(Loc, [&] { in RequireCompleteTypeImpl()
|
H A D | SemaTemplateInstantiate.cpp | 3258 runWithSufficientStackSpace(Loc, [&] { in SubstDefaultArgument()
|
H A D | SemaTemplateInstantiateDecl.cpp | 4098 runWithSufficientStackSpace(D->getLocation(), [&] { in SubstDecl()
|
H A D | SemaChecking.cpp | 12433 SemaRef.runWithSufficientStackSpace(CE->getExprLoc(), [&] { in VisitCallExpr() 12531 SemaRef.runWithSufficientStackSpace(CXXOCE->getExprLoc(), [&] { in VisitCXXOperatorCallExpr()
|
H A D | SemaInit.cpp | 7178 S.runWithSufficientStackSpace(Loc, [&] { in PerformConstructorInitialization()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 6571 Actions.runWithSufficientStackSpace(D.getBeginLoc(), [&] { in ParseDeclarator() 6685 Actions.runWithSufficientStackSpace(D.getBeginLoc(), [&] { in ParseDeclaratorInternal() 6736 Actions.runWithSufficientStackSpace( in ParseDeclaratorInternal() 6782 Actions.runWithSufficientStackSpace( in ParseDeclaratorInternal()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 4154 clang::runWithSufficientStackSpace([&] { warnStackExhausted(DeclLoc); }, in ReadDeclRecord()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 626 void runWithSufficientStackSpace(SourceLocation Loc,
|