Home
last modified time | relevance | path

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

/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.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/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/llvm-project/llvm/bindings/go/llvm/
Dir.go81 func (c Context) IsNil() bool { return c.C == nil } func
82 func (c Module) IsNil() bool { return c.C == nil } func
83 func (c Type) IsNil() bool { return c.C == nil } func
84 func (c Value) IsNil() bool { return c.C == nil } func
85 func (c BasicBlock) IsNil() bool { return c.C == nil } func
86 func (c Builder) IsNil() bool { return c.C == nil } func
87 func (c ModuleProvider) IsNil() bool { return c.C == nil } func
88 func (c MemoryBuffer) IsNil() bool { return c.C == nil } func
89 func (c PassManager) IsNil() bool { return c.C == nil } func
90 func (c Use) IsNil() bool { return c.C == nil } func
[all …]
/external/webrtc/rtc_base/
Dsocket_address.cc73 bool SocketAddress::IsNil() const { in IsNil() function in rtc::SocketAddress
Dip_address.cc67 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/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/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugTreeAdaptor.cs112 public virtual bool IsNil(object tree) { in IsNil() method in Antlr.Runtime.Debug.DebugTreeAdaptor
/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/llvm-project/lldb/source/DataFormatters/
DValueObjectPrinter.cpp170 bool ValueObjectPrinter::IsNil() { in IsNil() function in ValueObjectPrinter
/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