/openbsd-src/gnu/llvm/llvm/include/llvm/ |
H A D | PassRegistry.h | 42 using MapType = DenseMap<const void *, const PassInfo *>; variable
|
/openbsd-src/gnu/llvm/clang/lib/Serialization/ |
H A D | ModuleFile.cpp | 38 using MapType = ContinuousRangeMap<Key, Offset, InitialCapacity>; in dumpLocalRemap() typedef
|
H A D | ASTReaderDecl.cpp | 4575 auto MapType = Record.readEnum<OMPDeclareTargetDeclAttr::MapTypeTy>(); in UpdateDecl() local
|
H A D | ASTReader.cpp | 7918 using MapType = ContinuousRangeMap<Key, ModuleFile *, InitialCapacity>; in dumpModuleIDMap() typedef
|
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/ |
H A D | TypeCategoryMap.h | 34 typedef std::map<KeyType, ValueSP> MapType; typedef
|
H A D | FormattersContainer.h | 144 typedef std::vector<std::pair<TypeMatcher, ValueSP>> MapType; typedef
|
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | InfoByHwMode.h | 59 typedef std::map<unsigned,InfoT> MapType; typedef
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | CXXInheritance.h | 271 using MapType = llvm::MapVector<unsigned, ValuesT>; variable
|
H A D | OpenMPClause.h | 5768 OpenMPMapClauseKind MapType = OMPC_MAP_unknown; variable 5803 OpenMPMapClauseKind MapType, bool MapTypeIsImplicit, in OMPMapClause()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | RDFRegisters.h | 205 using MapType = std::map<RegisterId, LaneBitmask>; member
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/ |
H A D | MinidumpParser.cpp | 363 typedef llvm::StringMap<size_t> MapType; in GetFilteredModuleList() typedef
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 6908 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 D | Consumed.cpp | 460 using MapType = llvm::DenseMap<const Stmt *, PropagationInfo>; typedef in clang::consumed::ConsumedStmtVisitor
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFVerifier.cpp | 408 using MapType = IntervalMap<uint64_t, uint64_t>; in verifyIndex() typedef
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangASTSource.cpp | 1428 typedef llvm::DenseMap<const D *, O> MapType; in ImportOffsetMap() typedef
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAGHVX.cpp | 110 using MapType = std::map<Node, ColorKind>; typedef 2717 using MapType = std::unordered_map<SDValue, unsigned>; in ppHvxShuffleOfShuffle() typedef
|
H A D | HexagonConstPropagation.cpp | 243 using MapType = std::map<Register, LatticeCell>; typedef in __anon41d8f72b0111::MachineConstPropagator::CellMap
|
/openbsd-src/gnu/llvm/clang/include/clang/Format/ |
H A D | Format.h | 4338 typedef std::map<FormatStyle::LanguageKind, FormatStyle> MapType; typedef
|
/openbsd-src/gnu/llvm/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 4154 OpenMPMapClauseKind MapType = in isMapType() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 3355 using MapType = SmallDenseMap<PHINode *, size_t, 32>; typedef in __anon88ab83af0c11::PhiNodeSet
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 21691 OpenMPMapClauseKind MapType = OMPC_MAP_unknown, in checkMappableExpressionList() 22004 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit, SourceLocation MapLoc, in ActOnOpenMPMapClause()
|
H A D | TreeTransform.h | 1993 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit, in RebuildOMPMapClause()
|