Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDiagnosticInfo.h57 DK_StackSize, enumerator
209 return DI->getKind() == DK_ResourceLimit || DI->getKind() == DK_StackSize; in classof()
220 DK_StackSize, StackLimit) {}
226 return DI->getKind() == DK_StackSize; in classof()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenAction.cpp717 case llvm::DK_StackSize: in DiagnosticHandlerImpl()