Home
last modified time | relevance | path

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

/openbsd-src/sys/arch/alpha/stand/
H A Dinstallboot.c105 long bb_flags; /* unknown; always zero */ in main() member
221 bb.bb_flags = 0; in main()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcfgcleanup.c52 enum bb_flags enum
60 #define BB_FLAGS(BB) (enum bb_flags) (BB)->aux
62 (BB)->aux = (void *) (long) ((enum bb_flags) (BB)->aux | (FLAG))
64 (BB)->aux = (void *) (long) ((enum bb_flags) (BB)->aux & ~(FLAG))
H A DChangeLog.712442 * cfgcleanup.c (bb_flags): Add BB_NONTHREADABLE_BLOCK.
15409 * cfgcleanup.c (bb_flags): Remove BB_UPDATE_LIFE.
H A DChangeLog.67788 * cfgcleanup.c (bb_flags): New enum.
/openbsd-src/gnu/gcc/gcc/
H A Dbasic-block.h299 enum bb_flags enum