Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/x3/calc/calc9/
Dast.hpp113 struct if_statement struct
115 expression condition;
116 statement then;
117 boost::optional<statement> else_;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/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
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/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
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/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
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/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
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/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
/aosp_15_r20/bootable/deprecated-ota/tests/unit/
H A Dedify_test.cpp127 TEST_F(EdifyTest, if_statement) { in TEST_F() argument
/aosp_15_r20/system/tools/aidl/
Dgenerate_java_binder.cpp579 auto if_statement = std::make_shared<IfStatement>(); in GenerateStubCode() local