/aosp_15_r20/external/pytorch/aten/src/ATen/core/ |
H A D | jit_type.h | 1521 struct TORCH_API NoneType : public Type { struct 1526 return "NoneType"; in str() argument 1530 static const TypeKind Kind = TypeKind::NoneType; argument 1535 NoneType() : Type(TypeKind::NoneType) {} in NoneType() function
|
/aosp_15_r20/external/llvm/include/llvm/ADT/ |
H A D | ArrayRef.h | 54 /*implicit*/ ArrayRef(NoneType) : Data(nullptr), Length(0) {} in ArrayRef() argument 236 /*implicit*/ MutableArrayRef(NoneType) : ArrayRef<T>() {} in MutableArrayRef() argument
|
H A D | None.h | 22 enum class NoneType { None }; enum
|
H A D | Optional.h | 35 Optional(NoneType) : hasVal(false) {} in Optional() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | ArrayRef.h | 56 /*implicit*/ ArrayRef(NoneType) : Data(nullptr), Length(0) {} in ArrayRef() argument 293 /*implicit*/ MutableArrayRef(NoneType) : ArrayRef<T>() {} in MutableArrayRef() argument
|
H A D | None.h | 22 enum class NoneType { None }; enum
|
H A D | Optional.h | 35 Optional(NoneType) : hasVal(false) {} in Optional() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | ArrayRef.h | 63 /*implicit*/ ArrayRef(NoneType) {} in ArrayRef() argument 309 /*implicit*/ MutableArrayRef(NoneType) : ArrayRef<T>() {} in MutableArrayRef() argument
|
H A D | None.h | 22 enum class NoneType { None = 1 }; enum
|
H A D | Optional.h | 222 constexpr Optional(NoneType) {} in Optional() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
H A D | None.h | 26 typedef std::nullopt_t NoneType; typedef
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Optional.cpp | 12 llvm::raw_ostream &llvm::operator<<(raw_ostream &OS, NoneType) { in operator <<() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | SMLoc.h | 53 SMRange(NoneType) {} in SMRange() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | SMLoc.h | 54 SMRange(NoneType) {} in SMRange() argument
|
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/ |
D | issue50264.go | 19 type NoneType[T any] struct{} type
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/runtime/ |
H A D | custom_call.h | 116 struct NoneType { struct
|
/aosp_15_r20/system/update_engine/common/ |
H A D | test_utils.h | 163 class NoneType; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/ |
H A D | OpDescriptor.h | 61 SourcePred(PredT Pred, NoneType) : Pred(Pred) { in SourcePred() argument
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | types.py | 12 NoneType = type(None) variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/ |
D | fastjsonschema_validations.py | 25 NoneType = type(None) variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/ |
D | fastjsonschema_validations.py | 25 NoneType = type(None) variable
|
/aosp_15_r20/external/python/setuptools/setuptools/_vendor/_validate_pyproject/ |
D | fastjsonschema_validations.py | 25 NoneType = type(None) variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/ |
D | fastjsonschema_validations.py | 25 NoneType = type(None) variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/ |
D | fastjsonschema_validations.py | 25 NoneType = type(None) variable
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/ |
H A D | python_arg_flatten.cpp | 26 static constexpr char NoneType = 'n'; variable
|