Searched refs:NoneType (Results 1 – 9 of 9) sorted by relevance
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) {
22 enum class NoneType { None }; enum23 const NoneType None = None;
75 std::pair<NoneType, bool> insert(const T &V) { in insert()
54 /*implicit*/ ArrayRef(NoneType) : Data(nullptr), Length(0) {} in ArrayRef() argument236 /*implicit*/ MutableArrayRef(NoneType) : ArrayRef<T>() {} in MutableArrayRef() argument
258 ImpreciseReleaseMDKind = NoneType::None; in init()259 CopyOnEscapeMDKind = NoneType::None; in init()260 NoObjCARCExceptionsMDKind = NoneType::None; in init()
50 std::pair<llvm::NoneType, bool> insert(const CFGBlock *Block) { in insert()
133 - Fix NoneType exception at WebsocketApp.send (#126)241 - fix Echo App Demo Throw Error: 'NoneType' object has no attribute 'opcode (ISSUE#10)
385 elif format_type is types.NoneType:
35 Cursor(NoneType) : Ptr(nullptr), End(nullptr) {} in Cursor() argument