Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/
H A DPassRegistry.h42 using MapType = DenseMap<const void *, const PassInfo *>; variable
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DMap2D.h29 enum MapType enum
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DMap2D.h29 enum MapType enum
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DModuleFile.cpp38 using MapType = ContinuousRangeMap<Key, Offset, InitialCapacity>; in dumpLocalRemap() typedef
H A DASTReaderDecl.cpp4693 auto MapType = Record.readEnum<OMPDeclareTargetDeclAttr::MapTypeTy>(); in UpdateDecl() local
H A DASTReader.cpp7805 using MapType = ContinuousRangeMap<Key, ModuleFile *, InitialCapacity>; in dumpModuleIDMap() typedef
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DInfoByHwMode.h61 typedef std::map<unsigned,InfoT> MapType; typedef
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCXXInheritance.h271 using MapType = llvm::MapVector<unsigned, ValuesT>; variable
H A DOpenMPClause.h5507 OpenMPMapClauseKind MapType = OMPC_MAP_unknown; variable
5542 OpenMPMapClauseKind MapType, bool MapTypeIsImplicit, in OMPMapClause()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRDFRegisters.h205 using MapType = std::map<RegisterId, LaneBitmask>; member
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dparallelism.d223 private template MapType(R, functions...) in MapType() function
228 alias MapType = in MapType() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dparallelism.d207 private template MapType(R, functions...) in MapType() function
212 alias MapType = in MapType() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCFLAndersAliasAnalysis.cpp227 using MapType = DenseMap<InstantiatedValue, AliasAttrs>; typedef in __anon22c3f20e0111::AliasAttrMap
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7209 OpenMPMapClauseKind MapType = OMPC_MAP_unknown; member
7347 OpenMPMapClauseKind MapType, ArrayRef<OpenMPMapModifierKind> MapModifiers, in getMapTypeBits()
7440 OpenMPMapClauseKind MapType, ArrayRef<OpenMPMapModifierKind> MapModifiers, in generateInfoForComponentList()
8341 const Expr *VarRef = nullptr, bool ForDeviceAddr = false) { in generateAllInfoForClauses()
8935 OpenMPMapClauseKind MapType = std::get<1>(RHS); in generateInfoForCapture() local
8962 OpenMPMapClauseKind MapType; in generateInfoForCapture() local
9074 OpenMPMapClauseKind MapType; in generateInfoForCapture() local
9092 OpenMPMapClauseKind MapType; in generateInfoForCapture() local
9749 llvm::Value *MapType = MapperCGF.EmitLoadOfScalar( in emitUserDefinedMapper() local
9937 llvm::Value *Begin, llvm::Value *Size, llvm::Value *MapType, in emitUDMapperArrayInitOrDel()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DConsumed.cpp460 using MapType = llvm::DenseMap<const Stmt *, PropagationInfo>; typedef in clang::consumed::ConsumedStmtVisitor
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dsearching.d1303 alias MapType = Unqual!(typeof(mapFun(CommonElement.init))); variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h3398 typedef std::map<FormatStyle::LanguageKind, FormatStyle> MapType; typedef
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dsearching.d1381 alias MapType = Unqual!(typeof(mapFun(CommonElement.init))); variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp3588 OpenMPMapClauseKind MapType = in isMapType() local
/netbsd-src/external/apache2/llvm/dist/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 __anonfdfc6f5f0111::MachineConstPropagator::CellMap
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3229 using MapType = SmallDenseMap<PHINode *, size_t, 32>; typedef in __anon7f6d13e30c11::PhiNodeSet
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp18940 OpenMPMapClauseKind MapType = OMPC_MAP_unknown, in checkMappableExpressionList()
19229 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit, SourceLocation MapLoc, in ActOnOpenMPMapClause()
H A DTreeTransform.h1915 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit, in RebuildOMPMapClause()