Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp876 unsigned CallStackNotes = CallStackDepth - 1; in Diag() local
879 CallStackNotes = std::min(CallStackNotes, Limit + 1); in Diag()
881 CallStackNotes = 0; in Diag()
886 EvalStatus.Diag->reserve(1 + ExtraNotes + CallStackNotes); in Diag()