Home
last modified time | relevance | path

Searched defs:if_statement (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/libs/spirit/example/x3/calc/calc9/
Dast.hpp113 struct if_statement struct
115 expression condition;
116 statement then;
117 boost::optional<statement> else_;
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/calc8/
Dast.hpp112 struct if_statement struct
114 expression condition;
115 statement then;
116 boost::optional<statement> else_;
Dstatement.hpp29 qi::rule<Iterator, ast::if_statement(), ascii::space_type> if_statement; member
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/
Dast.hpp107 struct if_statement struct
109 expression condition;
110 statement then;
111 boost::optional<statement> else_;
Dstatement.hpp34 qi::rule<Iterator, ast::if_statement()> if_statement; member
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/mini_c/
Dast.hpp123 struct if_statement struct
125 expression condition;
126 statement then;
127 boost::optional<statement> else_;
Dstatement.hpp29 qi::rule<Iterator, ast::if_statement(), skipper<Iterator> > if_statement; member
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/
Dast.hpp137 struct if_statement struct
139 expression condition;
140 statement then;
141 boost::optional<statement> else_;
Dstatement.hpp34 qi::rule<Iterator, ast::if_statement()> if_statement; member
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure1/
Dast.hpp173 struct if_statement struct
175 expression condition;
176 statement then;
177 boost::optional<statement> else_;
Dstatement.hpp29 qi::rule<Iterator, ast::if_statement(), skipper<Iterator> > if_statement; member
/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-statm.c838 parser_if_else_statement_t if_statement; in parser_parse_if_statement_start() local
860 parser_if_else_statement_t if_statement; in parser_parse_if_statement_end() local