Home
last modified time | relevance | path

Searched refs:DK_StackSize (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h68 DK_StackSize, enumerator
473 return DI->getKind() == DK_ResourceLimit || DI->getKind() == DK_StackSize; in classof()
485 StackLimit, Severity, DK_StackSize) {}
491 return DI->getKind() == DK_StackSize; in classof()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp777 case llvm::DK_StackSize: in DiagnosticHandlerImpl()