Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h58 DK_StackSize, enumerator
213 return DI->getKind() == DK_ResourceLimit || DI->getKind() == DK_StackSize; in classof()
224 DK_StackSize, StackLimit) {}
230 return DI->getKind() == DK_StackSize; in classof()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp776 case llvm::DK_StackSize: in DiagnosticHandlerImpl()