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

/freebsd-12-stable/contrib/gcc/
H A Dtree-dump.h95 extern int dump_flag (dump_info_p, int, tree);
H A Dtree-dump.c363 if (TREE_CHAIN (t) && !dump_flag (di, TDF_SLIM, NULL))
533 if (DECL_LANG_SPECIFIC (t) && !dump_flag (di, TDF_SLIM, t))
688 if (dump_flag (di, TDF_ADDRESS, NULL))
698 int dump_flag (dump_info_p di, int flag, tree node) function
/freebsd-12-stable/sbin/devmatch/
H A Ddevmatch.c59 static int dump_flag; variable
260 if (dump_flag || verbose_flag)
269 if (dump_flag || verbose_flag)
273 if (!dump_flag && !unbound_flag && lastmod && strcmp(lastmod, "kernel") == 0)
278 if (dump_flag || verbose_flag)
295 if (dump_flag)
310 if (dump_flag) {
346 if (dump_flag) {
368 if (dump_flag) /* No per-row data stored */
386 if (dump_flag)
[all...]
/freebsd-12-stable/crypto/openssh/regress/misc/kexfuzz/
H A Dkexfuzz.c346 int count_flag = 0, dump_flag = 0, replace_flag = 0; local
363 dump_flag = 1;
405 if ((count_flag + dump_flag + replace_flag) != 1)
438 if (dump_flag) {
448 dump_flag ? data_path : NULL,
/freebsd-12-stable/contrib/gcc/cp/
H A Ddump.c268 if (!dump_flag (di, TDF_SLIM, t) && TYPE_BINFO (t))
350 else if (!dump_flag (di, TDF_SLIM, t))

Completed in 109 milliseconds