Home
last modified time | relevance | path

Searched refs:gimple_statement_with_ops (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgimple.h308 gimple_statement_with_ops : public gimple_statement_with_ops_base
870 gcond : public gimple_statement_with_ops
881 gdebug : public gimple_statement_with_ops
891 ggoto : public gimple_statement_with_ops
901 glabel : public gimple_statement_with_ops
911 gswitch : public gimple_statement_with_ops
1967 is_a_helper <const gimple_statement_with_ops *>::test (const gimple *gs)
1975 is_a_helper <gimple_statement_with_ops *>::test (gimple *gs)
2009 const gimple_statement_with_ops *ops_stmt =
2010 dyn_cast <const gimple_statement_with_ops *> (g);
[all …]
H A Dgsstruct.def29 DEFGSSTRUCT(GSS_WITH_OPS, gimple_statement_with_ops, true)
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgsstruct.def29 DEFGSSTRUCT(GSS_WITH_OPS, gimple_statement_with_ops, true)
H A Dgimple.h358 struct GTY(()) gimple_statement_with_ops struct
818 struct gimple_statement_with_ops GTY ((tag ("GSS_WITH_OPS"))) gsops;
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Dgimple.texi194 @subsection @code{gimple_statement_with_ops}
195 @cindex gimple_statement_with_ops
199 @code{gimple_statement_with_ops}. This is needed to accommodate the
207 gimple_statement_with_ops) + 2 * sizeof (tree)} bytes.
243 This tuple is essentially identical to @code{gimple_statement_with_ops},
298 struct gimple_statement_with_ops gsops;