Home
last modified time | relevance | path

Searched refs:CacheTy (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.h129 using CacheTy =
131 mutable CacheTy TheCache{};
133 static bool isTrivialImpl(const Decl *D, CacheTy &Cache);
134 static bool isTrivialImpl(const Stmt *S, CacheTy &Cache);
84 using CacheTy = global() variable
H A DPtrTypesSemantics.cpp370 using CacheTy = TrivialFunctionAnalysis::CacheTy; in VisitArraySubscriptExpr()
372 TrivialFunctionAnalysisVisitor(CacheTy &Cache) : Cache(Cache) {} in VisitArraySubscriptExpr()
640 CacheTy &Cache;
641 CacheTy RecursiveFn;
645 const Decl *D, TrivialFunctionAnalysis::CacheTy &Cache) {
651 const Stmt *S, TrivialFunctionAnalysis::CacheTy &Cache) {
270 using CacheTy = TrivialFunctionAnalysis::CacheTy; global() typedef in clang::TrivialFunctionAnalysisVisitor
/llvm-project/llvm/include/llvm/ADT/
H A DImmutableList.h152 using CacheTy = FoldingSet<ListTy>; variable
154 CacheTy Cache;
H A DImmutableSet.h365 using CacheTy = DenseMap<unsigned, TreeTy*>;
367 CacheTy Cache;
/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp229 /// CacheTy - LLVM type for struct objc_cache.
230 llvm::Type *CacheTy;
5791 CacheTy = llvm::StructType::create(VMContext, "struct._objc_cache"); in ObjCCommonTypesHelper()
5792 CachePtrTy = llvm::PointerType::getUnqual(CacheTy); in ObjCCommonTypesHelper()
6452 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.CacheTy, false, in getStorage()
232 llvm::Type *CacheTy; global() member in __anon5e07598a0111::ObjCCommonTypesHelper