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

  /src/external/gpl3/gcc.old/dist/gcc/cp/
constexpr.cc 5753 tree ary_ctor = build_constructor (type, NULL); local
5755 vec_safe_reserve (CONSTRUCTOR_ELTS (ary_ctor), num_elts);
5763 CONSTRUCTOR_ELTS (ary_ctor)->quick_push (elt);
5766 *valp = ary_ctor;
  /src/external/gpl3/gcc/dist/gcc/cp/
constexpr.cc 6492 tree ary_ctor = build_constructor (type, NULL);
6494 vec_safe_reserve (CONSTRUCTOR_ELTS (ary_ctor), num_elts);
6502 CONSTRUCTOR_ELTS (ary_ctor)->quick_push (elt);
6505 *valp = ary_ctor;

Completed in 55 milliseconds