Home
last modified time | relevance | path

Searched defs:MatchAny (Results 1 – 7 of 7) sorted by relevance

/external/perfetto/ui/src/common/
Dquery_utils.ts19 MatchAny = 2, enumerator
/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.pas1096 procedure MatchAny; procedure
2261 procedure MatchAny(const Input: IIntStream); virtual; procedure
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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp32896 bool MatchAny = true; in matchUnaryShuffle() local