Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.cpp175 int32_t ArgsToPop = CE->getNumArgs() - FixedParams; in cleanupAfterFunctionCall() local
176 assert(ArgsToPop >= 0); in cleanupAfterFunctionCall()
177 for (int32_t I = ArgsToPop - 1; I >= 0; --I) { in cleanupAfterFunctionCall()