Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpFrame.cpp25 InterpFrame(InterpState & S,const Function * Func,InterpFrame * Caller,CodePtr RetPC) InterpFrame() argument
53 InterpFrame(InterpState & S,const Function * Func,CodePtr RetPC) InterpFrame() argument
[all...]
H A DInterpFrame.h159 CodePtr RetPC; variable