Searched defs:MapType (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DTypeCategoryMap.h34 typedef std::map<KeyType, ValueSP> MapType; typedef in class:lldb_private::TypeCategoryMap
H A DFormattersContainer.h144 typedef std::vector<std::pair<TypeMatcher, ValueSP>> MapType; typedef in class:lldb_private::FormattersContainer
/openbsd-current/gnu/llvm/llvm/utils/TableGen/
H A DInfoByHwMode.h59 typedef std::map<unsigned,InfoT> MapType; typedef in struct:llvm::InfoByHwMode
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp363 typedef llvm::StringMap<size_t> MapType; typedef
/openbsd-current/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp1428 typedef llvm::DenseMap<const D *, O> MapType; typedef
/openbsd-current/gnu/llvm/clang/include/clang/Format/
H A DFormat.h4338 typedef std::map<FormatStyle::LanguageKind, FormatStyle> MapType; typedef in struct:clang::format::FormatStyleSet
/openbsd-current/gnu/llvm/clang/lib/Parse/
H A DParseOpenMP.cpp4154 OpenMPMapClauseKind MapType = local
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp4575 auto MapType = Record.readEnum<OMPDeclareTargetDeclAttr::MapTypeTy>(); local
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h5768 OpenMPMapClauseKind MapType = OMPC_MAP_unknown; member in class:clang::final
5799 OMPMapClause(ArrayRef<OpenMPMapModifierKind> MapModifiers, ArrayRef<SourceLocation> MapModifiersLoc, NestedNameSpecifierLoc MapperQualifierLoc, DeclarationNameInfo MapperIdInfo, OpenMPMapClauseKind MapType, bool MapTypeIsImplicit, SourceLocation MapLoc, const OMPVarListLocTy &Locs, const OMPMappableExprListSizeTy &Sizes) argument
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6908 OpenMPMapClauseKind MapType = OMPC_MAP_unknown; member in struct:__anon512::MappableExprsHandler::MapInfo
6918 MapInfo( OMPClauseMappableExprCommon::MappableExprComponentListRef Components, OpenMPMapClauseKind MapType, ArrayRef<OpenMPMapModifierKind> MapModifiers, ArrayRef<OpenMPMotionModifierKind> MotionModifiers, bool ReturnDevicePointer, bool IsImplicit, const ValueDecl *Mapper = nullptr, const Expr *VarRef = nullptr, bool ForDeviceAddr = false) argument
7055 getMapTypeBits( OpenMPMapClauseKind MapType, ArrayRef<OpenMPMapModifierKind> MapModifiers, ArrayRef<OpenMPMotionModifierKind> MotionModifiers, bool IsImplicit, bool AddPtrFlag, bool AddIsTargetParamFlag, bool IsNonContiguous) const argument
7148 generateInfoForComponentList( OpenMPMapClauseKind MapType, ArrayRef<OpenMPMapModifierKind> MapModifiers, ArrayRef<OpenMPMotionModifierKind> MotionModifiers, OMPClauseMappableExprCommon::MappableExprComponentListRef Components, MapCombinedInfoTy &CombinedInfo, StructRangeInfoTy &PartialStruct, bool IsFirstComponentList, bool IsImplicit, const ValueDecl *Mapper = nullptr, bool ForDeviceAddr = false, const ValueDecl *BaseDecl = nullptr, const Expr *MapExpr = nullptr, ArrayRef<OMPClauseMappableExprCommon::MappableExprComponentListRef> OverlappedElements = std::nullopt) const argument
8756 OpenMPMapClauseKind MapType; local
8874 OpenMPMapClauseKind MapType; local
8892 OpenMPMapClauseKind MapType; local
9513 llvm::Value *MapType = MapperCGF.EmitLoadOfScalar( local
9713 emitUDMapperArrayInitOrDel( CodeGenFunction &MapperCGF, llvm::Value *Handle, llvm::Value *Base, llvm::Value *Begin, llvm::Value *Size, llvm::Value *MapType, llvm::Value *MapName, CharUnits ElementSize, llvm::BasicBlock *ExitBB, bool IsInit) argument
[all...]
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h1989 RebuildOMPMapClause( Expr *IteratorModifier, ArrayRef<OpenMPMapModifierKind> MapTypeModifiers, ArrayRef<SourceLocation> MapTypeModifiersLoc, CXXScopeSpec MapperIdScopeSpec, DeclarationNameInfo MapperId, OpenMPMapClauseKind MapType, bool IsMapTypeImplicit, SourceLocation MapLoc, SourceLocation ColonLoc, ArrayRef<Expr *> VarList, const OMPVarListLocTy &Locs, ArrayRef<Expr *> UnresolvedMappers) argument

Completed in 404 milliseconds