Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDState.cpp95 unsigned CallStackNotes = getCallStackDepth() - 1; in diag()
120 unsigned ActiveCalls = getCallStackDepth() - 1; in addCallStack()
HDState.h71 virtual unsigned getCallStackDepth() = 0;
HDInterpState.h51 unsigned getCallStackDepth() override { in getCallStackDepth() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDExprConstant.cpp1206 unsigned getCallStackDepth() override { return CallStackDepth; } in getCallStackDepth() function in __anonf766b6330411::EvalInfo