Searched defs:CacheTy (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DImmutableList.h142 typedef FoldingSet<ListTy> CacheTy; typedef in class:llvm::ImmutableListFactory
144 CacheTy Cache;
H A DImmutableSet.h370 typedef DenseMap<unsigned, TreeTy*> CacheTy; typedef in class:llvm::ImutAVLFactory
372 CacheTy Cache;
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DImmutableList.h143 typedef FoldingSet<ListTy> CacheTy; typedef in class:llvm::ImmutableListFactory
145 CacheTy Cache;
H A DImmutableSet.h370 typedef DenseMap<unsigned, TreeTy*> CacheTy; typedef in class:llvm::ImutAVLFactory
372 CacheTy Cache;
/external/clang/lib/Lex/
H A DPTHLexer.cpp690 typedef llvm::OnDiskChainedHashTable<PTHStatLookupTrait> CacheTy; typedef in class:clang::PTHStatCache
691 CacheTy Cache;
702 CacheTy::iterator I = Cache.find(Path);
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp230 /// CacheTy - LLVM type for struct objc_cache.
231 llvm::Type *CacheTy; member in class:__anon1231::ObjCCommonTypesHelper
5296 CacheTy = llvm::StructType::create(VMContext, "struct._objc_cache");
5297 CachePtrTy = llvm::PointerType::getUnqual(CacheTy);
5984 CGM.getModule(), ObjCTypes.CacheTy, false,

Completed in 8668 milliseconds