Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DState.cpp93 unsigned CallStackNotes = getCallStackDepth() - 1; in diag()
121 unsigned ActiveCalls = getCallStackDepth() - 1; in addCallStack()
H A DState.h74 virtual unsigned getCallStackDepth() = 0;
H A DInterpState.h62 unsigned getCallStackDepth() override { in getCallStackDepth() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1226 unsigned getCallStackDepth() override { return CallStackDepth; } in getCallStackDepth() function in __anonfb577fba0411::EvalInfo