Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDEvalEmitter.cpp88 auto *B = new (Memory.get()) Block(Ctx.getEvalID(), D, /*isStatic=*/false); in createLocal()
173 Ptr.block()->getEvalID() != Ctx.getEvalID() && in emitRet()
HDProgram.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()
HDInterpFrame.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()
HDContext.h112 unsigned getEvalID() const { return EvalID; } in getEvalID() function
HDInterpBlock.h85 unsigned getEvalID() const { return EvalID; } in getEvalID() function
HDInterp.cpp439 Ptr.block()->getEvalID() == S.Ctx.getEvalID()) in CheckMutable()
HDInterp.h2850 Block *B = Allocator.allocate(Desc, S.Ctx.getEvalID()); in Alloc()
2876 S.Ctx.getEvalID()); in AllocN()
2902 S.Ctx.getEvalID()); in AllocCN()