Searched refs:do_default (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/groff/src/utils/addftinfo/
H A Dguess.cpp34 goto do_default;
38 do_default:
/freebsd-9.3-release/contrib/binutils/gas/
H A Das.c150 goto do_default;
162 do_default:
/freebsd-9.3-release/contrib/gcc/cp/
H A Ddecl.c4246 /* do_default is really a C-ism to deal with tentative definitions.
4248 int do_default = !DECL_EXTERNAL (decl);
4271 do_default);
4279 if (do_default)
5909 cp_complete_array_type (tree *ptype, tree initial_value, bool do_default)
5934 failure = complete_array_type (ptype, initial_value, do_default);
4237 int do_default = !DECL_EXTERNAL (decl); local
5896 cp_complete_array_type(tree *ptype, tree initial_value, bool do_default) argument
/freebsd-9.3-release/contrib/gcc/
H A Dc-decl.c3515 bool do_default
3523 do_default);
3535 if (do_default)
3498 bool do_default local
H A Dc-common.c6339 complete_array_type (tree *ptype, tree initial_value, bool do_default)
6399 if (!do_default)
6320 complete_array_type(tree *ptype, tree initial_value, bool do_default) argument

Completed in 113 milliseconds