Home
last modified time | relevance | path

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

123

/external/llvm-project/compiler-rt/test/fuzzer/
DEntropicScalePerExecTimeTest.cpp16 static volatile int *Nil = nullptr; variable
30 *Nil = 42; // crash. in LLVMFuzzerTestOneInput()
DMagicSeparatorTest.cpp37 static volatile int *Nil = nullptr; variable
46 *Nil = 42; // crash. in LLVMFuzzerTestOneInput()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
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 …]
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 …]
/external/llvm-project/clang/test/SemaObjC/
Dcomptypes-2.m5 #define Nil (void *)0; macro
19 Class obj_C = Nil;
Dobjc-string-constant.m3 #define nil 0 /* id of Nil instance */
/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;
Dobjc-string-constant.m3 #define nil 0 /* id of Nil instance */
Dcomptypes-1.m4 #define Nil (void *)0; macro
25 Class obj_C = Nil;
/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/llvm-project/llvm/lib/BinaryFormat/
DMsgPackDocumentYAML.cpp43 case msgpack::Type::Nil: in toString()
112 if (getKind() == msgpack::Type::Nil) in getYAMLTag()
192 case Type::Nil: in mustQuote()
DMsgPackDocument.cpp152 case Type::Nil: in readFromBlob()
265 case Type::Nil: in writeToBlob()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DMsgPackDocumentYAML.cpp43 case msgpack::Type::Nil: in toString()
112 if (getKind() == msgpack::Type::Nil) in getYAMLTag()
192 case Type::Nil: in mustQuote()
DMsgPackDocument.cpp98 case Type::Nil: in readFromBlob()
197 case Type::Nil: in writeToBlob()
/external/llvm-project/llvm/unittests/BinaryFormat/
DMsgPackDocumentTest.cpp45 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/
DITreeFactory.cs45 TTree Nil(); in Nil() method
DITreeAdaptor`1.cs65 T Nil(); in Nil() method
/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.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
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DMsgPackReader.h52 Nil, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMsgPackReader.h51 Nil, enumerator
DMsgPackDocument.h161 case Type::Nil:
270 auto N = DocNode(&KindAndDocs[size_t(Type::Nil)]); in getNode()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DITreeAdaptor.cs133 object Nil(); in Nil() method

123