Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.cpp463 bool CheckCallDepth(InterpState &S, CodePtr OpPC) { in CheckCallDepth() function
H A DInterp.h106 bool CheckCallDepth(InterpState &S, CodePtr OpPC);
1892 if (!CheckCallDepth(S, OpPC)) in Call()