Searched refs:runWithSufficientStackSpace (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/clang/include/clang/Basic/ |
D | Stack.h | 40 inline void runWithSufficientStackSpace(llvm::function_ref<void()> Diag, in runWithSufficientStackSpace() function
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 3116 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments() 3162 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments() 4120 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments() 4227 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments() 4322 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments() 4370 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments() 4533 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments() 5013 runWithSufficientStackSpace(Loc, [&] { in DeduceReturnType() 5042 runWithSufficientStackSpace(Loc, [&] { in DeduceReturnType() 5488 S.runWithSufficientStackSpace(Info.getLocation(), [&] { in isAtLeastAsSpecializedAs()
|
D | SemaLookup.cpp | 3057 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember() 3083 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember() 3091 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember() 3096 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember() 3103 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember() 3108 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember() 3268 runWithSufficientStackSpace(Class->getLocation(), [&] { in LookupConstructors()
|
D | Sema.cpp | 438 void Sema::runWithSufficientStackSpace(SourceLocation Loc, in runWithSufficientStackSpace() function in Sema 440 clang::runWithSufficientStackSpace([&] { warnStackExhausted(Loc); }, Fn); in runWithSufficientStackSpace()
|
D | SemaType.cpp | 8325 runWithSufficientStackSpace(PointOfInstantiation, [&] { in completeExprArrayBound() 8675 runWithSufficientStackSpace(Loc, [&] { in RequireCompleteTypeImpl() 8690 runWithSufficientStackSpace(Loc, [&] { in RequireCompleteTypeImpl()
|
D | SemaTemplateInstantiateDecl.cpp | 3736 runWithSufficientStackSpace(D->getLocation(), [&] { in SubstDecl() 4345 runWithSufficientStackSpace(CallLoc, [&] { in InstantiateDefaultArgument()
|
D | SemaChecking.cpp | 13582 SemaRef.runWithSufficientStackSpace(CE->getExprLoc(), [&] { in VisitCallExpr() 13680 SemaRef.runWithSufficientStackSpace(CXXOCE->getExprLoc(), [&] { in VisitCXXOperatorCallExpr()
|
D | SemaExpr.cpp | 16831 runWithSufficientStackSpace(Loc, [&] { in MarkFunctionReferenced() 18152 SemaRef.runWithSufficientStackSpace(PointOfInstantiation, [&] { in DoMarkVarDeclReferenced()
|
D | SemaInit.cpp | 6441 S.runWithSufficientStackSpace(Loc, [&] { in PerformConstructorInitialization()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 1447 void runWithSufficientStackSpace(SourceLocation Loc,
|