Home
last modified time | relevance | path

Searched refs:default_p (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dcpu-arc.c25 #define ARC(mach, print_name, default_p, next) \ argument
35 default_p, \
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dcpu-arc.c25 #define ARC(mach, print_name, default_p, next) \ argument
35 default_p, \
/openbsd-src/gnu/gcc/gcc/
H A Dgengtype.c1816 int default_p = 0; in walk_type() local
1829 default_p = 1; in walk_type()
1844 else if (union_p && default_p) in walk_type()
1850 else if (! union_p && (default_p || tagid)) in walk_type()
1853 default_p ? "default" : "tag", f->name); in walk_type()
1854 else if (union_p && ! (default_p || tagid) in walk_type()
1862 else if (union_p && ! (default_p || tagid)) in walk_type()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgengtype.c1529 int default_p = 0; local
1550 default_p = 1;
1604 seen_default |= default_p;
1619 else if (default_p)
/openbsd-src/gnu/gcc/libmudflap/
H A Dmf-runtime.c464 int default_p = (opt->value == * opt->target); in __mf_usage() local
471 if (default_p) in __mf_usage()