Searched refs:runWithSufficientStackSpace (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | Stack.h | 40 inline void runWithSufficientStackSpace(llvm::function_ref<void()> Diag, in runWithSufficientStackSpace() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 3105 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 D | SemaLookup.cpp | 3099 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 D | Sema.cpp | 460 void Sema::runWithSufficientStackSpace(SourceLocation Loc, in runWithSufficientStackSpace() function in Sema 462 clang::runWithSufficientStackSpace([&] { warnStackExhausted(Loc); }, Fn); in runWithSufficientStackSpace()
|
H A D | SemaType.cpp | 8284 runWithSufficientStackSpace(PointOfInstantiation, [&] { in completeExprArrayBound() 8635 runWithSufficientStackSpace(Loc, [&] { in RequireCompleteTypeImpl() 8650 runWithSufficientStackSpace(Loc, [&] { in RequireCompleteTypeImpl()
|
H A D | SemaTemplateInstantiateDecl.cpp | 3737 runWithSufficientStackSpace(D->getLocation(), [&] { in SubstDecl() 4349 runWithSufficientStackSpace(CallLoc, [&] { in InstantiateDefaultArgument()
|
H A D | SemaChecking.cpp | 13851 SemaRef.runWithSufficientStackSpace(CE->getExprLoc(), [&] { in VisitCallExpr() 13949 SemaRef.runWithSufficientStackSpace(CXXOCE->getExprLoc(), [&] { in VisitCXXOperatorCallExpr()
|
H A D | SemaExpr.cpp | 16961 runWithSufficientStackSpace(Loc, [&] { in MarkFunctionReferenced() 18398 SemaRef.runWithSufficientStackSpace(PointOfInstantiation, [&] { in DoMarkVarDeclReferenced()
|
H A D | SemaInit.cpp | 6509 S.runWithSufficientStackSpace(Loc, [&] { in PerformConstructorInitialization()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 1562 void runWithSufficientStackSpace(SourceLocation Loc,
|