Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DImmutableList.h145 using CacheTy = FoldingSet<ListTy>; variable
147 CacheTy Cache;
DImmutableSet.h373 using CacheTy = DenseMap<unsigned, TreeTy*>; variable
375 CacheTy Cache;
/external/llvm/include/llvm/ADT/
DImmutableList.h142 typedef FoldingSet<ListTy> CacheTy; typedef
144 CacheTy Cache;
DImmutableSet.h370 typedef DenseMap<unsigned, TreeTy*> CacheTy; typedef
372 CacheTy Cache;
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DImmutableList.h143 typedef FoldingSet<ListTy> CacheTy; typedef
145 CacheTy Cache;
DImmutableSet.h370 typedef DenseMap<unsigned, TreeTy*> CacheTy; typedef
372 CacheTy Cache;
/external/clang/lib/Lex/
DPTHLexer.cpp690 typedef llvm::OnDiskChainedHashTable<PTHStatLookupTrait> CacheTy; typedef in clang::PTHStatCache
691 CacheTy Cache;
702 CacheTy::iterator I = Cache.find(Path); in getStat()
/external/clang/lib/CodeGen/
DCGObjCMac.cpp231 llvm::Type *CacheTy; member in __anonc21a86420111::ObjCCommonTypesHelper
5296 CacheTy = llvm::StructType::create(VMContext, "struct._objc_cache"); in ObjCCommonTypesHelper()
5297 CachePtrTy = llvm::PointerType::getUnqual(CacheTy); in ObjCCommonTypesHelper()
5984 CGM.getModule(), ObjCTypes.CacheTy, false, in GenerateClass()