Home
last modified time | relevance | path

Searched refs:NoneType (Results 1 – 25 of 35) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DOptional.h35 Optional(NoneType) : hasVal(false) {} in Optional() argument
188 bool operator==(const Optional<T> &X, NoneType) {
193 bool operator==(NoneType, const Optional<T> &X) {
198 bool operator!=(const Optional<T> &X, NoneType) {
203 bool operator!=(NoneType, const Optional<T> &X) {
207 template <typename T> bool operator<(const Optional<T> &X, NoneType) {
211 template <typename T> bool operator<(NoneType, const Optional<T> &X) {
215 template <typename T> bool operator<=(const Optional<T> &X, NoneType) {
219 template <typename T> bool operator<=(NoneType, const Optional<T> &X) {
223 template <typename T> bool operator>(const Optional<T> &X, NoneType) {
[all …]
DNone.h22 enum class NoneType { None }; enum
23 const NoneType None = None;
DSmallSet.h80 std::pair<NoneType, bool> insert(const T &V) { in insert()
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/
DOptional.h222 constexpr Optional(NoneType) {} in Optional() argument
332 bool operator==(const Optional<T> &X, NoneType) {
337 bool operator==(NoneType, const Optional<T> &X) {
342 bool operator!=(const Optional<T> &X, NoneType) {
347 bool operator!=(NoneType, const Optional<T> &X) {
351 template <typename T> bool operator<(const Optional<T> &X, NoneType) {
355 template <typename T> bool operator<(NoneType, const Optional<T> &X) {
359 template <typename T> bool operator<=(const Optional<T> &X, NoneType) {
363 template <typename T> bool operator<=(NoneType, const Optional<T> &X) {
367 template <typename T> bool operator>(const Optional<T> &X, NoneType) {
[all …]
DNone.h22 enum class NoneType { None = 1 }; enum
23 const NoneType None = NoneType::None;
DStringSet.h27 class StringSet : public StringMap<NoneType, AllocatorTy> {
28 using base = StringMap<NoneType, AllocatorTy>;
DStringMap.h145 class StringMapEntryStorage<NoneType> : public StringMapEntryBase {
147 explicit StringMapEntryStorage(size_t strLen, NoneType none = None)
151 NoneType getValue() const { return None; } in getValue()
DArrayRef.h63 /*implicit*/ ArrayRef(NoneType) {} in ArrayRef() argument
309 /*implicit*/ MutableArrayRef(NoneType) : ArrayRef<T>() {} in MutableArrayRef() argument
DSmallSet.h180 std::pair<NoneType, bool> insert(const T &V) { in insert()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DObjCARCAnalysisUtils.h270 ImpreciseReleaseMDKind = NoneType::None; in init()
271 CopyOnEscapeMDKind = NoneType::None; in init()
272 NoObjCARCExceptionsMDKind = NoneType::None; in init()
/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/Support/
DSMLoc.h54 SMRange(NoneType) {} in SMRange() 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/python/Tools/clinic/
Dclinic.py31 NoneType = type(None) variable
46 NoneType = type(None) variable
3070 elif accept == {int, NoneType}:
3097 def converter_init(self, *, accept={int, NoneType}): argument
3100 elif accept == {int, NoneType}:
3233 default_type = (str, Null, NoneType)
3253 if NoneType in accept and self.c_default == "Py_None":
3346 r('z', accept={str, NoneType})
3347 r('z#', zeroes=True, accept={robuffer, str, NoneType})
3387 default_type = (str, Null, NoneType)
[all …]
/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/python/Doc/library/
Dconstants.rst25 ``None`` is the sole instance of the :data:`NoneType` type.
Drandom.rst91 *NoneType*, :class:`int`, :class:`float`, :class:`str`,
383 :class:`NoneType`, :class:`int`, :class:`float`, :class:`str`,
Dmultiprocessing.shared_memory.rst303 …[<class 'str'>, <class 'bytes'>, <class 'float'>, <class 'int'>, <class 'NoneType'>, <class 'bool'…
Dtypes.rst106 .. data:: NoneType
/third_party/python/Lib/test/
Dclinic.test1302 c: Py_ssize_t(accept={int, NoneType}) = 56
1384 c: slice_index(accept={int, NoneType}) = 56
1642 e: str(accept={str, NoneType}) = "gh"
1645 h: str(accept={robuffer, str, NoneType}, zeroes=True) = "mn"
1781 c: Py_UNICODE(accept={str, NoneType})
1783 e: Py_UNICODE(accept={str, NoneType}, zeroes=True)
1855 d: Py_buffer(accept={str, buffer, NoneType})
/third_party/python/Doc/howto/
Dclinic.rst780 To accept ``None``, add ``NoneType`` to this set.
861 ``'Z'`` ``Py_UNICODE(accept={str, NoneType})``
862 ``'Z#'`` ``Py_UNICODE(accept={str, NoneType}, zeroes=True)``
863 ``'z'`` ``str(accept={str, NoneType})``
864 ``'z#'`` ``str(accept={str, NoneType}, zeroes=True)``
865 ``'z*'`` ``Py_buffer(accept={buffer, str, NoneType})``
1076 (There's also an experimental ``NoneType`` converter, which lets you
/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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp391 NoneType(), in removeRedundantDbgInstrsUsingForwardScan()

12