Lines Matching refs:delete

37   Operand() = delete;
38 Operand(const Operand &) = delete;
39 Operand &operator=(const Operand &) = delete;
139 Constant() = delete;
140 Constant(const Constant &) = delete;
141 Constant &operator=(const Constant &) = delete;
195 ConstantPrimitive() = delete;
196 ConstantPrimitive(const ConstantPrimitive &) = delete;
197 ConstantPrimitive &operator=(const ConstantPrimitive &) = delete;
325 RelocOffset(const RelocOffset &) = delete;
326 RelocOffset &operator=(const RelocOffset &) = delete;
369 RelocatableTuple() = delete;
370 RelocatableTuple &operator=(const RelocatableTuple &) = delete;
396 ConstantRelocatable() = delete;
397 ConstantRelocatable(const ConstantRelocatable &) = delete;
398 ConstantRelocatable &operator=(const ConstantRelocatable &) = delete;
449 ConstantUndef() = delete;
450 ConstantUndef(const ConstantUndef &) = delete;
451 ConstantUndef &operator=(const ConstantUndef &) = delete;
529 bool operator<(const RegNumT &) = delete;
530 bool operator<=(const RegNumT &) = delete;
531 bool operator>(const RegNumT &) = delete;
532 bool operator>=(const RegNumT &) = delete;
550 RegNumBVIterImpl() = delete;
554 Iterator() = delete;
555 Iterator &operator=(const Iterator &) = delete;
578 RegNumBVIterImpl &operator=(const RegNumBVIterImpl &) = delete;
697 Variable() = delete;
698 Variable(const Variable &) = delete;
699 Variable &operator=(const Variable &) = delete;
918 Variable64On32() = delete;
919 Variable64On32(const Variable64On32 &) = delete;
920 Variable64On32 &operator=(const Variable64On32 &) = delete;
984 VariableVecOn32() = delete;
985 VariableVecOn32(const VariableVecOn32 &) = delete;
986 VariableVecOn32 &operator=(const VariableVecOn32 &) = delete;
1096 VariablesMetadata() = delete;
1097 VariablesMetadata(const VariablesMetadata &) = delete;
1098 VariablesMetadata &operator=(const VariablesMetadata &) = delete;
1161 BooleanVariable() = delete;
1162 BooleanVariable(const BooleanVariable &) = delete;
1163 BooleanVariable &operator=(const BooleanVariable &) = delete;