• Home
  • Raw
  • Download

Lines Matching refs:delete

37   Operand() = delete;
38 Operand(const Operand &) = delete;
39 Operand &operator=(const Operand &) = delete;
131 Constant() = delete;
132 Constant(const Constant &) = delete;
133 Constant &operator=(const Constant &) = delete;
187 ConstantPrimitive() = delete;
188 ConstantPrimitive(const ConstantPrimitive &) = delete;
189 ConstantPrimitive &operator=(const ConstantPrimitive &) = delete;
317 RelocOffset(const RelocOffset &) = delete;
318 RelocOffset &operator=(const RelocOffset &) = delete;
361 RelocatableTuple() = delete;
362 RelocatableTuple &operator=(const RelocatableTuple &) = delete;
388 ConstantRelocatable() = delete;
389 ConstantRelocatable(const ConstantRelocatable &) = delete;
390 ConstantRelocatable &operator=(const ConstantRelocatable &) = delete;
441 ConstantUndef() = delete;
442 ConstantUndef(const ConstantUndef &) = delete;
443 ConstantUndef &operator=(const ConstantUndef &) = delete;
521 bool operator<(const RegNumT &) = delete;
522 bool operator<=(const RegNumT &) = delete;
523 bool operator>(const RegNumT &) = delete;
524 bool operator>=(const RegNumT &) = delete;
542 RegNumBVIterImpl() = delete;
546 Iterator() = delete;
547 Iterator &operator=(const Iterator &) = delete;
570 RegNumBVIterImpl &operator=(const RegNumBVIterImpl &) = delete;
689 Variable() = delete;
690 Variable(const Variable &) = delete;
691 Variable &operator=(const Variable &) = delete;
903 Variable64On32() = delete;
904 Variable64On32(const Variable64On32 &) = delete;
905 Variable64On32 &operator=(const Variable64On32 &) = delete;
969 VariableVecOn32() = delete;
970 VariableVecOn32(const VariableVecOn32 &) = delete;
971 VariableVecOn32 &operator=(const VariableVecOn32 &) = delete;
1081 VariablesMetadata() = delete;
1082 VariablesMetadata(const VariablesMetadata &) = delete;
1083 VariablesMetadata &operator=(const VariablesMetadata &) = delete;
1146 BooleanVariable() = delete;
1147 BooleanVariable(const BooleanVariable &) = delete;
1148 BooleanVariable &operator=(const BooleanVariable &) = delete;