Home
last modified time | relevance | path

Searched refs:Nil (Results 1 – 25 of 35) sorted by relevance

12

/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DDebugGrammarParser.cs158 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 …]
DProfileGrammarParser.cs162 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/
Dcomptypes-2.m5 #define Nil (void *)0; macro
19 Class obj_C = Nil;
Dcomptypes-7.m4 #define Nil (void *)0; macro
20 Class obj_C = Nil;
69 Class bar1 = Nil;
70 Class <MyProtocol> bar = Nil;
Dcomptypes-1.m4 #define Nil (void *)0; macro
25 Class obj_C = Nil;
Dobjc-string-constant.m3 #define nil 0 /* id of Nil instance */
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
DITreeFixture.cs240 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/
DDebugTreeAdaptor.cs106 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/
DITreeFactory.cs45 TTree Nil(); in Nil() method
DITreeAdaptor`1.cs65 T Nil(); in Nil() method
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DDebugTreeAdaptor.cs138 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/
DITreeAdaptor.cs77 object Nil(); in Nil() method
DTreePatternParser.cs129 return adaptor.Nil(); in ParseNode()
DBaseTreeAdaptor.cs51 public virtual object Nil() { in Nil() method in Antlr.Runtime.Tree.BaseTreeAdaptor
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DITreeAdaptor.cs133 object Nil(); in Nil() method
DTreePatternParser.cs152 return adaptor.Nil(); in ParseNode()
DBaseTreeAdaptor.cs54 public virtual object Nil() in Nil() method in Antlr.Runtime.Tree.BaseTreeAdaptor
/external/antlr/runtime/CSharp2/
DAPI CHANGES.TXT47 Antlr.Runtime.Tree.ITreeAdaptor.GetNilNode has been turned into property Nil (implementing classes …
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DAST.stg111 root_0 = (<ASTLabelType>)adaptor.Nil();
192 root_0 = (<ASTLabelType>)adaptor.Nil();
306 <ASTLabelType> root_<treeLevel> = (<ASTLabelType>)adaptor.Nil();
DASTTreeParser.stg80 <ASTLabelType> root_<treeLevel> = (<ASTLabelType>)adaptor.Nil();
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DAST.stg111 root_0 = (<ASTLabelType>)adaptor.Nil();
194 root_0 = (<ASTLabelType>)adaptor.Nil();
308 <ASTLabelType> root_<treeLevel> = (<ASTLabelType>)adaptor.Nil();
DASTTreeParser.stg79 <ASTLabelType> root_<treeLevel> = (<ASTLabelType>)adaptor.Nil();
/external/antlr/runtime/Cpp/include/
Dantlr3commontree.inl132 // 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/
Diso4217raw.txt500 UIC-Franc XFU Nil
501 Gold-Franc XFO Nil
/external/clang/test/Analysis/
Dmisc-ps.m1102 …@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…

12