Home | History | Annotate | Download | only in elftosb2

Lines Matching refs:clone

50 	virtual ASTNode * clone() const = 0;
114 virtual ASTNode * clone() const { return new ListASTNode(*this); }
157 virtual ASTNode * clone() const { return NULL; }
173 virtual ASTNode * clone() const { return NULL; }
189 virtual ASTNode * clone() const { return NULL; }
206 virtual ASTNode * clone() const { return new CommandFileASTNode(*this); }
266 virtual ASTNode * clone() const { return new IntConstExprASTNode(*this); }
289 virtual ASTNode * clone() const { return new VariableExprASTNode(*this); }
312 virtual ASTNode * clone() const { return new SymbolRefExprASTNode(*this); }
333 virtual ASTNode * clone() const { return new NegativeExprASTNode(*this); }
356 virtual ASTNode * clone() const { return new BooleanNotExprASTNode(*this); }
379 virtual ASTNode * clone() const { return new SourceFileFunctionASTNode(*this); }
404 virtual ASTNode * clone() const { return new DefinedOperatorASTNode(*this); }
430 virtual ASTNode * clone() const { return new SizeofOperatorASTNode(*this); }
482 virtual ASTNode * clone() const { return new BinaryOpExprASTNode(*this); }
511 virtual ASTNode * clone() const { return new IntSizeExprASTNode(*this); }
548 virtual ASTNode * clone() const { return new ExprConstASTNode(*this); }
569 virtual ASTNode * clone() const { return new StringConstASTNode(*this); }
590 virtual ASTNode * clone() const { return new BlobConstASTNode(*this); }
614 virtual ASTNode * clone() const { return new IVTConstASTNode(*this); }
641 virtual ASTNode * clone() const { return new AssignmentASTNode(*this); }
687 virtual PathSourceDefASTNode * clone() const { return new PathSourceDefASTNode(*this); }
712 virtual ASTNode * clone() const { return new ExternSourceDefASTNode(*this); }
734 virtual ASTNode * clone() const { return new SectionContentsASTNode(*this); }
778 virtual ASTNode * clone() const { return new DataSectionContentsASTNode(*this); }
803 virtual ASTNode * clone() const { return new BootableSectionContentsASTNode(*this); }
836 virtual ASTNode * clone() const { return new IfStatementASTNode(*this); }
867 virtual ASTNode * clone() const { return new ModeStatementASTNode(*this); }
899 virtual ASTNode * clone() const { return new MessageStatementASTNode(*this); }
933 virtual ASTNode * clone() const { return new LoadStatementASTNode(*this); }
979 virtual ASTNode * clone() const { return new CallStatementASTNode(*this); }
1013 virtual ASTNode * clone() const { return new SourceASTNode(*this); }
1043 virtual ASTNode * clone() const { return new SectionMatchListASTNode(*this); }
1091 virtual ASTNode * clone() const { return new SectionASTNode(*this); }
1125 virtual ASTNode * clone() const { return new SymbolASTNode(*this); }
1160 virtual ASTNode * clone() const { return new AddressRangeASTNode(*this); }
1193 virtual ASTNode * clone() const { return new NaturalLocationASTNode(*this); }
1208 virtual ASTNode * clone() const { return new FromStatementASTNode(*this); }