Searched refs:all_flags (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Dpeep.c1680 int all_flags = 0; local
1712 all_flags |= AAS_PKG_SCALAR;
1719 all_flags |= (top && (o->op_flags & OPf_REF))
1730 all_flags |= (o->op_private & OPpLVAL_INTRO)
1740 all_flags |= AAS_DANGEROUS; /* @{expr}, %{expr} */
1744 all_flags |= AAS_PKG_AGG;
1746 all_flags |= AAS_DANGEROUS;
1753 all_flags |= AAS_DANGEROUS; /* ${expr} */
1756 all_flags |= AAS_PKG_SCALAR; /* $pkg */
1778 all_flags |
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dbb-reorder.c2015 int size, all_flags;
2043 all_flags = 0;
2045 all_flags |= e->flags;
2046 if (all_flags & EDGE_COMPLEX)
2014 int size, all_flags; local

Completed in 114 milliseconds