Home
last modified time | relevance | path

Searched defs:MapType (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/
H A DPassRegistry.h42 using MapType = DenseMap<const void *, const PassInfo *>; variable
/llvm-project-15.0.7/clang/lib/Serialization/
H A DModuleFile.cpp38 using MapType = ContinuousRangeMap<Key, Offset, InitialCapacity>; in dumpLocalRemap() typedef
H A DASTReaderDecl.cpp4477 auto MapType = Record.readEnum<OMPDeclareTargetDeclAttr::MapTypeTy>(); in UpdateDecl() local
H A DASTReader.cpp7879 using MapType = ContinuousRangeMap<Key, ModuleFile *, InitialCapacity>; in dumpModuleIDMap() typedef
/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DTypeCategoryMap.h33 typedef std::map<KeyType, ValueSP> MapType; typedef
H A DFormattersContainer.h110 typedef std::vector<std::pair<TypeMatcher, ValueSP>> MapType; typedef
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DInfoByHwMode.h59 typedef std::map<unsigned,InfoT> MapType; typedef
/llvm-project-15.0.7/clang/include/clang/AST/
H A DCXXInheritance.h271 using MapType = llvm::MapVector<unsigned, ValuesT>; variable
H A DOpenMPClause.h5746 OpenMPMapClauseKind MapType = OMPC_MAP_unknown; variable
5781 OpenMPMapClauseKind MapType, bool MapTypeIsImplicit, in OMPMapClause()
/llvm-project-15.0.7/libcxx/test/std/containers/unord/unord.map/unord.map.swap/
H A Dswap_noexcept.pass.cpp124 typedef std::pair<const MoveOnly, MoveOnly> MapType; in main() typedef
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DRDFRegisters.h205 using MapType = std::map<RegisterId, LaneBitmask>; member
/llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp362 typedef llvm::StringMap<size_t> MapType; in GetFilteredModuleList() typedef
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DCFLAndersAliasAnalysis.cpp227 using MapType = DenseMap<InstantiatedValue, AliasAttrs>; typedef in __anon132152530111::AliasAttrMap
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7333 OpenMPMapClauseKind MapType = OMPC_MAP_unknown; member
7474 OpenMPMapClauseKind MapType, ArrayRef<OpenMPMapModifierKind> MapModifiers, in getMapTypeBits()
7565 OpenMPMapClauseKind MapType, ArrayRef<OpenMPMapModifierKind> MapModifiers, in generateInfoForComponentList()
8475 const Expr *VarRef = nullptr, bool ForDeviceAddr = false) { in generateAllInfoForClauses()
9096 OpenMPMapClauseKind MapType = std::get<1>(RHS); in generateInfoForCapture() local
9118 OpenMPMapClauseKind MapType; in generateInfoForCapture() local
9236 OpenMPMapClauseKind MapType; in generateInfoForCapture() local
9254 OpenMPMapClauseKind MapType; in generateInfoForCapture() local
9933 llvm::Value *MapType = MapperCGF.EmitLoadOfScalar( in emitUserDefinedMapper() local
10121 llvm::Value *Begin, llvm::Value *Size, llvm::Value *MapType, in emitUDMapperArrayInitOrDel()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DConsumed.cpp460 using MapType = llvm::DenseMap<const Stmt *, PropagationInfo>; typedef in clang::consumed::ConsumedStmtVisitor
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp1428 typedef llvm::DenseMap<const D *, O> MapType; in ImportOffsetMap() typedef
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp409 using MapType = IntervalMap<uint32_t, uint64_t>; in verifyIndex() typedef
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h4005 typedef std::map<FormatStyle::LanguageKind, FormatStyle> MapType; typedef
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseOpenMP.cpp4005 OpenMPMapClauseKind MapType = in isMapType() local
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp104 using MapType = std::map<Node, ColorKind>; typedef
H A DHexagonConstPropagation.cpp243 using MapType = std::map<Register, LatticeCell>; typedef in __anona14c30040111::MachineConstPropagator::CellMap
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3252 using MapType = SmallDenseMap<PHINode *, size_t, 32>; typedef in __anon78e22a880c11::PhiNodeSet
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp21408 OpenMPMapClauseKind MapType = OMPC_MAP_unknown, in checkMappableExpressionList()
21718 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit, SourceLocation MapLoc, in ActOnOpenMPMapClause()
H A DTreeTransform.h1952 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit, in RebuildOMPMapClause()