/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
D | DebugGrammarParser.cs | 158 root_0 = (CommonTree)adaptor.Nil(); in prog() 356 root_0 = (CommonTree)adaptor.Nil(); in stat() 406 root_0 = (CommonTree)adaptor.Nil(); in stat() 412 CommonTree root_1 = (CommonTree)adaptor.Nil(); in stat() 460 root_0 = (CommonTree)adaptor.Nil(); in stat() 495 root_0 = (CommonTree)adaptor.Nil(); in stat() 634 root_0 = (CommonTree)adaptor.Nil(); in func() 640 CommonTree root_1 = (CommonTree)adaptor.Nil(); in func() 733 root_0 = (CommonTree)adaptor.Nil(); in formalPar() 826 root_0 = (CommonTree)adaptor.Nil(); in expr() [all …]
|
D | ProfileGrammarParser.cs | 162 root_0 = (CommonTree)adaptor.Nil(); in prog() 360 root_0 = (CommonTree)adaptor.Nil(); in stat() 410 root_0 = (CommonTree)adaptor.Nil(); in stat() 416 CommonTree root_1 = (CommonTree)adaptor.Nil(); in stat() 464 root_0 = (CommonTree)adaptor.Nil(); in stat() 499 root_0 = (CommonTree)adaptor.Nil(); in stat() 638 root_0 = (CommonTree)adaptor.Nil(); in func() 644 CommonTree root_1 = (CommonTree)adaptor.Nil(); in func() 737 root_0 = (CommonTree)adaptor.Nil(); in formalPar() 830 root_0 = (CommonTree)adaptor.Nil(); in expr() [all …]
|
/external/clang/test/SemaObjC/ |
D | comptypes-2.m | 5 #define Nil (void *)0; macro 19 Class obj_C = Nil;
|
D | comptypes-7.m | 4 #define Nil (void *)0; macro 20 Class obj_C = Nil; 69 Class bar1 = Nil; 70 Class <MyProtocol> bar = Nil;
|
D | comptypes-1.m | 4 #define Nil (void *)0; macro 25 Class obj_C = Nil;
|
D | objc-string-constant.m | 3 #define nil 0 /* id of Nil instance */
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/ |
D | ITreeFixture.cs | 240 CommonTree root_0 = (CommonTree)adaptor.Nil(); in testBecomeRoot6() 241 CommonTree root_1 = (CommonTree)adaptor.Nil(); in testBecomeRoot6() 339 CommonTree newChildren = (CommonTree)adaptor.Nil(); in testReplaceOneWithTwoAtLeft() 358 CommonTree newChildren = (CommonTree)adaptor.Nil(); in testReplaceOneWithTwoAtRight() 377 CommonTree newChildren = (CommonTree)adaptor.Nil(); in testReplaceOneWithTwoInMiddle() 444 CommonTree newChildren = (CommonTree)adaptor.Nil(); in testReplaceAllWithTwo()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | DebugTreeAdaptor.cs | 106 public virtual object Nil() { in Nil() method in Antlr.Runtime.Debug.DebugTreeAdaptor 107 object node = adaptor.Nil(); in Nil()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/ |
D | ITreeFactory.cs | 45 TTree Nil(); in Nil() method
|
D | ITreeAdaptor`1.cs | 65 T Nil(); in Nil() method
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | DebugTreeAdaptor.cs | 138 public virtual object Nil() in Nil() method in Antlr.Runtime.Debug.DebugTreeAdaptor 140 object node = adaptor.Nil(); in Nil()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | ITreeAdaptor.cs | 77 object Nil(); in Nil() method
|
D | TreePatternParser.cs | 129 return adaptor.Nil(); in ParseNode()
|
D | BaseTreeAdaptor.cs | 51 public virtual object Nil() { in Nil() method in Antlr.Runtime.Tree.BaseTreeAdaptor
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | ITreeAdaptor.cs | 133 object Nil(); in Nil() method
|
D | TreePatternParser.cs | 152 return adaptor.Nil(); in ParseNode()
|
D | BaseTreeAdaptor.cs | 54 public virtual object Nil() in Nil() method in Antlr.Runtime.Tree.BaseTreeAdaptor
|
/external/antlr/runtime/CSharp2/ |
D | API CHANGES.TXT | 47 Antlr.Runtime.Tree.ITreeAdaptor.GetNilNode has been turned into property Nil (implementing classes …
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
D | AST.stg | 111 root_0 = (<ASTLabelType>)adaptor.Nil(); 192 root_0 = (<ASTLabelType>)adaptor.Nil(); 306 <ASTLabelType> root_<treeLevel> = (<ASTLabelType>)adaptor.Nil();
|
D | ASTTreeParser.stg | 80 <ASTLabelType> root_<treeLevel> = (<ASTLabelType>)adaptor.Nil();
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
D | AST.stg | 111 root_0 = (<ASTLabelType>)adaptor.Nil(); 194 root_0 = (<ASTLabelType>)adaptor.Nil(); 308 <ASTLabelType> root_<treeLevel> = (<ASTLabelType>)adaptor.Nil();
|
D | ASTTreeParser.stg | 79 <ASTLabelType> root_<treeLevel> = (<ASTLabelType>)adaptor.Nil();
|
/external/antlr/runtime/Cpp/include/ |
D | antlr3commontree.inl | 132 // Tree we are adding is not a Nil and might have children to copy 448 // This is a Nil tree if it has no payload (Token in our case)
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | iso4217raw.txt | 500 UIC-Franc XFU Nil 501 Gold-Franc XFO Nil
|
/external/clang/test/Analysis/ |
D | misc-ps.m | 1102 …@synchronized(x) {} // expected-warning{{Nil value used as mutex for @synchronized() (no synchroni… 1107 …@synchronized(x) {} // expected-warning{{Nil value used as mutex for @synchronized() (no synchroni…
|