/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_addrhashmap_test.cpp | 23 using MapTy = AddrHashMap<Value, 11>; typedef
|
/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | BlotMapVector.h | 24 using MapTy = DenseMap<KeyT, size_t>; variable
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CheckObjCInstMethSignature.cpp | 89 typedef llvm::DenseMap<Selector,ObjCMethodDecl*> MapTy; in CheckObjCInstMethSignature() typedef
|
/llvm-project/clang/lib/AST/ |
H A D | ParentMap.cpp | 22 typedef llvm::DenseMap<Stmt*, Stmt*> MapTy; global() typedef [all...] |
H A D | ExprConstant.cpp | 556 typedef std::map<MapKeyTy, APValue> MapTy; global() typedef in __anon006fc44d0111::CallStackFrame
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | FunctionSummary.h | 56 using MapTy = llvm::DenseMap<const Decl *, FunctionSummary>; variable
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | DialectRegistry.h | 140 using MapTy = variable
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | Automaton.h | 168 using MapTy = std::map<std::pair<uint64_t, ActionT>, std::pair<uint64_t, unsigned>>; variable
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrOrderFile.cpp | 51 ArrayType *MapTy; global() member
|
/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPackDocument.h | 42 typedef std::map<DocNode, DocNode> MapTy; typedef
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 564 Type *MapTy = Type::getIntNTy(C->getContext(), FoldReinterpretLoadFromConst() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 6395 IntegerType *MapTy = BitMap->getIntegerType(); BuildLookup() local 6868 IntegerType *MapTy = TableMask->getIntegerType(); SwitchToLookupTable() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 22708 std::optional<OMPDeclareTargetDeclAttr::MapTypeTy> MapTy = checkDeclInTargetContext() local
|