Lines Matching refs:delete
141 ReflectionState(const ReflectionState &) = delete;
142 void operator=(const ReflectionState &) = delete;
220 Tentative(const Tentative &) = delete;
221 void operator=(const Tentative &) = delete;
510 ~ArrayWithCursor() { delete [] mMembers; } in ~ArrayWithCursor()
512 ArrayWithCursor(const ArrayWithCursor &) = delete;
513 void operator=(const ArrayWithCursor &) = delete;
590 ~File() { delete [] mForEaches; } in ~File()
592 File(const File &) = delete;
593 void operator=(const File &) = delete;
600 ForEach(const ForEach &) = delete;
601 void operator=(const ForEach &) = delete;
627 ~Invokable() { delete [] mParams; } in ~Invokable()
629 Invokable(const Invokable &) = delete;
630 void operator=(const Invokable &) = delete;
652 ~Record() { delete [] mFields; } in ~Record()
654 Record(const Record &) = delete;
655 void operator=(const Record &) = delete;
681 ~Reduce() { delete [] mAccumIns; } in ~Reduce()
683 Reduce(const Reduce &) = delete;
684 void operator=(const Reduce &) = delete;
699 ~Variable() { delete [] mInitializers; } in ~Variable()
701 Variable(const Variable &) = delete;
702 void operator=(const Variable &) = delete;