Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/
H A DPassRegistry.h43 using MapType = DenseMap<const void *, const PassInfo *>; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DModule.cpp39 using MapType = ContinuousRangeMap<Key, Offset, InitialCapacity>; in dumpLocalRemap() typedef
H A DASTReader.cpp7717 using MapType = ContinuousRangeMap<Key, ModuleFile *, InitialCapacity>; in dumpModuleIDMap() typedef
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeCategoryMap.h34 typedef std::map<KeyType, ValueSP> MapType; typedef
H A DFormattersContainer.h69 typedef std::map<KeyType, ValueSP> MapType; typedef
173 typedef typename BackEndType::MapType MapType; typedef
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCXXInheritance.h283 using MapType = llvm::MapVector<unsigned, ValuesT>; variable
H A DOpenMPClause.h4079 OpenMPMapClauseKind MapType = OMPC_MAP_unknown; variable
4108 OpenMPMapClauseKind MapType, bool MapTypeIsImplicit, in OMPMapClause()
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DInfoByHwMode.h63 typedef std::map<unsigned,InfoT> MapType; typedef
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DRDFRegisters.h186 using MapType = std::map<RegisterId, LaneBitmask>; member
H A DHexagonISelDAGToDAGHVX.cpp104 using MapType = std::map<Node, ColorKind>; typedef
H A DHexagonConstPropagation.cpp232 using MapType = std::map<unsigned, LatticeCell>; typedef in __anonc5c9f0b90111::MachineConstPropagator::CellMap
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp283 typedef llvm::StringMap<size_t> MapType; in GetFilteredModuleList() typedef
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DCFLAndersAliasAnalysis.cpp225 using MapType = DenseMap<InstantiatedValue, AliasAttrs>; typedef in __anonabd3a4a80111::AliasAttrMap
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseOpenMP.cpp1830 OpenMPMapClauseKind MapType = static_cast<OpenMPMapClauseKind>( in isMapType() local
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h1823 typedef std::map<FormatStyle::LanguageKind, FormatStyle> MapType; typedef
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DConsumed.cpp461 using MapType = llvm::DenseMap<const Stmt *, PropagationInfo>; typedef in clang::consumed::ConsumedStmtVisitor
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6659 OpenMPMapClauseKind MapType = OMPC_MAP_unknown; member
6748 OpenMPMapClauseKind MapType, ArrayRef<OpenMPMapModifierKind> MapModifiers, in getMapTypeBits()
6829 OpenMPMapClauseKind MapType, in generateInfoForComponentList()
7419 bool ReturnDevicePointer, bool IsImplicit) { in generateAllInfo()
7710 OpenMPMapClauseKind MapType; in generateInfoForCapture() local
7800 OpenMPMapClauseKind MapType; in generateInfoForCapture() local
7816 OpenMPMapClauseKind MapType; in generateInfoForCapture() local
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp1641 typedef llvm::DenseMap<const D *, O> MapType; in ImportOffsetMap() typedef
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h2884 OpenMPMapClauseKind MapType = OMPC_MAP_unknown; member
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp9621 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit, in ActOnOpenMPVarListClause()
12907 OpenMPMapClauseKind MapType = OMPC_MAP_unknown, in checkMappableExpressionList()
13099 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit, in ActOnOpenMPMapClause()
H A DTreeTransform.h1801 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit, in RebuildOMPMapClause()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2705 using MapType = SmallDenseMap<PHINode *, size_t, 32>; typedef in __anon6227213d0811::PhiNodeSet