Searched refs:IsTerminator (Results 1 – 3 of 3) sorted by relevance
87 if ((opCode == RegExpOpCode::OP_DOTS) && IsTerminator(currentChar)) { in HandleOpAll()673 inline bool IsTerminator(uint32_t value) const in IsTerminator() function
380 bool IsTerminator() const in IsTerminator() function
164 if (inst.IsTerminator() && !inst.IsSuspend()) { in BuildInstructionsForBB()