Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.h84 using CacheTy = variable
86 mutable CacheTy TheCache{};
88 static bool isTrivialImpl(const Decl *D, CacheTy &Cache);
89 static bool isTrivialImpl(const Stmt *S, CacheTy &Cache);
H A DPtrTypesSemantics.cpp270 using CacheTy = TrivialFunctionAnalysis::CacheTy; typedef in clang::TrivialFunctionAnalysisVisitor
272 TrivialFunctionAnalysisVisitor(CacheTy &Cache) : Cache(Cache) {} in TrivialFunctionAnalysisVisitor()
552 CacheTy &Cache;
553 CacheTy RecursiveFn;
557 const Decl *D, TrivialFunctionAnalysis::CacheTy &Cache) { in isTrivialImpl()
563 const Stmt *S, TrivialFunctionAnalysis::CacheTy &Cache) { in isTrivialImpl()
/freebsd/contrib/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;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp232 llvm::Type *CacheTy; member in __anonb5e682970111::ObjCCommonTypesHelper
5795 CacheTy = llvm::StructType::create(VMContext, "struct._objc_cache"); in ObjCCommonTypesHelper()
5796 CachePtrTy = llvm::PointerType::getUnqual(CacheTy); in ObjCCommonTypesHelper()
6461 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.CacheTy, false, in GenerateClass()