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

  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 5815 bool do_default
5823 do_default);
5835 if (do_default)
5792 bool do_default local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 5407 bool do_default
5415 do_default);
5427 if (do_default)
5384 bool do_default local
  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 6449 /* do_default is really a C-ism to deal with tentative definitions.
6451 int do_default = !DECL_EXTERNAL (decl);
6483 do_default);
6492 if (do_default)
10231 2 if there was no information (in which case assume 0 if DO_DEFAULT),
10235 cp_complete_array_type (tree *ptype, tree initial_value, bool do_default)
10264 failure = complete_array_type (ptype, initial_value, do_default);
10288 bool do_default, tsubst_flags_t complain)
10295 failure = cp_complete_array_type (ptype, initial_value, do_default);
10306 if (do_default)
6440 int do_default = !DECL_EXTERNAL (decl); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 6100 /* do_default is really a C-ism to deal with tentative definitions.
6102 int do_default = !DECL_EXTERNAL (decl);
6134 do_default);
6143 if (do_default)
9778 2 if there was no information (in which case assume 0 if DO_DEFAULT),
9782 cp_complete_array_type (tree *ptype, tree initial_value, bool do_default)
9811 failure = complete_array_type (ptype, initial_value, do_default);
9835 bool do_default, tsubst_flags_t complain)
9842 failure = cp_complete_array_type (ptype, initial_value, do_default);
9853 if (do_default)
6091 int do_default = !DECL_EXTERNAL (decl); local
    [all...]

Completed in 56 milliseconds