Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.cpp256 void cleanupAfterFunctionCall(InterpState &S, CodePtr OpPC, in cleanupAfterFunctionCall() function
1475 cleanupAfterFunctionCall(S, OpPC, Func); in Call()
H A DInterp.h320 void cleanupAfterFunctionCall(InterpState &S, CodePtr OpPC,
330 cleanupAfterFunctionCall(S, PC, S.Current->getFunction()); in Ret()
350 cleanupAfterFunctionCall(S, PC, S.Current->getFunction()); in RetVoid()