Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DOptional.cpp12 llvm::raw_ostream &llvm::operator<<(raw_ostream &OS, NoneType) { in operator <<() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DNone.h22 enum class NoneType { None }; enum
DOptional.h35 Optional(NoneType) : hasVal(false) {} in Optional() argument
DArrayRef.h56 /*implicit*/ ArrayRef(NoneType) : Data(nullptr), Length(0) {} in ArrayRef() argument
293 /*implicit*/ MutableArrayRef(NoneType) : ArrayRef<T>() {} in MutableArrayRef() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DNone.h22 enum class NoneType { None = 1 }; enum
DArrayRef.h63 /*implicit*/ ArrayRef(NoneType) {} in ArrayRef() argument
309 /*implicit*/ MutableArrayRef(NoneType) : ArrayRef<T>() {} in MutableArrayRef() argument
DOptional.h222 constexpr Optional(NoneType) {} in Optional() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DSMLoc.h53 SMRange(NoneType) {} in SMRange() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DSMLoc.h54 SMRange(NoneType) {} in SMRange() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
DOpDescriptor.h61 SourcePred(PredT Pred, NoneType) : Pred(Pred) { in SourcePred() argument
/third_party/python/Lib/
Dtypes.py304 NoneType = type(None) variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp40 Cursor(NoneType) {} in Cursor() argument
/third_party/python/Tools/clinic/
Dclinic.py31 NoneType = type(None) variable
46 NoneType = type(None) variable
3097 def converter_init(self, *, accept={int, NoneType}): argument