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

  /src/external/gpl3/gcc/dist/gcc/cp/
tree.cc 1203 bool needs_ctor = (TYPE_NEEDS_CONSTRUCTING (t)
1217 TYPE_NEEDS_CONSTRUCTING (v) = needs_ctor;
1202 bool needs_ctor = (TYPE_NEEDS_CONSTRUCTING (t) local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
tree.cc 1175 bool needs_ctor = (TYPE_NEEDS_CONSTRUCTING (t)
1189 TYPE_NEEDS_CONSTRUCTING (v) = needs_ctor;
1174 bool needs_ctor = (TYPE_NEEDS_CONSTRUCTING (t) local

Completed in 33 milliseconds