Home
last modified time | relevance | path

Searched refs:StatementGoto (Results 1 – 10 of 10) sorted by relevance

/dports/devel/csmith/csmith-2.3.0/src/
H A DStatementGoto.cpp57 std::map<const Statement*, string> StatementGoto::stm_labels;
63 StatementGoto *
64 StatementGoto::make_random(CGContext &cg_context) in make_random()
132 StatementGoto* sg = 0; in make_random()
136 sg = new StatementGoto(curr_blk, *test, other_stm, skipped_vars); in make_random()
181 sg = new StatementGoto(other_blk, *test, stm, skipped_vars); in make_random()
215 StatementGoto::StatementGoto(Block* b, const Expression &test, const Statement* dest, const std::ve… in StatementGoto() function in StatementGoto
233 StatementGoto::StatementGoto(const StatementGoto &sg) in StatementGoto() function in StatementGoto
246 StatementGoto::~StatementGoto(void) in ~StatementGoto()
364 StatementGoto::must_jump(void) const in must_jump()
[all …]
H A DStatementGoto.h48 class StatementGoto : public Statement
52 static StatementGoto *make_random(CGContext &cg_context);
54StatementGoto(Block* b, const Expression &test, const Statement* dest, const std::vector<const Var…
55 StatementGoto(const StatementGoto &sg);
56 virtual ~StatementGoto(void);
H A DStatement.cpp298 s = StatementGoto::make_random(cg_context); in make_random()
496 const StatementGoto* sg = dynamic_cast<const StatementGoto*>(e->src); in find_jump_label()
509 Statement::find_jump_sources(std::vector<const StatementGoto*>& gotos) const in find_jump_sources()
519 const StatementGoto* sg = dynamic_cast<const StatementGoto*>(e->src); in find_jump_sources()
680 vector<const StatementGoto*> gotos; in is_jump_target_from_other_blocks()
951 vector<const StatementGoto*> gotos; in pre_output()
H A DStatement.h66 class StatementGoto; variable
154 int find_jump_sources(std::vector<const StatementGoto*>& gotos) const;
H A DFinalization.cpp56 StatementGoto::doFinalization(); in doFinalization()
H A DMakefile.am191 StatementGoto.cpp \
192 StatementGoto.h \
H A DFactMgr.cpp274 const StatementGoto* sg = dynamic_cast<const StatementGoto*>(s); in set_fact_out()
310 const StatementGoto* sg = (const StatementGoto*)stm; in add_fact_out()
H A DMakefile.in160 StatementGoto.cpp StatementGoto.h StatementIf.cpp \
204 StatementFor.$(OBJEXT) StatementGoto.$(OBJEXT) \
476 StatementGoto.cpp StatementGoto.h StatementIf.cpp \
671 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/StatementGoto.Po@am__quote@
H A DReducerOutputMgr.cpp661 const StatementGoto* sg = (const StatementGoto*)stm; in output_reduced_stm()
H A DReducer.cpp859 const StatementGoto* sg = (const StatementGoto*)stm; in get_used_vars_and_funcs_and_labels()