Home
last modified time | relevance | path

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

/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeParser.cs120 public override void MatchAny( IIntStream ignore ) in MatchAny() method in Antlr.Runtime.Tree.TreeParser
/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/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
DSlimLexer.cs288 public void MatchAny() in MatchAny() method in Antlr.Runtime.SlimLexer
/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/CSharp3/Sources/Antlr3.Runtime/
DLexer.cs280 public virtual void MatchAny() in MatchAny() method in Antlr.Runtime.Lexer
DBaseRecognizer.cs164 public virtual void MatchAny( IIntStream input ) in MatchAny() method in Antlr.Runtime.BaseRecognizer
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DDebugTreeGrammar.cs365 MatchAny(input); in stat()
DProfileTreeGrammar.cs370 MatchAny(input); in stat()
/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/CSharp3/
DCSharp3.stg1036 MatchAny(input); <checkRuleBacktrackFailure()>
1049 MatchAny(); <checkRuleBacktrackFailure()>
/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/CSharp2/
DCSharp2.stg1056 MatchAny(input); <checkRuleBacktrackFailure()>
1069 MatchAny(); <checkRuleBacktrackFailure()>
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp32893 bool MatchAny = true; in matchUnaryShuffle() local
32896 for (unsigned i = 0; i != NumDstElts && (MatchAny || MatchZero); ++i) { in matchUnaryShuffle()
32898 MatchAny = MatchZero = false; in matchUnaryShuffle()
32901 MatchAny &= isUndefInRange(Mask, (i * Scale) + 1, Scale - 1); in matchUnaryShuffle()
32904 if (MatchAny || MatchZero) { in matchUnaryShuffle()
32914 Shuffle = unsigned(MatchAny ? ISD::ANY_EXTEND : ISD::ZERO_EXTEND); in matchUnaryShuffle()
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp34510 bool MatchAny = true; in matchUnaryShuffle() local
34513 for (unsigned i = 0; i != NumDstElts && (MatchAny || MatchZero); ++i) { in matchUnaryShuffle()
34515 MatchAny = MatchZero = false; in matchUnaryShuffle()
34518 MatchAny &= isUndefInRange(Mask, (i * Scale) + 1, Scale - 1); in matchUnaryShuffle()
34521 if (MatchAny || MatchZero) { in matchUnaryShuffle()
34531 Shuffle = unsigned(MatchAny ? ISD::ANY_EXTEND : ISD::ZERO_EXTEND); in matchUnaryShuffle()