Home
last modified time | relevance | path

Searched refs:isInitialized (Results 1 – 15 of 15) sorted by relevance

/netbsd/external/gpl3/gcc/dist/libphobos/src/std/container/
H A Dbinaryheap.d98 assert(_payload.refCountedStore.isInitialized, in _store()
104 assert(_payload.refCountedStore.isInitialized, in _length()
115 if (!_payload.refCountedStore.isInitialized) return; in assertValid()
185 if (!_payload.refCountedStore.isInitialized) in release()
212 if (!_payload.refCountedStore.isInitialized) return result; in dup()
223 return _payload.refCountedStore.isInitialized ? _length : 0; in length()
233 if (!_payload.refCountedStore.isInitialized) return 0; in capacity()
H A Darray.d66 assert(! a1._data.refCountedStore.isInitialized);
68 assert(! a1._data.refCountedStore.isInitialized);
773 assert(_data.refCountedStore.isInitialized,
787 assert(_data.refCountedStore.isInitialized,
801 assert(_data.refCountedStore.isInitialized,
815 if (!_data.refCountedStore.isInitialized) return;
1045 assert(_data.refCountedStore.isInitialized,
1068 assert(_data.refCountedStore.isInitialized,
1172 enforce(_data.refCountedStore.isInitialized);
1767 assert(_store.refCountedStore.isInitialized,
[all …]
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/container/
H A Dbinaryheap.d98 assert(_payload.refCountedStore.isInitialized); in _store()
103 assert(_payload.refCountedStore.isInitialized); in _length()
113 if (!_payload.refCountedStore.isInitialized) return; in assertValid()
183 if (!_payload.refCountedStore.isInitialized) in release()
210 if (!_payload.refCountedStore.isInitialized) return result; in dup()
221 return _payload.refCountedStore.isInitialized ? _length : 0; in length()
231 if (!_payload.refCountedStore.isInitialized) return 0; in capacity()
H A Darray.d542 if (!_data.refCountedStore.isInitialized) in reserve()
620 assert(_data.refCountedStore.isInitialized); in inout()
633 assert(_data.refCountedStore.isInitialized); in inout()
646 assert(_data.refCountedStore.isInitialized); in inout()
659 if (!_data.refCountedStore.isInitialized) return; in opSliceAssign()
676 if (!_data.refCountedStore.isInitialized) return;
885 assert(_data.refCountedStore.isInitialized);
907 assert(_data.refCountedStore.isInitialized);
1008 enforce(_data.refCountedStore.isInitialized); in linearRemove()
1536 assert(_store.refCountedStore.isInitialized); in data()
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DPointer.cpp135 bool Pointer::isInitialized() const { in isInitialized() function in Pointer
147 return Map->isInitialized(getIndex()); in isInitialized()
H A DDescriptor.h207 bool isInitialized(unsigned I);
H A DPointer.h240 bool isInitialized() const;
H A DDescriptor.cpp282 bool InitMap::isInitialized(unsigned I) { in isInitialized() function in InitMap
H A DInterp.cpp103 if (Ptr.isInitialized()) in CheckInitialized()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DOverload.h600 assert(isInitialized() && "querying uninitialized conversion"); in getKind()
640 bool isInitialized() const { return ConversionKind != Uninitialized; } in isInitialized() function
877 if (!C.isInitialized()) return false; in hasAmbiguousConversion()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTimer.h116 bool isInitialized() const { return TG != nullptr; } in isInitialized() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DTimer.cpp237 if (!T.isInitialized()) in get()
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtypecons.d6670 bool isInitialized() const
6682 return isInitialized ? _store._count : 0;
6700 if (!isInitialized) initialize();
6721 assert(refCountedStore.isInitialized);
6741 if (!_refCounted.isInitialized) return;
6753 if (!_refCounted.isInitialized) return;
6783 assert(_refCounted.isInitialized);
6828 assert(_refCounted.isInitialized, "Attempted to access an uninitialized payload.");
6851 if (!_refCounted.isInitialized)
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtypecons.d5426 bool isInitialized() const
5438 return isInitialized ? _store._count : 0;
5447 if (!isInitialized) initialize();
5482 if (!_refCounted.isInitialized) return;
5494 if (!_refCounted.isInitialized) return;
5530 assert(_refCounted.isInitialized);
5575 assert(_refCounted.isInitialized, "Attempted to access an uninitialized payload.");
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp6451 if (Candidate.Conversions[ConvIdx].isInitialized()) { in AddOverloadCandidate()
6956 if (Candidate.Conversions[ConvIdx].isInitialized()) { in AddMethodCandidate()
11505 if (Cand->Conversions[ConvIdx].isInitialized() && in CompleteNonViableCandidate()
11552 if (Cand->Conversions[ConvIdx].isInitialized()) { in CompleteNonViableCandidate()