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

  /src/external/gpl3/gcc.old/dist/gcc/cp/
method.cc 2243 bool *trivial_p, bool *deleted_p, bool *constexpr_p,
2278 if (constexpr_p && !DECL_DECLARED_CONSTEXPR_P (fn))
2280 *constexpr_p = false;
2301 bool *deleted_p, bool *constexpr_p,
2403 if (constexpr_p
2408 *constexpr_p = false;
2435 spec_p, trivial_p, deleted_p, constexpr_p,
2453 constexpr_p, diag, field, dtor_from_ctor);
2468 bool *deleted_p, bool *constexpr_p)
2506 constexpr_p, diag, BINFO_TYPE (base_binfo))
2718 spec_p, trivial_p, deleted_p, constexpr_p, local
2963 bool constexpr_p = false; local
    [all...]
error.cc 1692 bool constexpr_p; local
1705 constexpr_p = (DECL_DECLARED_CONSTEXPR_P (t)
1743 if (constexpr_p)
decl.cc 11776 bool constexpr_p = decl_spec_seq_has_spec_p (declspecs, ds_constexpr);
11796 constexpr_p = true;
12055 if (consteval_p && constexpr_p)
12069 if (constexpr_p && typedef_p)
12092 if (constinit_p && constexpr_p)
12471 if (constexpr_p && pedantic && cxx_dialect < cxx20)
12515 constexpr_p = 0;
12519 else if (constexpr_p)
12523 constexpr_p = 0;
12558 if (constexpr_p && !concept_p
11761 bool constexpr_p = decl_spec_seq_has_spec_p (declspecs, ds_constexpr); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c/
c-tree.h 462 BOOL_BITFIELD constexpr_p : 1; member in struct:c_declspecs
c-typeck.cc 8386 bool constexpr_p = (VAR_P (decl)
8390 TREE_STATIC (decl) || constexpr_p, constexpr_p);
8361 bool constexpr_p = (VAR_P (decl) local
c-parser.cc 2328 if (specs->constexpr_p)
2577 else if (specs->constexpr_p)
2634 || specs->constexpr_p),
2635 specs->constexpr_p, &richloc);
2705 if (specs->constexpr_p)
2711 !specs->constexpr_p);
2714 if (!specs->constexpr_p && omp_declare_simd_clauses)
2717 if (!specs->constexpr_p
2722 TREE_STATIC (d) || specs->constexpr_p,
2723 specs->constexpr_p, &richloc)
12218 bool constexpr_p = scspecs ? scspecs->constexpr_p : false; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
error.cc 1751 bool constexpr_p; local
1764 constexpr_p = (DECL_DECLARED_CONSTEXPR_P (t)
1802 if (constexpr_p)
decl.cc 12258 bool constexpr_p = decl_spec_seq_has_spec_p (declspecs, ds_constexpr);
12278 constexpr_p = true;
12537 if (consteval_p && constexpr_p)
12551 if (constexpr_p && typedef_p)
12574 if (constinit_p && constexpr_p)
12954 if (constexpr_p && pedantic && cxx_dialect < cxx20)
12998 constexpr_p = 0;
13002 else if (constexpr_p)
13006 constexpr_p = 0;
13041 if (constexpr_p && !concept_p
12243 bool constexpr_p = decl_spec_seq_has_spec_p (declspecs, ds_constexpr); local
    [all...]

Completed in 69 milliseconds