Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Djit_type.h1521 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 DArrayRef.h54 /*implicit*/ ArrayRef(NoneType) : Data(nullptr), Length(0) {} in ArrayRef() argument
236 /*implicit*/ MutableArrayRef(NoneType) : ArrayRef<T>() {} in MutableArrayRef() argument
H A DNone.h22 enum class NoneType { None }; enum
H A DOptional.h35 Optional(NoneType) : hasVal(false) {} in Optional() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DArrayRef.h56 /*implicit*/ ArrayRef(NoneType) : Data(nullptr), Length(0) {} in ArrayRef() argument
293 /*implicit*/ MutableArrayRef(NoneType) : ArrayRef<T>() {} in MutableArrayRef() argument
H A DNone.h22 enum class NoneType { None }; enum
H A DOptional.h35 Optional(NoneType) : hasVal(false) {} in Optional() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DArrayRef.h63 /*implicit*/ ArrayRef(NoneType) {} in ArrayRef() argument
309 /*implicit*/ MutableArrayRef(NoneType) : ArrayRef<T>() {} in MutableArrayRef() argument
H A DNone.h22 enum class NoneType { None = 1 }; enum
H A DOptional.h222 constexpr Optional(NoneType) {} in Optional() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DNone.h26 typedef std::nullopt_t NoneType; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DOptional.cpp12 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 DSMLoc.h53 SMRange(NoneType) {} in SMRange() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DSMLoc.h54 SMRange(NoneType) {} in SMRange() argument
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/
Dissue50264.go19 type NoneType[T any] struct{} type
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/runtime/
H A Dcustom_call.h116 struct NoneType { struct
/aosp_15_r20/system/update_engine/common/
H A Dtest_utils.h163 class NoneType; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h61 SourcePred(PredT Pred, NoneType) : Pred(Pred) { in SourcePred() argument
/aosp_15_r20/external/python/cpython2/Lib/
Dtypes.py12 NoneType = type(None) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/
Dfastjsonschema_validations.py25 NoneType = type(None) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/
Dfastjsonschema_validations.py25 NoneType = type(None) variable
/aosp_15_r20/external/python/setuptools/setuptools/_vendor/_validate_pyproject/
Dfastjsonschema_validations.py25 NoneType = type(None) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/
Dfastjsonschema_validations.py25 NoneType = type(None) variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/config/_validate_pyproject/
Dfastjsonschema_validations.py25 NoneType = type(None) variable
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_arg_flatten.cpp26 static constexpr char NoneType = 'n'; variable

12