Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/
H A DPassRegistry.h42 using MapType = DenseMap<const void *, const PassInfo *>; variable
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DModuleFile.cpp38 using MapType = ContinuousRangeMap<Key, Offset, InitialCapacity>; in dumpLocalRemap() typedef
H A DASTReaderDecl.cpp4575 auto MapType = Record.readEnum<OMPDeclareTargetDeclAttr::MapTypeTy>(); in UpdateDecl() local
H A DASTReader.cpp7918 using MapType = ContinuousRangeMap<Key, ModuleFile *, InitialCapacity>; in dumpModuleIDMap() typedef
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DTypeCategoryMap.h34 typedef std::map<KeyType, ValueSP> MapType; typedef
H A DFormattersContainer.h144 typedef std::vector<std::pair<TypeMatcher, ValueSP>> MapType; typedef
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DInfoByHwMode.h59 typedef std::map<unsigned,InfoT> MapType; typedef
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCXXInheritance.h271 using MapType = llvm::MapVector<unsigned, ValuesT>; variable
H A DOpenMPClause.h5768 OpenMPMapClauseKind MapType = OMPC_MAP_unknown; variable
5803 OpenMPMapClauseKind MapType, bool MapTypeIsImplicit, in OMPMapClause()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRDFRegisters.h205 using MapType = std::map<RegisterId, LaneBitmask>; member
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp363 typedef llvm::StringMap<size_t> MapType; in GetFilteredModuleList() typedef
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6908 OpenMPMapClauseKind MapType = OMPC_MAP_unknown; member
7056 OpenMPMapClauseKind MapType, ArrayRef<OpenMPMapModifierKind> MapModifiers, in getMapTypeBits()
7149 OpenMPMapClauseKind MapType, ArrayRef<OpenMPMapModifierKind> MapModifiers, in generateInfoForComponentList()
8066 const Expr *VarRef = nullptr, bool ForDeviceAddr = false) { in generateAllInfoForClauses()
8734 OpenMPMapClauseKind MapType = std::get<1>(RHS); in generateInfoForCapture() local
8756 OpenMPMapClauseKind MapType; in generateInfoForCapture() local
8874 OpenMPMapClauseKind MapType; in generateInfoForCapture() local
8892 OpenMPMapClauseKind MapType; in generateInfoForCapture() local
9513 llvm::Value *MapType = MapperCGF.EmitLoadOfScalar( in emitUserDefinedMapper() local
9715 llvm::Value *Begin, llvm::Value *Size, llvm::Value *MapType, in emitUDMapperArrayInitOrDel()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DConsumed.cpp460 using MapType = llvm::DenseMap<const Stmt *, PropagationInfo>; typedef in clang::consumed::ConsumedStmtVisitor
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp408 using MapType = IntervalMap<uint64_t, uint64_t>; in verifyIndex() typedef
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp1428 typedef llvm::DenseMap<const D *, O> MapType; in ImportOffsetMap() typedef
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp110 using MapType = std::map<Node, ColorKind>; typedef
2717 using MapType = std::unordered_map<SDValue, unsigned>; in ppHvxShuffleOfShuffle() typedef
H A DHexagonConstPropagation.cpp243 using MapType = std::map<Register, LatticeCell>; typedef in __anon41d8f72b0111::MachineConstPropagator::CellMap
/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A DFormat.h4338 typedef std::map<FormatStyle::LanguageKind, FormatStyle> MapType; typedef
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseOpenMP.cpp4154 OpenMPMapClauseKind MapType = in isMapType() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3355 using MapType = SmallDenseMap<PHINode *, size_t, 32>; typedef in __anon88ab83af0c11::PhiNodeSet
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp21691 OpenMPMapClauseKind MapType = OMPC_MAP_unknown, in checkMappableExpressionList()
22004 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit, SourceLocation MapLoc, in ActOnOpenMPMapClause()
H A DTreeTransform.h1993 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit, in RebuildOMPMapClause()