/external/llvm-project/compiler-rt/test/fuzzer/ |
D | EntropicScalePerExecTimeTest.cpp | 16 static volatile int *Nil = nullptr; variable 30 *Nil = 42; // crash. in LLVMFuzzerTestOneInput()
|
D | MagicSeparatorTest.cpp | 37 static volatile int *Nil = nullptr; variable 46 *Nil = 42; // crash. in LLVMFuzzerTestOneInput()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
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 …]
|
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 …]
|
/external/llvm-project/clang/test/SemaObjC/ |
D | comptypes-2.m | 5 #define Nil (void *)0; macro 19 Class obj_C = Nil;
|
D | objc-string-constant.m | 3 #define nil 0 /* id of Nil instance */
|
/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 | objc-string-constant.m | 3 #define nil 0 /* id of Nil instance */
|
D | comptypes-1.m | 4 #define Nil (void *)0; macro 25 Class obj_C = Nil;
|
/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/llvm-project/llvm/lib/BinaryFormat/ |
D | MsgPackDocumentYAML.cpp | 43 case msgpack::Type::Nil: in toString() 112 if (getKind() == msgpack::Type::Nil) in getYAMLTag() 192 case Type::Nil: in mustQuote()
|
D | MsgPackDocument.cpp | 152 case Type::Nil: in readFromBlob() 265 case Type::Nil: in writeToBlob()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
D | MsgPackDocumentYAML.cpp | 43 case msgpack::Type::Nil: in toString() 112 if (getKind() == msgpack::Type::Nil) in getYAMLTag() 192 case Type::Nil: in mustQuote()
|
D | MsgPackDocument.cpp | 98 case Type::Nil: in readFromBlob() 197 case Type::Nil: in writeToBlob()
|
/external/llvm-project/llvm/unittests/BinaryFormat/ |
D | MsgPackDocumentTest.cpp | 45 ASSERT_EQ(SN.getKind(), Type::Nil); in TEST() 67 ASSERT_EQ(SN.getKind(), Type::Nil); in TEST() 81 ASSERT_EQ(SN.getKind(), Type::Nil); in TEST() 97 ASSERT_EQ(SN.getKind(), Type::Nil); in TEST()
|
/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/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.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
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | MsgPackReader.h | 52 Nil, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | MsgPackReader.h | 51 Nil, enumerator
|
D | MsgPackDocument.h | 161 case Type::Nil: 270 auto N = DocNode(&KindAndDocs[size_t(Type::Nil)]); in getNode()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | ITreeAdaptor.cs | 133 object Nil(); in Nil() method
|