/third_party/boost/boost/contract/ |
D | call_if.hpp | 185 ThenResult else_(Else const& in else_() function 295 void else_(Else const& in else_() function 426 else_(Else f) const { return f(); } in else_() function 608 bool condition_if_c(Then f, bool else_ = true); 619 condition_if_c(Then /* f */, bool else_ = true) { return else_; } in condition_if_c() argument 649 bool condition_if(Then f, bool else_ = true) { in condition_if() argument 650 return condition_if_c<Pred::value>(f, else_); in condition_if()
|
/third_party/boost/boost/phoenix/statement/ |
D | if.hpp | 70 , Else const & else_ in operator ()() 77 boost::phoenix::eval(else_, ctx); in operator ()() 102 operator[](Else const & else_) const in operator []() 104 return expression::if_else_statement<Cond, Then, Else>::make(cond, then, else_); in operator []() 120 , else_(proto::child_c<0>(*this), proto::child_c<1>(*this)) in if_actor() 126 else_gen<cond_type, then_type> else_; member
|
/third_party/boost/libs/proto/example/ |
D | virtual_member.cpp | 82 struct else_ {}; struct 122 , proto::terminal<keyword::else_> 146 void operator()(If const &if_, Then const &then_, Else const &else_, Args const &args) const in operator ()() 154 grammar()(else_, 0, args); in operator ()() 203 ((keyword::else_, else_)) 293 .else_ in main()
|
/third_party/boost/boost/log/expressions/formatters/ |
D | if.hpp | 150 …nst& cond, ThenT const& then_, ElseT const& else_) : m_left(left), m_cond(cond), m_then(then_), m_… in if_else_output_terminal() argument 191 …ondT const& cond, ThenT const& then_, ElseT const& else_) : m_cond(cond), m_then(then_), m_else(el… in if_then_else_gen() 232 else_; member 234 if_then_gen(CondT const& cond, ThenT const& then_) : else_(cond, then_) {} in if_then_gen() 245 …ix::actor< terminal_type > actor = {{ terminal_type(left, right.else_.m_cond, right.else_.m_then) …
|
/third_party/boost/libs/contract/test/call_if/ |
D | equal_to.cpp | 44 ).else_( in main() 57 ).else_([] { return true; }) in main() 66 ).else_( in main() 78 ).else_( in main()
|
D | equal_to_cxx14.cpp | 31 ).else_([] { return true; }) in main() 40 ).else_([] { return true; }) in main() 49 ).else_([] { return true; }) in main()
|
D | false_.cpp | 40 ).else_([] { return false; }) // Test else. in main() 49 ).else_([] { return true; }) in main() 58 ).else_([] { return true; }) in main()
|
D | true_void.cpp | 46 ).else_( in main() 56 ).else_( // Test else (not called). in main()
|
D | true_.cpp | 49 ).else_([] { return false; }) // Test else not called. in main() 58 ).else_( // Test else not called. in main()
|
/third_party/boost/boost/spirit/home/classic/phoenix/ |
D | statements.hpp | 108 : cond(cond_), then(then_), else_(else__) {} in if_then_else_composite() 116 else_.eval(args); in eval() 119 CondT cond; ThenT then; ElseT else_; // actors member 132 operator[](ElseT const& else_) in operator []() 138 return result(cond, then, as_actor<ElseT>::convert(else_)); in operator []() 154 : cond(cond_), then(then_), else_(cond, then) {} in if_then_composite() 164 else_gen<CondT, ThenT> else_; member
|
/third_party/boost/libs/spirit/example/lex/ |
D | example4.cpp | 50 else_ = "else"; in example4_tokens() 55 this->self += if_ | else_ | while_ | identifier; in example4_tokens() 67 lex::token_def<> if_, else_, while_; member 123 >> -(tok.else_ >> block) in example4_grammar()
|
D | example5.cpp | 170 else_ = "else"; in example5_tokens() 175 this->self = else_; in example5_tokens() 182 lex::token_def<lex::omit> else_; member 197 = this->if_stmt.copy() >> -(tok.else_ >> this->block) in example5_grammar()
|
/third_party/boost/boost/lambda/ |
D | if.hpp | 364 : cond(cond_), then(then_), else_(else__) {} in if_then_else_composite() 372 else_.internal_call(CALL_ACTUAL_ARGS); in call() 375 CondT cond; ThenT then; ElseT else_; // lambda_functors member 388 operator[](ElseT const& else_) in operator []() 394 return result(cond, then, to_lambda_functor(else_)); in operator []() 408 : cond(cond_), then(then_), else_(cond, then) {} in if_then_composite() 418 else_gen<CondT, ThenT> else_; member
|
/third_party/boost/libs/hana/include/boost/hana/fwd/ |
D | eval_if.hpp | 139 constexpr auto eval_if = [](auto&& cond, auto&& then, auto&& else_) -> decltype(auto) { 148 constexpr decltype(auto) operator()(Cond&& cond, Then&& then, Else&& else_) const;
|
D | if.hpp | 41 constexpr auto if_ = [](auto&& cond, auto&& then, auto&& else_) -> decltype(auto) { 50 constexpr decltype(auto) operator()(Cond&& cond, Then&& then, Else&& else_) const;
|
/third_party/boost/boost/hana/fwd/ |
D | eval_if.hpp | 139 constexpr auto eval_if = [](auto&& cond, auto&& then, auto&& else_) -> decltype(auto) { 148 constexpr decltype(auto) operator()(Cond&& cond, Then&& then, Else&& else_) const;
|
D | if.hpp | 41 constexpr auto if_ = [](auto&& cond, auto&& then, auto&& else_) -> decltype(auto) { 50 constexpr decltype(auto) operator()(Cond&& cond, Then&& then, Else&& else_) const;
|
/third_party/boost/boost/python/detail/ |
D | if_else.hpp | 22 struct else_ struct 64 struct else_ struct
|
/third_party/boost/libs/phoenix/test/statement/ |
D | if_tests.cpp | 49 .else_ in main() 56 .else_ in main()
|
/third_party/boost/boost/hana/ |
D | if.hpp | 24 constexpr decltype(auto) if_t::operator()(Cond&& cond, Then&& then_, Else&& else_) const { in operator ()() 37 static_cast<Else&&>(else_)); in operator ()()
|
D | eval_if.hpp | 29 constexpr decltype(auto) eval_if_t::operator()(Cond&& cond, Then&& then_, Else&& else_) const { in operator ()() 42 static_cast<Else&&>(else_)); in operator ()()
|
/third_party/boost/libs/hana/include/boost/hana/ |
D | if.hpp | 24 constexpr decltype(auto) if_t::operator()(Cond&& cond, Then&& then_, Else&& else_) const { in operator ()() 37 static_cast<Else&&>(else_)); in operator ()()
|
/third_party/boost/libs/lambda/test/ |
D | phoenix_control_structures.cpp | 72 .else_ in test_main() 78 .else_ in test_main()
|
/third_party/boost/libs/phoenix/test/bll_compatibility/ |
D | phoenix_control_structures.cpp | 72 .else_ in main() 78 .else_ in main()
|
/third_party/boost/libs/spirit/classic/phoenix/test/ |
D | statements_tests.cpp | 98 .else_ in main() 104 .else_ in main()
|