| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ | 
| D | Optional.cpp | 12 llvm::raw_ostream &llvm::operator<<(raw_ostream &OS, NoneType) {  in operator <<()  argument
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ | 
| D | None.h | 22 enum class NoneType { None = 1 };  enum
 | 
| D | ArrayRef.h | 63     /*implicit*/ ArrayRef(NoneType) {}  in ArrayRef()  argument309     /*implicit*/ MutableArrayRef(NoneType) : ArrayRef<T>() {}  in MutableArrayRef()  argument
 
 | 
| D | Optional.h | 222   constexpr Optional(NoneType) {}  in Optional()  argument
 | 
| /external/llvm/include/llvm/ADT/ | 
| D | None.h | 22 enum class NoneType { None };  enum
 | 
| D | ArrayRef.h | 54     /*implicit*/ ArrayRef(NoneType) : Data(nullptr), Length(0) {}  in ArrayRef()  argument236     /*implicit*/ MutableArrayRef(NoneType) : ArrayRef<T>() {}  in MutableArrayRef()  argument
 
 | 
| D | Optional.h | 35   Optional(NoneType) : hasVal(false) {}  in Optional()  argument
 | 
| /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ | 
| D | None.h | 22 enum class NoneType { None };  enum
 | 
| D | Optional.h | 35   Optional(NoneType) : hasVal(false) {}  in Optional()  argument
 | 
| D | ArrayRef.h | 56     /*implicit*/ ArrayRef(NoneType) : Data(nullptr), Length(0) {}  in ArrayRef()  argument293     /*implicit*/ MutableArrayRef(NoneType) : ArrayRef<T>() {}  in MutableArrayRef()  argument
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ | 
| D | SMLoc.h | 53   SMRange(NoneType) {}  in SMRange()  argument
 | 
| /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ | 
| D | SMLoc.h | 54   SMRange(NoneType) {}  in SMRange()  argument
 | 
| /external/tensorflow/tensorflow/compiler/xla/runtime/ | 
| D | custom_call.h | 116   struct NoneType {  struct
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/ | 
| D | OpDescriptor.h | 61   SourcePred(PredT Pred, NoneType) : Pred(Pred) {  in SourcePred()  argument
 | 
| /external/python/cpython2/Lib/ | 
| D | types.py | 12 NoneType = type(None)  variable
 | 
| /external/python/setuptools/setuptools/_vendor/_validate_pyproject/ | 
| D | fastjsonschema_validations.py | 25 NoneType = type(None)  variable
 | 
| /external/python/cpython3/Lib/ | 
| D | types.py | 304 NoneType = type(None)  variable
 | 
| /external/llvm/lib/CodeGen/MIRParser/ | 
| D | MILexer.cpp | 35   Cursor(NoneType) : Ptr(nullptr), End(nullptr) {}  in Cursor()  argument
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ | 
| D | MILexer.cpp | 40   Cursor(NoneType) {}  in Cursor()  argument
 | 
| /external/python/cpython3/Tools/clinic/ | 
| D | clinic.py | 31 NoneType = type(None)  variable46 NoneType = type(None)  variable
 3097     def converter_init(self, *, accept={int, NoneType}):  argument
 
 | 
| /external/starlark-go/starlark/ | 
| D | value.go | 347 type NoneType byte  type
 |