Home | History | Annotate | Download | only in compiler

Lines Matching refs:Break

19 // control builders to handle 'break' and 'continue' statements when they are
27 // Interface for break and continue.
28 virtual void Break() { UNREACHABLE(); }
77 // Primitive support for break and continue.
79 virtual void Break();
81 // Compound control command for conditional break.
110 // Primitive support for break.
111 virtual void Break();
134 // Primitive support for break.
135 virtual void Break();