Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpFrame.cpp25 InterpFrame::InterpFrame(InterpState &S) in InterpFrame() function in InterpFrame
29 InterpFrame::InterpFrame(InterpState &S, const Function *Func, in InterpFrame() function in InterpFrame
52 InterpFrame::InterpFrame(InterpState &S, const Function *Func, CodePtr RetPC, in InterpFrame() function in InterpFrame
H A DInterpState.h33 class InterpFrame; variable