Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h1895 auto NewFrame = std::make_unique<InterpFrame>(S, Func, OpPC); in Call() local
1897 S.Current = NewFrame.get(); in Call()
1904 NewFrame.release(); // Frame was delete'd already. in Call()
1955 auto NewFrame = std::make_unique<InterpFrame>(S, Func, PC); in CallBI() local
1958 S.Current = NewFrame.get(); in CallBI()
1961 NewFrame.release(); in CallBI()