Searched refs:cleanupAfterFunctionCall (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Interp.cpp | 256 void cleanupAfterFunctionCall(InterpState &S, CodePtr OpPC, in cleanupAfterFunctionCall() function 1475 cleanupAfterFunctionCall(S, OpPC, Func); in Call()
|
| H A D | Interp.h | 320 void cleanupAfterFunctionCall(InterpState &S, CodePtr OpPC, 330 cleanupAfterFunctionCall(S, PC, S.Current->getFunction()); in Ret() 350 cleanupAfterFunctionCall(S, PC, S.Current->getFunction()); in RetVoid()
|