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

  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 6784 bool constexprp = declspecs->constexpr_p;
7027 || constexprp
7046 gcc_assert (!constexprp);
7054 || constexprp
7059 && !constexprp
7086 constexprp = false;
8070 if (storage_class == csc_register || threadp || constexprp)
8191 if (constexprp)
8243 if (constexprp)
6758 bool constexprp = declspecs->constexpr_p; local

Completed in 76 milliseconds