Searched refs:getSingleton (Results 1 – 12 of 12) sorted by relevance
172 return getSingleton(std::move(CT)); in generateCodeTemplates()178 return getSingleton(std::move(CT)); in generateCodeTemplates()186 return getSingleton(std::move(CT)); in generateCodeTemplates()251 return getSingleton(std::move(CT)); in generateCodeTemplates()
34 std::vector<CodeTemplate> getSingleton(CodeTemplate &&CT);
27 std::vector<CodeTemplate> getSingleton(CodeTemplate &&CT) { in getSingleton() function
102 if (auto *S = getSingleton()) in installAtFork()106 if (auto *S = getSingleton()) in installAtFork()
304 BaseStorage *getSingleton(TypeID id) { in getSingleton() function362 return impl->getSingleton(id); in getSingletonImpl()
190 static GuardedPoolAllocator *getSingleton();
42 GuardedPoolAllocator *GuardedPoolAllocator::getSingleton() { in getSingleton() function in gwp_asan::GuardedPoolAllocator
61 fir::CharacterType::getSingleton(ty.getContext(), ty.getFKind()))); in genCharacterCopy()
122 static CharacterType getSingleton(mlir::MLIRContext *ctxt, KindTy kind) {
192 return fir::CharacterType::getSingleton(ctxt, kind); in getSingletonCharType()
2027 fir::CharacterType::getSingleton(ctx, kind); in genOffsetAndCoordinateOp()6301 fir::CharacterType newEleTy = fir::CharacterType::getSingleton( in computeElementSize()6412 auto chTy = fir::CharacterType::getSingleton(charTy.getContext(), in copyNextArrayCtorSection()
1025 eleTy = fir::CharacterType::getSingleton(t.getContext(), t.getFKind()); in verify()