Searched refs:getEvalID (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | EvalEmitter.cpp | 88 auto *B = new (Memory.get()) Block(Ctx.getEvalID(), D, /*isStatic=*/false); in createLocal() 173 Ptr.block()->getEvalID() != Ctx.getEvalID() && in emitRet()
|
H A D | Program.cpp | 66 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 D | InterpFrame.cpp | 41 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 D | Context.h | 112 unsigned getEvalID() const { return EvalID; } in getEvalID() function
|
H A D | InterpBlock.h | 85 unsigned getEvalID() const { return EvalID; } in getEvalID() function
|
H A D | Interp.cpp | 439 Ptr.block()->getEvalID() == S.Ctx.getEvalID()) in CheckMutable()
|
H A D | Interp.h | 2850 Block *B = Allocator.allocate(Desc, S.Ctx.getEvalID()); in Alloc() 2876 S.Ctx.getEvalID()); in AllocN() 2902 S.Ctx.getEvalID()); in AllocCN()
|