Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DEvalEmitter.cpp100 auto *B = new (Memory.get()) Block(Ctx.getEvalID(), D, /*isStatic=*/false); in createLocal()
213 Ptr.block()->getEvalID() != Ctx.getEvalID()) in emitRet()
H A DProgram.cpp67 auto *G = new (Allocator, Sz) Global(Ctx.getEvalID(), Desc, /*isStatic=*/true, in createGlobalString()
192 Global(Ctx.getEvalID(), getCurrentDecl(), Desc, /*IsStatic=*/true, in getOrCreateDummy()
267 Ctx.getEvalID(), getCurrentDecl(), Desc, IsStatic, IsExtern, IsWeak); in createGlobal()
H A DInterpFrame.cpp44 new (localBlock(Local.Offset)) Block(S.Ctx.getEvalID(), Local.Desc); in InterpFrame()
223 auto *B = new (Memory.get()) Block(S.Ctx.getEvalID(), Desc.second); in getParamPointer()
H A DContext.h115 unsigned getEvalID() const { return EvalID; } in getEvalID() function
H A DInterpBlock.h87 unsigned getEvalID() const { return EvalID; } in getEvalID() function
H A DInterp.cpp225 Ptr.block()->getEvalID() != S.Ctx.getEvalID()) { in CheckTemporary()
595 Ptr.block()->getEvalID() == S.Ctx.getEvalID()) { in CheckMutable()
H A DInterpBuiltin.cpp1539 S.Ctx.getEvalID(), DynamicAllocator::Form::Operator); in interp__builtin_operator_new()
1553 Allocator.allocate(Desc, NumElems.getZExtValue(), S.Ctx.getEvalID(), in interp__builtin_operator_new()
1567 Block *B = Allocator.allocate(Desc, S.getContext().getEvalID(), in interp__builtin_operator_new()
H A DInterp.h3305 Block *B = Allocator.allocate(Desc, S.Ctx.getEvalID(), in Alloc()
3335 S.Ctx.getEvalID(), DynamicAllocator::Form::Array); in AllocN()
3368 S.Ctx.getEvalID(), DynamicAllocator::Form::Array); in AllocCN()