reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/Interp/InterpFrame.cpp
   42     S.deallocate(reinterpret_cast<Block *>(Param.second.get()));
   47     S.deallocate(reinterpret_cast<Block *>(localBlock(Local.Offset)));
   53     TYPE_SWITCH(Ty, S.Stk.discard<T>());
  116     print(OS, This, S.getCtx(), S.getCtx().getRecordType(M->getParent()));
  116     print(OS, This, S.getCtx(), S.getCtx().getRecordType(M->getParent()));
  125     if (llvm::Optional<PrimType> T = S.Ctx.classify(Ty)) {
  131     TYPE_SWITCH(PrimTy, print(OS, stackRef<T>(Off), S.getCtx(), Ty));
  142   return S.getSplitFrame();
  147     return S.getLocation(nullptr, {});
  148   return S.getLocation(Caller->Func, RetPC - sizeof(uintptr_t));
  183   return S.getSource(Func, PC);
  187   return S.getExpr(Func, PC);
  191   return S.getLocation(Func, PC);