Searched refs:noexcept_p (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | constraint.cc | 1992 bool noexcept_p = COMPOUND_REQ_NOEXCEPT_P (t); in tsubst_compound_requirement() local 1993 if (noexcept_p && !expr_noexcept_p (expr, tf_none)) in tsubst_compound_requirement() 2016 expr, type, noexcept_p); in tsubst_compound_requirement() 2961 finish_compound_requirement (location_t loc, tree expr, tree type, bool noexcept_p) in finish_compound_requirement() argument 2965 COMPOUND_REQ_NOEXCEPT_P (req) = noexcept_p; in finish_compound_requirement()
|
| H A D | parser.c | 28068 bool noexcept_p = false; in cp_parser_compound_requirement() local 28072 noexcept_p = true; in cp_parser_compound_requirement() 28121 return finish_compound_requirement (loc, expr, type, noexcept_p); in cp_parser_compound_requirement()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | constraint.cc | 2059 bool noexcept_p = COMPOUND_REQ_NOEXCEPT_P (t); in tsubst_compound_requirement() local 2060 if (noexcept_p && !expr_noexcept_p (expr, tf_none)) in tsubst_compound_requirement() 3407 finish_compound_requirement (location_t loc, tree expr, tree type, bool noexcept_p) in finish_compound_requirement() argument 3411 COMPOUND_REQ_NOEXCEPT_P (req) = noexcept_p; in finish_compound_requirement()
|
| H A D | parser.cc | 30272 bool noexcept_p = false; in cp_parser_compound_requirement() local 30276 noexcept_p = true; in cp_parser_compound_requirement() 30325 return finish_compound_requirement (loc, expr, type, noexcept_p); in cp_parser_compound_requirement()
|