Home
last modified time | relevance | path

Searched defs:NoneType (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DNone.h22 enum NoneType { enum
H A DArrayRef.h68 /*implicit*/ ArrayRef(NoneType) : Data(nullptr), Length(0) {} in ArrayRef() argument
273 /*implicit*/ MutableArrayRef(NoneType) : ArrayRef<T>() {} in MutableArrayRef() argument
H A DOptional.h35 Optional(NoneType) : hasVal(false) {} in Optional() argument