Searched refs:NoneType (Results 1 – 13 of 13) sorted by relevance
22 enum class NoneType { None }; enum23 const NoneType None = None;
35 Optional(NoneType) : hasVal(false) {} in Optional() argument163 bool operator==(const Optional<T> &X, NoneType) {168 bool operator==(NoneType, const Optional<T> &X) {173 bool operator!=(const Optional<T> &X, NoneType) {178 bool operator!=(NoneType, const Optional<T> &X) {
70 std::pair<NoneType, bool> insert(const T &V) { in insert()
55 /*implicit*/ ArrayRef(NoneType) : Data(nullptr), Length(0) {} in ArrayRef() argument230 /*implicit*/ MutableArrayRef(NoneType) : ArrayRef<T>() {} in MutableArrayRef() argument
257 ImpreciseReleaseMDKind = NoneType::None; in init()258 CopyOnEscapeMDKind = NoneType::None; in init()259 NoObjCARCExceptionsMDKind = NoneType::None; in init()
115 return NoneType(); in find()647 return NoneType(); in get()654 return NoneType(); in get()661 return NoneType(); in indexOf()
278 return NoneType(); in getIndexRelation()690 return NoneType(); in parentFunctionOfValue()734 return NoneType(); in valueToAttrIndex()
50 std::pair<llvm::NoneType, bool> insert(const CFGBlock *Block) { in insert()
79 assert (type(extra_import_options) is types.NoneType or
176 - fix Echo App Demo Throw Error: 'NoneType' object has no attribute 'opcode (ISSUE#10)
31 Cursor(NoneType) : Ptr(nullptr), End(nullptr) {} in Cursor() argument
673 fail with "TypeError: 'NoneType' object is not iterable". Fixes `issue691 ``'NoneType' object has no attribute 'isabs'``. It no longer does,
2808 * ``AttributeError: 'NoneType' object has no attribute 'foo'`` - This