Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/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;
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Lex/
DPTHLexer.cpp667 typedef OnDiskChainedHashTable<PTHStatLookupTrait> CacheTy; typedef in __anon51245e480211::PTHStatCache
668 CacheTy Cache;
680 CacheTy::iterator I = Cache.find(Path); in getStat()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGObjCMac.cpp230 llvm::Type *CacheTy; member in __anoncb64e7010111::ObjCCommonTypesHelper
5118 CacheTy = llvm::StructType::create(VMContext, "struct._objc_cache"); in ObjCCommonTypesHelper()
5119 CachePtrTy = llvm::PointerType::getUnqual(CacheTy); in ObjCCommonTypesHelper()
5802 ObjCTypes.CacheTy, in GenerateClass()