OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nilnode
(Results
26 - 50
of
59
) sorted by null
1
2
3
/external/antlr/antlr-3.4/runtime/C/src/
antlr3debughandlers.c
80
static void
nilNode
(pANTLR3_DEBUG_EVENT_LISTENER delboy, pANTLR3_BASE_TREE t);
130
delboy->
nilNode
=
nilNode
;
908
nilNode
(pANTLR3_DEBUG_EVENT_LISTENER delboy, pANTLR3_BASE_TREE t)
911
sprintf(buffer, "
nilNode
\t%d\n", delboy->adaptor->getUniqueID(delboy->adaptor, t));
antlr3rewritestreams.c
105
/** Do special
nilNode
reuse detection for node streams.
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
RemoteDebugEventSocketListener.cs
458
} else if (elements[0].Equals("
nilNode
")) {
461
listener.
NilNode
(node);
DebugTreeAdaptor.cs
108
dbg.
NilNode
(node);
IDebugEventListener.cs
312
void
NilNode
(object t);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
RemoteDebugEventSocketListener.cs
595
else if ( elements[0].Equals( "
nilNode
" ) )
599
listener.
NilNode
( node );
DebugTreeAdaptor.cs
141
dbg.
NilNode
( node );
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
RemoteDebugEventSocketListener.java
392
else if ( elements[0].equals("
nilNode
") ) {
395
listener.
nilNode
(node);
DebugTreeAdaptor.java
104
dbg.
nilNode
(node);
DebugEventListener.java
266
public void
nilNode
(Object t);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
AST.stg
131
root_0 = (<ASTLabelType>)(ADAPTOR->
nilNode
(ADAPTOR));<\n>
271
root_0 = (<ASTLabelType>)(ADAPTOR->
nilNode
(ADAPTOR));
427
<ASTLabelType> root_<treeLevel> = (<ASTLabelType>)(ADAPTOR->
nilNode
(ADAPTOR));
ASTTreeParser.stg
87
root_<treeLevel> = (<ASTLabelType>)(ADAPTOR->
nilNode
(ADAPTOR));
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDebugEventProxy.m
336
[self sendToDebugger:[NSString stringWithFormat:@"
nilNode
%u", hash]];
/prebuilts/go/darwin-x86/pkg/darwin_amd64/text/template/
parse.a
72
type @"".
NilNode
struct { ? @"".NodeType; ? @"".Pos; @"".tr *@"".Tree }
73
func (@"".n·2 *@"".
NilNode
"esc:0xa") Copy () (? @"".Node) { return @"".n·2.@"".tr.@"".newNil(@"".n·2.Pos) }
74
func (@"".n·2 *@"".
NilNode
"esc:0x1") String () (? string) { return "nil" }
75
func (@"".n·2 *@"".
NilNode
"esc:0x1") Type () (? @"".NodeType) { return @"".NodeType(0xc) }
76
func (@"".n·2 *@"".
NilNode
"esc:0x22") @"".tree () (? *@"".Tree) { return @"".n·2.@"".tr }
152
func (@"".t·2 *@"".Tree) @"".newNil (@"".pos·3 @"".Pos) (? *@"".
NilNode
) { return (&@"".
NilNode
{ @"".tr:@"".t·2, NodeType:@"".NodeType(0xc), Pos:@"".pos·3 }) }
[
all
...]
/prebuilts/go/darwin-x86/src/text/template/
exec.go
386
case *parse.
NilNode
:
661
case *parse.
NilNode
:
775
case *parse.
NilNode
:
776
//
NilNode
is handled in evalArg, the only place that calls here.
/prebuilts/go/linux-x86/pkg/linux_amd64/text/template/
parse.a
72
type @"".
NilNode
struct { ? @"".NodeType; ? @"".Pos; @"".tr *@"".Tree }
73
func (@"".n·2 *@"".
NilNode
"esc:0xa") Copy () (? @"".Node) { return @"".n·2.@"".tr.@"".newNil(@"".n·2.Pos) }
74
func (@"".n·2 *@"".
NilNode
"esc:0x1") String () (? string) { return "nil" }
75
func (@"".n·2 *@"".
NilNode
"esc:0x1") Type () (? @"".NodeType) { return @"".NodeType(0xc) }
76
func (@"".n·2 *@"".
NilNode
"esc:0x22") @"".tree () (? *@"".Tree) { return @"".n·2.@"".tr }
152
func (@"".t·2 *@"".Tree) @"".newNil (@"".pos·3 @"".Pos) (? *@"".
NilNode
) { return (&@"".
NilNode
{ @"".tr:@"".t·2, NodeType:@"".NodeType(0xc), Pos:@"".pos·3 }) }
[
all
...]
/prebuilts/go/linux-x86/src/text/template/
exec.go
386
case *parse.
NilNode
:
661
case *parse.
NilNode
:
775
case *parse.
NilNode
:
776
//
NilNode
is handled in evalArg, the only place that calls here.
/external/antlr/antlr-3.4/runtime/C/include/
antlr3debugeventlistener.h
328
void (*
nilNode
) (pANTLR3_DEBUG_EVENT_LISTENER delboy, pANTLR3_BASE_TREE t);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/
IDebugEventListener.cs
314
void
NilNode
( object t );
/prebuilts/go/darwin-x86/pkg/darwin_amd64_race/text/template/
parse.a
72
type @"".
NilNode
struct { ? @"".NodeType; ? @"".Pos; @"".tr *@"".Tree }
73
func (@"".n·2 *@"".
NilNode
"esc:0xa") Copy () (? @"".Node) { return @"".n·2.@"".tr.@"".newNil(@"".n·2.Pos) }
74
func (@"".n·2 *@"".
NilNode
"esc:0x1") String () (? string) { return "nil" }
75
func (@"".n·2 *@"".
NilNode
"esc:0x1") Type () (? @"".NodeType) { return @"".NodeType(0xc) }
76
func (@"".n·2 *@"".
NilNode
"esc:0x22") @"".tree () (? *@"".Tree) { return @"".n·2.@"".tr }
152
func (@"".t·2 *@"".Tree) @"".newNil (@"".pos·3 @"".Pos) (? *@"".
NilNode
) { return (&@"".
NilNode
{ @"".tr:@"".t·2, NodeType:@"".NodeType(0xc), Pos:@"".pos·3 }) }
[
all
...]
/prebuilts/go/linux-x86/pkg/linux_amd64_race/text/template/
parse.a
72
type @"".
NilNode
struct { ? @"".NodeType; ? @"".Pos; @"".tr *@"".Tree }
73
func (@"".n·2 *@"".
NilNode
"esc:0xa") Copy () (? @"".Node) { return @"".n·2.@"".tr.@"".newNil(@"".n·2.Pos) }
74
func (@"".n·2 *@"".
NilNode
"esc:0x1") String () (? string) { return "nil" }
75
func (@"".n·2 *@"".
NilNode
"esc:0x1") Type () (? @"".NodeType) { return @"".NodeType(0xc) }
76
func (@"".n·2 *@"".
NilNode
"esc:0x22") @"".tree () (? *@"".Tree) { return @"".n·2.@"".tr }
152
func (@"".t·2 *@"".Tree) @"".newNil (@"".pos·3 @"".Pos) (? *@"".
NilNode
) { return (&@"".
NilNode
{ @"".tr:@"".t·2, NodeType:@"".NodeType(0xc), Pos:@"".pos·3 }) }
[
all
...]
/external/antlr/antlr-3.4/runtime/C/
ChangeLog
61
(in the case of rewrtie streams), where the
nilNode
was just a temporary
64
In these cases we can see that the
nilNode
would just be left ot rot in
/prebuilts/tools/common/m2/repository/org/antlr/antlr-runtime/3.5.2/
antlr-runtime-3.5.2.jar
/prebuilts/tools/common/offline-m2/org/antlr/antlr-runtime/3.5.2/
antlr-runtime-3.5.2.jar
/prebuilts/go/darwin-x86/pkg/darwin_amd64_race/text/
template.a
114
type @"text/template/parse".
NilNode
struct { ? @"text/template/parse".NodeType; ? @"text/template/parse".Pos; @"text/template/parse".tr *@"text/template/parse".Tree }
115
func (@"text/template/parse".n·2 *@"text/template/parse".
NilNode
"esc:0xa") Copy () (? @"text/template/parse".Node) { return @"text/template/parse".n·2.@"text/template/parse".tr.@"text/template/parse".newNil(@"text/template/parse".n·2.Pos) }
116
func (@"text/template/parse".n·2 *@"text/template/parse".
NilNode
"esc:0x1") String () (? string) { return "nil" }
117
func (@"text/template/parse".n·2 *@"text/template/parse".
NilNode
"esc:0x1") Type () (? @"text/template/parse".NodeType) { return @"text/template/parse".NodeType(0xc) }
118
func (@"text/template/parse".n·2 *@"text/template/parse".
NilNode
"esc:0x22") @"text/template/parse".tree () (? *@"text/template/parse".Tree) { return @"text/template/parse".n·2.@"text/template/parse".tr }
170
func (@"text/template/parse".t·2 *@"text/template/parse".Tree) @"text/template/parse".newNil (@"text/template/parse".pos·3 @"text/template/parse".Pos) (? *@"text/template/parse".
NilNode
) { return (&@"text/template/parse".
NilNode
{ @"text/template/parse".tr:@"text/template/parse".t·2, NodeType:@"text/template/parse".NodeType(0xc), Pos:@"text/template/parse".pos·3 }) }
[
all
...]
Completed in 1288 milliseconds
1
2
3