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

Declarations

tools/clang/lib/AST/Interp/InterpState.h
   81   void deallocate(Block *B);

References

tools/clang/lib/AST/Interp/EvalEmitter.cpp
  241     S.deallocate(reinterpret_cast<Block *>(It->second.get()));
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)));