Searched defs:is_break (Results 1 – 5 of 5) sorted by relevance
99 let is_break = val & ALLOWED_BREAK_BIT != 0 && (!state.1 || is_mandatory); in linebreaks() localVariable
180 fn is_break(c: char) -> bool { in is_break() function
1753 bool is_break() const in is_break() function
9844 emit_loop_jump(isel_context* ctx, bool is_break) in emit_loop_jump()