Searched defs:MapTy (Results 1 – 10 of 10) sorted by relevance
/external/clang/lib/AST/ |
D | ParentMap.cpp | 21 typedef llvm::DenseMap<Stmt*, Stmt*> MapTy; typedef
|
D | ExprConstant.cpp | 290 typedef llvm::DenseMap<const Expr*, APValue> MapTy; typedef 364 typedef llvm::DenseMap<const OpaqueValueExpr*, APValue> MapTy; typedef
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | FunctionSummary.h | 45 typedef llvm::DenseMap<const Decl*, FunctionSummary*> MapTy; typedef
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CheckObjCInstMethSignature.cpp | 92 typedef llvm::DenseMap<Selector,ObjCMethodDecl*> MapTy; in CheckObjCInstMethSignature() typedef
|
D | RetainCountChecker.cpp | 496 typedef llvm::DenseMap<ObjCSummaryKey, const RetainSummary *> MapTy; typedef in __anonde26dc550511::ObjCSummaryCache
|
/external/llvm/tools/llvm-objdump/ |
D | MCFunction.h | 74 typedef std::vector<std::pair<uint64_t, MCBasicBlock> > MapTy; typedef
|
/external/llvm/include/llvm/ADT/ |
D | DenseSet.h | 27 typedef DenseMap<ValueT, char, ValueInfoT> MapTy; typedef
|
/external/llvm/utils/TableGen/ |
D | IntrinsicEmitter.cpp | 328 typedef std::map<RecPair, std::vector<unsigned>, RecordListComparator> MapTy; in EmitVerifier() typedef 423 typedef std::map<RecPair, std::vector<unsigned>, RecordListComparator> MapTy; in EmitGenerator() typedef
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 398 Type *MapTy; in FoldReinterpretLoadFromConstPtr() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | ObjCARC.cpp | 60 typedef DenseMap<KeyT, size_t> MapTy; typedef in __anonf082ed8d0111::MapVector 1518 typedef MapVector<const Value *, PtrState> MapTy; typedef in __anonf082ed8d0a11::BBState
|