Home
last modified time | relevance | path

Searched refs:warnStackExhausted (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp503 void Sema::warnStackExhausted(SourceLocation Loc) { in warnStackExhausted() function in Sema
513 clang::runWithSufficientStackSpace([&] { warnStackExhausted(Loc); }, Fn); in runWithSufficientStackSpace()
H A DSemaTemplateInstantiate.cpp680 warnStackExhausted(Ctx.PointOfInstantiation); in pushCodeSynthesisContext()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1713 void warnStackExhausted(SourceLocation Loc);