Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpFrame.h112 CodePtr getRetPC() const { return RetPC; } in getRetPC() function
H A DInterp.cpp210 cast<CallExpr>(S.Current->Caller->getExpr(S.Current->getRetPC())); in cleanupAfterFunctionCall()
225 const Expr *CallSite = S.Current->Caller->getExpr(S.Current->getRetPC()); in cleanupAfterFunctionCall()
H A DInterpBuiltin.cpp148 const Expr *E = Caller->Caller->getExpr(Caller->getRetPC()); in interp__builtin_is_constant_evaluated()
153 const Expr *E = Frame->Caller->getExpr(Frame->getRetPC()); in interp__builtin_is_constant_evaluated()
H A DInterp.h296 PC = S.Current->getRetPC(); in Ret()
316 PC = S.Current->getRetPC(); in RetVoid()