Searched refs:runWithSufficientStackSpace (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | Stack.h | 40 inline void runWithSufficientStackSpace(llvm::function_ref<void()> Diag, in runWithSufficientStackSpace() function
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 3083 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments() 3133 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments() 4099 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments() 4207 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments() 4302 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments() 4350 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments() 4513 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments() 4942 runWithSufficientStackSpace(Loc, [&] { in DeduceReturnType() 4971 runWithSufficientStackSpace(Loc, [&] { in DeduceReturnType() 5477 S.runWithSufficientStackSpace(Info.getLocation(), [&] { in isAtLeastAsSpecializedAs()
|
| H A D | SemaLookup.cpp | 3366 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember() 3392 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember() 3400 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember() 3405 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember() 3412 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember() 3417 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember() 3577 runWithSufficientStackSpace(Class->getLocation(), [&] { in LookupConstructors()
|
| H A D | Sema.cpp | 503 void Sema::runWithSufficientStackSpace(SourceLocation Loc, in runWithSufficientStackSpace() function in Sema 505 clang::runWithSufficientStackSpace([&] { warnStackExhausted(Loc); }, Fn); in runWithSufficientStackSpace()
|
| H A D | SemaType.cpp | 8625 runWithSufficientStackSpace(PointOfInstantiation, [&] { in completeExprArrayBound() 9000 runWithSufficientStackSpace(Loc, [&] { in RequireCompleteTypeImpl() 9015 runWithSufficientStackSpace(Loc, [&] { in RequireCompleteTypeImpl()
|
| H A D | SemaTemplateInstantiate.cpp | 2875 runWithSufficientStackSpace(Loc, [&] { in SubstDefaultArgument()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 3996 runWithSufficientStackSpace(D->getLocation(), [&] { in SubstDecl()
|
| H A D | SemaChecking.cpp | 15550 SemaRef.runWithSufficientStackSpace(CE->getExprLoc(), [&] { in VisitCallExpr() 15648 SemaRef.runWithSufficientStackSpace(CXXOCE->getExprLoc(), [&] { in VisitCXXOperatorCallExpr()
|
| H A D | SemaInit.cpp | 6890 S.runWithSufficientStackSpace(Loc, [&] { in PerformConstructorInitialization()
|
| H A D | SemaExpr.cpp | 18313 runWithSufficientStackSpace(Loc, [&] { in MarkFunctionReferenced() 19836 SemaRef.runWithSufficientStackSpace(PointOfInstantiation, [&] { in DoMarkVarDeclReferenced()
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 5955 Actions.runWithSufficientStackSpace(D.getBeginLoc(), [&] { in ParseDeclarator() 6068 Actions.runWithSufficientStackSpace(D.getBeginLoc(), [&] { in ParseDeclaratorInternal() 6119 Actions.runWithSufficientStackSpace( in ParseDeclaratorInternal() 6165 Actions.runWithSufficientStackSpace( in ParseDeclaratorInternal()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 1682 void runWithSufficientStackSpace(SourceLocation Loc,
|