Searched refs:getEvalID (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | EvalEmitter.cpp | 100 auto *B = new (Memory.get()) Block(Ctx.getEvalID(), D, /*isStatic=*/false); in createLocal() 213 Ptr.block()->getEvalID() != Ctx.getEvalID()) in emitRet()
|
| H A D | Program.cpp | 67 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 D | InterpFrame.cpp | 44 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 D | Context.h | 115 unsigned getEvalID() const { return EvalID; } in getEvalID() function
|
| H A D | InterpBlock.h | 87 unsigned getEvalID() const { return EvalID; } in getEvalID() function
|
| H A D | Interp.cpp | 225 Ptr.block()->getEvalID() != S.Ctx.getEvalID()) { in CheckTemporary() 595 Ptr.block()->getEvalID() == S.Ctx.getEvalID()) { in CheckMutable()
|
| H A D | InterpBuiltin.cpp | 1539 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 D | Interp.h | 3305 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()
|