Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/
H A DPassRegistry.h42 using MapType = DenseMap<const void *, const PassInfo *>; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DModuleFile.cpp38 using MapType = ContinuousRangeMap<Key, Offset, InitialCapacity>; in dumpLocalRemap() typedef
H A DASTReaderDecl.cpp4726 auto MapType = Record.readEnum<OMPDeclareTargetDeclAttr::MapTypeTy>(); in UpdateDecl() local
H A DASTReader.cpp7832 using MapType = ContinuousRangeMap<Key, ModuleFile *, InitialCapacity>; in dumpModuleIDMap() typedef
/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DInfoByHwMode.h61 typedef std::map<unsigned,InfoT> MapType; typedef
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DCXXInheritance.h271 using MapType = llvm::MapVector<unsigned, ValuesT>; variable
H A DOpenMPClause.h5615 OpenMPMapClauseKind MapType = OMPC_MAP_unknown; variable
5650 OpenMPMapClauseKind MapType, bool MapTypeIsImplicit, in OMPMapClause()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFRegisters.h205 using MapType = std::map<RegisterId, LaneBitmask>; member
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp366 typedef llvm::StringMap<size_t> MapType; in GetFilteredModuleList() typedef
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DCFLAndersAliasAnalysis.cpp227 using MapType = DenseMap<InstantiatedValue, AliasAttrs>; typedef in __anon1e69ac570111::AliasAttrMap
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp460 using MapType = llvm::DenseMap<const Stmt *, PropagationInfo>; typedef in clang::consumed::ConsumedStmtVisitor
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp1419 typedef llvm::DenseMap<const D *, O> MapType; in ImportOffsetMap() typedef
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7392 OpenMPMapClauseKind MapType = OMPC_MAP_unknown; member
7530 OpenMPMapClauseKind MapType, ArrayRef<OpenMPMapModifierKind> MapModifiers, in getMapTypeBits()
7623 OpenMPMapClauseKind MapType, ArrayRef<OpenMPMapModifierKind> MapModifiers, in generateInfoForComponentList()
8520 const Expr *VarRef = nullptr, bool ForDeviceAddr = false) { in generateAllInfoForClauses()
9115 OpenMPMapClauseKind MapType = std::get<1>(RHS); in generateInfoForCapture() local
9142 OpenMPMapClauseKind MapType; in generateInfoForCapture() local
9260 OpenMPMapClauseKind MapType; in generateInfoForCapture() local
9278 OpenMPMapClauseKind MapType; in generateInfoForCapture() local
9922 llvm::Value *MapType = MapperCGF.EmitLoadOfScalar( in emitUserDefinedMapper() local
10111 llvm::Value *Begin, llvm::Value *Size, llvm::Value *MapType, in emitUDMapperArrayInitOrDel()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3535 typedef std::map<FormatStyle::LanguageKind, FormatStyle> MapType; typedef
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp3597 OpenMPMapClauseKind MapType = in isMapType() local
/freebsd-13.1/contrib/llvm-project/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 __anon01729d880111::MachineConstPropagator::CellMap
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3233 using MapType = SmallDenseMap<PHINode *, size_t, 32>; typedef in __anon5386100c0c11::PhiNodeSet
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp19323 OpenMPMapClauseKind MapType = OMPC_MAP_unknown, in checkMappableExpressionList()
19612 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit, SourceLocation MapLoc, in ActOnOpenMPMapClause()
H A DTreeTransform.h1929 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit, in RebuildOMPMapClause()