Searched defs:MapTy (Results 1 – 10 of 10) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CheckObjCInstMethSignature.cpp | 91 typedef llvm::DenseMap<Selector,ObjCMethodDecl*> MapTy; in CheckObjCInstMethSignature() typedef
|
D | RetainCountChecker.cpp | 505 typedef llvm::DenseMap<ObjCSummaryKey, const RetainSummary *> MapTy; typedef in __anon386d04db0411::ObjCSummaryCache
|
/external/clang/lib/AST/ |
D | ParentMap.cpp | 22 typedef llvm::DenseMap<Stmt*, Stmt*> MapTy; typedef
|
D | ExprConstant.cpp | 311 typedef std::map<const void*, APValue> MapTy; typedef
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | FunctionSummary.h | 56 typedef llvm::DenseMap<const Decl *, FunctionSummary> MapTy; typedef
|
/external/llvm/include/llvm/ADT/ |
D | DenseSet.h | 27 typedef DenseMap<ValueT, char, ValueInfoT> MapTy; typedef
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 390 Type *MapTy; in FoldReinterpretLoadFromConstPtr() local
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCOpts.cpp | 56 typedef DenseMap<KeyT, size_t> MapTy; typedef in __anon47b9a7970111::MapVector 659 typedef MapVector<const Value *, PtrState> MapTy; typedef in __anon47b9a7970511::BBState
|
/external/clang/lib/Basic/ |
D | SourceManager.cpp | 1969 typedef llvm::DenseMap<FileID, DecompTy> MapTy; in getDecomposedIncludedLoc() typedef
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 3558 IntegerType *MapTy = BitMap->getType(); in BuildLookup() local
|