Searched defs:IsRepeat (Results 1 – 5 of 5) sorted by relevance
736 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function
752 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function
780 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function
96 bool IsRepeat() { return command_type_ == Type::kRepeat; } in IsRepeat() function
7527 bool IsRepeat = false; in resolveTargetShuffleInputsAndMask() local