Searched refs:Dimension (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeDimension.h21 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Dimension)
H A DPDBTypes.h274 Dimension, member in class:llvm::pdb::PDB_Checksum::PDB_SymType
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbol.cpp95 FACTORY_SYMTAG_CASE(Dimension, PDBSymbolTypeDimension)
H A DPDBExtras.cpp255 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, Dimension, OS)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h612 Node *Dimension; member in class:final
619 Base(Base_), Dimension(Dimension_) {}
621 template<typename Fn> void match(Fn F) const { F(Base, Dimension); }
632 if (Dimension)
633 Dimension->print(S);
899 const Node *Dimension; member in class:final
904 Dimension(Dimension_) {}
906 template<typename Fn> void match(Fn F) const { F(BaseType, Dimension); }
911 if (Dimension)
912 Dimension
918 const Node *Dimension; member in class:final
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp296 uint32_t Dimension = 1; local
298 Dimension = getConstant(Call->getArgOperand(DimensionIndex));
303 for (unsigned I = 0; I < Dimension; ++I)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp1038 Type *ElTy, Value *Base, unsigned Dimension, unsigned LastIndex,
1047 for (unsigned I = 0; I < Dimension; ++I)
1058 Value *DimV = getInt32(Dimension);
1037 CreatePreserveArrayAccessIndex( Type *ElTy, Value *Base, unsigned Dimension, unsigned LastIndex, MDNode *DbgInfo) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp595 struct Dimension { struct in struct:RenderScriptRuntime::AllocationDetails
601 Dimension() { function in struct:RenderScriptRuntime::AllocationDetails::Dimension
655 empirical_type<Dimension> dimension;
1946 AllocationDetails::Dimension dims;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2715 Expr *Dimension; member in class:clang::ArrayTypeTraitExpr
2733 Value(value), Dimension(dimension), Loc(loc), RParen(rparen),
2754 Expr *getDimensionExpression() const { return Dimension; }
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp2534 for (const llvm::APInt &Dimension : Dimensions)
2535 mangleNumber(Dimension.getLimitedValue());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h2501 unsigned Dimension, unsigned LastIndex,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2062 E->Dimension = Record.readSubExpr();

Completed in 284 milliseconds