Searched refs:terminators (Results 1 – 12 of 12) sorted by relevance
5 ; This requires updating the BNE-J terminators to a BEQ. The BNE instruction
30 beginning with the entry blocks. If the terminators seem to match,
491 const UChar* terminators; in nextString() local496 terminators = c == QUOTE ? DQUOTE_STOPLIST : SQUOTE_STOPLIST; in nextString()498 terminators = NOQUOTE_STOPLIST; in nextString()501 while (p < e && !inList(*p, terminators)) ++p; in nextString()
619 ; terminators for such constructs.
344 # test for bug #4158381: No breaks when there are no terminators around
371 instruction <../LangRef.html#terminators>`_ such as return or branch.
339 flow instruction <../LangRef.html#terminators>`_ such as return or
565 :ref:`terminator <terminators>` instruction (such as a branch or function2084 instruction <terminators>` if the terminator instruction has2932 of instructions: :ref:`terminator instructions <terminators>`, :ref:`binary
990 Fixed V8 to count line terminators in multi-line comments.
15516 One side effect of the firefox model is that any line terminators
4811 two-character line terminators.
219 Test: fast/text/international/bidi-european-terminators.html