Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvalEmitter.cpp88 auto *B = new (Memory.get()) Block(Ctx.getEvalID(), D, /*isStatic=*/false); in createLocal()
173 Ptr.block()->getEvalID() != Ctx.getEvalID() && in emitRet()
H A DProgram.cpp66 auto *G = new (Allocator, Sz) Global(Ctx.getEvalID(), Desc, /*isStatic=*/true, in createGlobalString()
173 Global(Ctx.getEvalID(), getCurrentDecl(), Desc, /*IsStatic=*/true, in getOrCreateDummy()
235 Global(Ctx.getEvalID(), getCurrentDecl(), Desc, IsStatic, IsExtern); in createGlobal()
H A DInterpFrame.cpp41 new (localBlock(Local.Offset)) Block(S.Ctx.getEvalID(), Local.Desc); in InterpFrame()
229 auto *B = new (Memory.get()) Block(S.Ctx.getEvalID(), Desc.second); in getParamPointer()
H A DContext.h112 unsigned getEvalID() const { return EvalID; } in getEvalID() function
H A DInterpBlock.h85 unsigned getEvalID() const { return EvalID; } in getEvalID() function
H A DInterp.cpp439 Ptr.block()->getEvalID() == S.Ctx.getEvalID()) in CheckMutable()
H A DInterp.h2850 Block *B = Allocator.allocate(Desc, S.Ctx.getEvalID()); in Alloc()
2876 S.Ctx.getEvalID()); in AllocN()
2902 S.Ctx.getEvalID()); in AllocCN()