Home | History | Annotate | Download | only in ObjCARC

Lines Matching full:nullptr

46   ARCRuntimeEntryPoints() : TheModule(nullptr),
47 AutoreleaseRV(nullptr),
48 Release(nullptr),
49 Retain(nullptr),
50 RetainBlock(nullptr),
51 Autorelease(nullptr),
52 StoreStrong(nullptr),
53 RetainRV(nullptr),
54 RetainAutorelease(nullptr),
55 RetainAutoreleaseRV(nullptr) { }
59 AutoreleaseRV = nullptr;
60 Release = nullptr;
61 Retain = nullptr;
62 RetainBlock = nullptr;
63 Autorelease = nullptr;
64 StoreStrong = nullptr;
65 RetainRV = nullptr;
66 RetainAutorelease = nullptr;
67 RetainAutoreleaseRV = nullptr;
71 assert(TheModule != nullptr && "Not initialized.");