Searched refs:or_else (Results 1 – 7 of 7) sorted by relevance
1145 or_else(_Fn&& __f) const&1158 or_else(_Fn&& __f) &&
2095 is_class_type (tree type, int or_else) in is_class_type() argument2102 if (or_else) in is_class_type()
2332 is_class_type (tree type, int or_else) in is_class_type() argument2339 if (or_else) in is_class_type()
1057 rexpr_location (tree expr, location_t or_else = UNKNOWN_LOCATION)1060 return or_else;1066 return or_else;1078 return or_else;1080 return rexpr_location (tsi_stmt (i), or_else);
1064 rexpr_location (tree expr, location_t or_else = UNKNOWN_LOCATION) in rexpr_location() argument1067 return or_else; in rexpr_location()1073 return or_else; in rexpr_location()1085 return or_else; in rexpr_location()1087 return rexpr_location (tsi_stmt (i), or_else); in rexpr_location()
1583 (optional::and_then, optional::transform, optional::or_else):1591 * testsuite/20_util/optional/monadic/or_else.cc: New test.
107964 1fb80e2a52e88cb6b62919fce0976800 libstdc++-v3/testsuite/20_util/optional/monadic/or_else.cc