Home
last modified time | relevance | path

Searched refs:MatchAny (Results 1 – 10 of 10) sorted by relevance

/external/perfetto/ui/src/common/
Dquery_utils.ts19 MatchAny = 2, enumerator
36 if (flags & EscapeFlag.MatchAny) {
48 return escape(s, EscapeFlag.CaseInsensitive | EscapeFlag.MatchAny);
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeParser.cs110 public override void MatchAny(IIntStream ignore) { in MatchAny() method in Antlr.Runtime.Tree.TreeParser
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DLexer.cs226 public virtual void MatchAny() { in MatchAny() method in Antlr.Runtime.Lexer
DBaseRecognizer.cs149 public virtual void MatchAny(IIntStream input) { in MatchAny() method in Antlr.Runtime.BaseRecognizer
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas756 procedure MatchAny(const Input: IIntStream);
1096 procedure MatchAny; procedure
2261 procedure MatchAny(const Input: IIntStream); virtual; procedure
2465 procedure MatchAny; reintroduce; overload; virtual;
4509 procedure TBaseRecognizer.MatchAny(const Input: IIntStream); procedure
5497 procedure TLexer.MatchAny; procedure
DAntlr.Runtime.Tree.pas1630 procedure MatchAny(const Input: IIntStream); override; procedure
3790 procedure TTreeParser.MatchAny(const Input: IIntStream); procedure
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DDelphi.stg1125 MatchAny(input); <checkRuleBacktrackFailure()>
1138 MatchAny(); <checkRuleBacktrackFailure()>
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DCSharp3.stg1036 MatchAny(input); <checkRuleBacktrackFailure()>
1049 MatchAny(); <checkRuleBacktrackFailure()>
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DCSharp2.stg1056 MatchAny(input); <checkRuleBacktrackFailure()>
1069 MatchAny(); <checkRuleBacktrackFailure()>
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp32896 bool MatchAny = true; in matchUnaryShuffle() local
32899 for (unsigned i = 0; i != NumDstElts && (MatchAny || MatchZero); ++i) { in matchUnaryShuffle()
32901 MatchAny = MatchZero = false; in matchUnaryShuffle()
32904 MatchAny &= isUndefInRange(Mask, (i * Scale) + 1, Scale - 1); in matchUnaryShuffle()
32907 if (MatchAny || MatchZero) { in matchUnaryShuffle()
32917 Shuffle = unsigned(MatchAny ? ISD::ANY_EXTEND : ISD::ZERO_EXTEND); in matchUnaryShuffle()