Home
last modified time | relevance | path

Searched defs:RetPC (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DInterpFrame.cpp24 InterpFrame *Caller, CodePtr RetPC) in InterpFrame()
52 InterpFrame::InterpFrame(InterpState &S, const Function *Func, CodePtr RetPC) in InterpFrame()
H A DInterpFrame.h155 CodePtr RetPC; variable