Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DState.cpp94 unsigned CallStackNotes = getCallStackDepth() - 1; in diag()
119 unsigned ActiveCalls = getCallStackDepth() - 1; in addCallStack()
H A DInterpState.cpp27 CallStackDepth(Parent.getCallStackDepth() + 1) {} in InterpState()
H A DInterpState.h44 unsigned getCallStackDepth() override { return CallStackDepth; } in getCallStackDepth() function
H A DState.h71 virtual unsigned getCallStackDepth() = 0;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp1149 unsigned getCallStackDepth() override { return CallStackDepth; } in getCallStackDepth() function in __anondef1c1650311::EvalInfo