HomeSort by: relevance | last modified time | path
    Searched defs:noexcept_p (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
constraint.cc 2146 bool noexcept_p = COMPOUND_REQ_NOEXCEPT_P (t); local
2147 if (noexcept_p && !processing_template_decl
2204 expr, type, noexcept_p);
3528 NOEXCEPT_P is true iff the noexcept keyword was specified. */
3531 finish_compound_requirement (location_t loc, tree expr, tree type, bool noexcept_p)
3535 COMPOUND_REQ_NOEXCEPT_P (req) = noexcept_p;
  /src/external/gpl3/gcc.old/dist/gcc/cp/
constraint.cc 2059 bool noexcept_p = COMPOUND_REQ_NOEXCEPT_P (t); local
2060 if (noexcept_p && !expr_noexcept_p (expr, tf_none))
3405 NOEXCEPT_P is true iff the noexcept keyword was specified. */
3408 finish_compound_requirement (location_t loc, tree expr, tree type, bool noexcept_p)
3412 COMPOUND_REQ_NOEXCEPT_P (req) = noexcept_p;

Completed in 32 milliseconds