/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | TreeParser.cs | 120 public override void MatchAny( IIntStream ignore ) in MatchAny() method in Antlr.Runtime.Tree.TreeParser
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | TreeParser.cs | 110 public override void MatchAny(IIntStream ignore) { in MatchAny() method in Antlr.Runtime.Tree.TreeParser
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/ |
D | SlimLexer.cs | 288 public void MatchAny() in MatchAny() method in Antlr.Runtime.SlimLexer
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | Lexer.cs | 226 public virtual void MatchAny() { in MatchAny() method in Antlr.Runtime.Lexer
|
D | BaseRecognizer.cs | 149 public virtual void MatchAny(IIntStream input) { in MatchAny() method in Antlr.Runtime.BaseRecognizer
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | Lexer.cs | 280 public virtual void MatchAny() in MatchAny() method in Antlr.Runtime.Lexer
|
D | BaseRecognizer.cs | 164 public virtual void MatchAny( IIntStream input ) in MatchAny() method in Antlr.Runtime.BaseRecognizer
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
D | DebugTreeGrammar.cs | 365 MatchAny(input); in stat()
|
D | ProfileTreeGrammar.cs | 370 MatchAny(input); in stat()
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.pas | 756 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
|
D | Antlr.Runtime.Tree.pas | 1630 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/ |
D | CSharp3.stg | 1036 MatchAny(input); <checkRuleBacktrackFailure()> 1049 MatchAny(); <checkRuleBacktrackFailure()>
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
D | Delphi.stg | 1125 MatchAny(input); <checkRuleBacktrackFailure()> 1138 MatchAny(); <checkRuleBacktrackFailure()>
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
D | CSharp2.stg | 1056 MatchAny(input); <checkRuleBacktrackFailure()> 1069 MatchAny(); <checkRuleBacktrackFailure()>
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 32893 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/ |
D | X86ISelLowering.cpp | 34510 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()
|