Searched refs:Nil (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h51 Nil, member in class:llvm::msgpack::Type
72 /// All types except \c Type::Nil (which has only one value, and so is
H A DMsgPackDocument.h161 case Type::Nil:
270 auto N = DocNode(&KindAndDocs[size_t(Type::Nil)]);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocumentYAML.cpp43 case msgpack::Type::Nil:
112 if (getKind() == msgpack::Type::Nil)
192 case Type::Nil:
H A DMsgPackDocument.cpp98 case Type::Nil:
197 case Type::Nil:
H A DMsgPackReader.cpp35 case FirstByte::Nil:
36 Obj.Kind = Type::Nil;
H A DMsgPackWriter.cpp23 void Writer::writeNil() { EW.write(FirstByte::Nil); }
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp44 #ifndef Nil
45 #define Nil (__null) macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp551 if (MsgPackDoc.getRoot().getKind() == msgpack::Type::Nil)

Completed in 73 milliseconds