Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.h172 using CacheTy = variable
174 mutable CacheTy TheCache{};
176 static bool isTrivialImpl(const Decl *D, CacheTy &Cache);
177 static bool isTrivialImpl(const Stmt *S, CacheTy &Cache);
H A DASTUtils.h79 using CacheTy = llvm::DenseMap<const FunctionDecl *, bool>; variable
80 mutable CacheTy Cache{};
H A DPtrTypesSemantics.cpp549 using CacheTy = TrivialFunctionAnalysis::CacheTy; typedef in clang::TrivialFunctionAnalysisVisitor
551 TrivialFunctionAnalysisVisitor(CacheTy &Cache) : Cache(Cache) {} in TrivialFunctionAnalysisVisitor()
854 CacheTy &Cache;
855 CacheTy RecursiveFn;
859 const Decl *D, TrivialFunctionAnalysis::CacheTy &Cache) { in isTrivialImpl()
865 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.h369 using CacheTy = DenseMap<unsigned, TreeTy*>;
371 CacheTy Cache;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp211 llvm::Type *CacheTy; member in __anonb5e682970111::ObjCCommonTypesHelper
5704 CacheTy = llvm::StructType::create(VMContext, "struct._objc_cache"); in ObjCCommonTypesHelper()
6370 CGM.getModule(), ObjCTypes.CacheTy, false, in GenerateClass()