Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DNone.h23 enum class NoneType { None = 1 }; enum
DArrayRef.h64 /*implicit*/ ArrayRef(NoneType) {} in ArrayRef() argument
300 /*implicit*/ MutableArrayRef(NoneType) : ArrayRef<T>() {} in MutableArrayRef() argument
/external/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
/external/llvm/include/llvm/ADT/
DNone.h22 enum class NoneType { None }; enum
DOptional.h35 Optional(NoneType) : hasVal(false) {} in Optional() argument
DArrayRef.h54 /*implicit*/ ArrayRef(NoneType) : Data(nullptr), Length(0) {} in ArrayRef() argument
236 /*implicit*/ MutableArrayRef(NoneType) : ArrayRef<T>() {} in MutableArrayRef() argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DSMLoc.h54 SMRange(NoneType) {} in SMRange() argument
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DSMLoc.h54 SMRange(NoneType) {} in SMRange() argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/FuzzMutate/
DOpDescriptor.h62 SourcePred(PredT Pred, NoneType) : Pred(Pred) { in SourcePred() argument
/external/python/cpython2/Lib/
Dtypes.py12 NoneType = type(None) variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp41 Cursor(NoneType) {} in Cursor() argument
/external/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp35 Cursor(NoneType) : Ptr(nullptr), End(nullptr) {} in Cursor() argument
/external/python/cpython3/Tools/clinic/
Dclinic.py31 NoneType = type(None) variable
49 NoneType = type(None) variable
2668 def converter_init(self, *, accept={int, NoneType}): argument