Home
last modified time | relevance | path

Searched defs:else_ (Results 1 – 20 of 20) sorted by relevance

/third_party/boost/boost/python/detail/
Dif_else.hpp22 struct else_ struct
24 typedef T type;
64 struct else_ struct
66 typedef U type;
/third_party/boost/boost/contract/
Dcall_if.hpp185 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
619 condition_if_c(Then /* f */, bool else_ = true) { return else_; } in condition_if_c()
649 bool condition_if(Then f, bool else_ = true) { in condition_if()
/third_party/boost/boost/iostreams/detail/
Dselect.hpp40 typedef mpl::true_ else_; typedef
/third_party/boost/libs/metaparse/example/meta_hs/
Dtoken.hpp163 else_; typedef
/third_party/boost/boost/log/expressions/formatters/
Dif.hpp150 …terminal(LeftT const& left, CondT const& cond, ThenT const& then_, ElseT const& else_) : m_left(le… in if_else_output_terminal()
232 else_; member
/third_party/boost/boost/phoenix/statement/
Dif.hpp126 else_gen<cond_type, then_type> else_; member
/third_party/boost/libs/spirit/example/lex/
Dexample4.cpp67 lex::token_def<> if_, else_, while_; member
Dexample5.cpp182 lex::token_def<lex::omit> else_; member
/third_party/boost/libs/proto/example/
Dvirtual_member.cpp82 struct else_ {}; struct
Dlambda.hpp819 else_generator<Expr> else_; member
/third_party/boost/boost/spirit/home/classic/phoenix/
Dstatements.hpp119 CondT cond; ThenT then; ElseT else_; // actors member
164 else_gen<CondT, ThenT> else_; member
/third_party/boost/boost/lambda/
Dif.hpp375 CondT cond; ThenT then; ElseT else_; // lambda_functors member
418 else_gen<CondT, ThenT> else_; member
/third_party/boost/libs/spirit/example/x3/calc/calc9/
Dast.hpp117 boost::optional<statement> else_; member
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/calc8/
Dast.hpp116 boost::optional<statement> else_; member
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/
Dast.hpp111 boost::optional<statement> else_; member
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/mini_c/
Dast.hpp127 boost::optional<statement> else_; member
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/
Dast.hpp141 boost::optional<statement> else_; member
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure1/
Dast.hpp177 boost::optional<statement> else_; member
/third_party/boost/boost/yap/
Dalgorithm.hpp413 constexpr decltype(auto) else_(Expr && expr) in else_() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DSeparateCompoundExpressions.cpp473 TIntermTyped *else_ = node.getFalseExpression(); in visitTernaryPost() local