Home
last modified time | relevance | path

Searched defs:IsNil (Results 1 – 23 of 23) sorted by relevance

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DCommonErrorNode.cs62 public override bool IsNil { property in Antlr.Runtime.Tree.CommonErrorNode
DCommonTree.cs105 public override bool IsNil { property in Antlr.Runtime.Tree.CommonTree
DITree.cs113 bool IsNil { property
DBaseTree.cs103 public virtual bool IsNil { property in Antlr.Runtime.Tree.BaseTree
DITreeAdaptor.cs100 bool IsNil(object tree); in IsNil() method
DBaseTreeAdaptor.cs77 public virtual bool IsNil(object tree) { in IsNil() method in Antlr.Runtime.Tree.BaseTreeAdaptor
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DCommonErrorNode.cs66 public override bool IsNil property in Antlr.Runtime.Tree.CommonErrorNode
DCommonTree.cs120 public override bool IsNil property in Antlr.Runtime.Tree.CommonTree
DITree.cs118 bool IsNil property
DBaseTree.cs123 public virtual bool IsNil property in Antlr.Runtime.Tree.BaseTree
DITreeAdaptor.cs156 bool IsNil( object tree ); in IsNil() method
DBaseTreeAdaptor.cs82 public virtual bool IsNil( object tree ) in IsNil() method in Antlr.Runtime.Tree.BaseTreeAdaptor
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBitSet.cs248 public bool IsNil() { in IsNil() method in Antlr.Runtime.BitSet
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DBitSet.cs292 public bool IsNil() in IsNil() method in Antlr.Runtime.BitSet
/external/webrtc/webrtc/base/
Dsocketaddress.cc72 bool SocketAddress::IsNil() const { in IsNil() function in rtc::SocketAddress
Dipaddress.cc57 bool IPAddress::IsNil() const { in IsNil() function in rtc::IPAddress
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
DITreeAdaptor`1.cs88 bool IsNil(T tree); in IsNil() method
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go79 func (c Context) IsNil() bool { return c.C == nil } func
80 func (c Module) IsNil() bool { return c.C == nil } func
81 func (c Type) IsNil() bool { return c.C == nil } func
82 func (c Value) IsNil() bool { return c.C == nil } func
83 func (c BasicBlock) IsNil() bool { return c.C == nil } func
84 func (c Builder) IsNil() bool { return c.C == nil } func
85 func (c ModuleProvider) IsNil() bool { return c.C == nil } func
86 func (c MemoryBuffer) IsNil() bool { return c.C == nil } func
87 func (c PassManager) IsNil() bool { return c.C == nil } func
88 func (c Use) IsNil() bool { return c.C == nil } func
[all …]
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugTreeAdaptor.cs112 public virtual bool IsNil(object tree) { in IsNil() method in Antlr.Runtime.Debug.DebugTreeAdaptor
/external/llvm/bindings/go/llvm/
Dir.go72 func (c Context) IsNil() bool { return c.C == nil } func
73 func (c Module) IsNil() bool { return c.C == nil } func
74 func (c Type) IsNil() bool { return c.C == nil } func
75 func (c Value) IsNil() bool { return c.C == nil } func
76 func (c BasicBlock) IsNil() bool { return c.C == nil } func
77 func (c Builder) IsNil() bool { return c.C == nil } func
78 func (c ModuleProvider) IsNil() bool { return c.C == nil } func
79 func (c MemoryBuffer) IsNil() bool { return c.C == nil } func
80 func (c PassManager) IsNil() bool { return c.C == nil } func
81 func (c Use) IsNil() bool { return c.C == nil } func
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DDebugTreeAdaptor.cs145 public virtual bool IsNil( object tree ) in IsNil() method in Antlr.Runtime.Debug.DebugTreeAdaptor
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas504 property IsNil: Boolean read GetIsNil; property
1276 function IsNil(const Tree: IANTLRInterface): Boolean; virtual; in IsNil() function
2835 function TBaseTreeAdaptor.IsNil(const Tree: IANTLRInterface): Boolean; in IsNil() function
DAntlr.Runtime.pas474 property IsNil: Boolean read GetIsNil; property