Home
last modified time | relevance | path

Searched refs:runWithSufficientStackSpace (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DStack.h40 inline void runWithSufficientStackSpace(llvm::function_ref<void()> Diag, in runWithSufficientStackSpace() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3105 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments()
3155 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments()
4111 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments()
4218 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments()
4313 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments()
4361 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments()
4524 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments()
5003 runWithSufficientStackSpace(Loc, [&] { in DeduceReturnType()
5032 runWithSufficientStackSpace(Loc, [&] { in DeduceReturnType()
5481 S.runWithSufficientStackSpace(Info.getLocation(), [&] { in isAtLeastAsSpecializedAs()
H A DSemaLookup.cpp3099 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember()
3125 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember()
3133 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember()
3138 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember()
3145 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember()
3150 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember()
3310 runWithSufficientStackSpace(Class->getLocation(), [&] { in LookupConstructors()
H A DSema.cpp484 void Sema::runWithSufficientStackSpace(SourceLocation Loc, in runWithSufficientStackSpace() function in Sema
486 clang::runWithSufficientStackSpace([&] { warnStackExhausted(Loc); }, Fn); in runWithSufficientStackSpace()
H A DSemaType.cpp8319 runWithSufficientStackSpace(PointOfInstantiation, [&] { in completeExprArrayBound()
8670 runWithSufficientStackSpace(Loc, [&] { in RequireCompleteTypeImpl()
8685 runWithSufficientStackSpace(Loc, [&] { in RequireCompleteTypeImpl()
H A DSemaTemplateInstantiateDecl.cpp3861 runWithSufficientStackSpace(D->getLocation(), [&] { in SubstDecl()
4473 runWithSufficientStackSpace(CallLoc, [&] { in InstantiateDefaultArgument()
H A DSemaChecking.cpp14123 SemaRef.runWithSufficientStackSpace(CE->getExprLoc(), [&] { in VisitCallExpr()
14221 SemaRef.runWithSufficientStackSpace(CXXOCE->getExprLoc(), [&] { in VisitCXXOperatorCallExpr()
H A DSemaInit.cpp6511 S.runWithSufficientStackSpace(Loc, [&] { in PerformConstructorInitialization()
H A DSemaExpr.cpp17122 runWithSufficientStackSpace(Loc, [&] { in MarkFunctionReferenced()
18569 SemaRef.runWithSufficientStackSpace(PointOfInstantiation, [&] { in DoMarkVarDeclReferenced()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1578 void runWithSufficientStackSpace(SourceLocation Loc,