Searched refs:CacheTy (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | PtrTypesSemantics.h | 172 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 D | ASTUtils.h | 79 using CacheTy = llvm::DenseMap<const FunctionDecl *, bool>; variable 80 mutable CacheTy Cache{};
|
| H A D | PtrTypesSemantics.cpp | 549 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 D | ImmutableList.h | 152 using CacheTy = FoldingSet<ListTy>; variable 154 CacheTy Cache;
|
| H A D | ImmutableSet.h | 369 using CacheTy = DenseMap<unsigned, TreeTy*>; 371 CacheTy Cache;
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 211 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()
|