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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h56 Nil, member in class:llvm::msgpack::Type
78 /// All types except \c Type::Nil (which has only one value, and so is
H A DMsgPackDocument.h170 case Type::Nil:
315 auto N = DocNode(&KindAndDocs[size_t(Type::Nil)]);
/freebsd-current/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocumentYAML.cpp42 case msgpack::Type::Nil:
111 if (getKind() == msgpack::Type::Nil)
191 case Type::Nil:
H A DMsgPackReader.cpp36 case FirstByte::Nil:
37 Obj.Kind = Type::Nil;
H A DMsgPackDocument.cpp162 case Type::Nil:
278 case Type::Nil:
H A DMsgPackWriter.cpp25 void Writer::writeNil() { EW.write(FirstByte::Nil); }
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp50 #ifndef Nil
51 #define Nil (__null) macro
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp667 if (MsgPackDoc.getRoot().getKind() == msgpack::Type::Nil)

Completed in 219 milliseconds