Home
last modified time | relevance | path

Searched defs:ArrayType (Results 1 – 25 of 25) sorted by relevance

/prebuilts/go/linux-x86/src/debug/dwarf/
Dtype.go114 type ArrayType struct { struct
115 CommonType
116 Type Type
117 StrideBitSize int64 // if > 0, number of bits to hold each element
118 Count int64 // if == -1, an incomplete array, like char x[].
121 func (t *ArrayType) String() string {
125 func (t *ArrayType) Size() int64 {
/prebuilts/go/linux-x86/src/internal/abi/
Dtype.go264 type ArrayType struct { struct
265 Type
266 Elem *Type // array element type
267 Slice *Type // slice type
268 Len uintptr
411 func (t *Type) ArrayType() *ArrayType { func
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DBinaryStreamArray.h160 typedef VarStreamArray<ValueType, Extractor> ArrayType; typedef
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DBinaryStreamArray.h160 typedef VarStreamArray<ValueType, Extractor> ArrayType; typedef
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/Support/
DBinaryStreamArray.h160 typedef VarStreamArray<ValueType, Extractor> ArrayType; typedef
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DBinaryStreamArray.h160 typedef VarStreamArray<ValueType, Extractor> ArrayType; typedef
/prebuilts/go/linux-x86/src/cmd/compile/internal/rttype/
Drttype.go26 var ArrayType *types.Type var
/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
Dnodes.go253 ArrayType struct { struct
255 Len Expr // nil means Len is ...
256 Elem Expr
257 expr
/prebuilts/go/linux-x86/src/go/ast/
Dast.go432 ArrayType struct { struct
433 Lbrack token.Pos // position of "["
434 Len Expr // Ellipsis node for [...]T array types, nil for slice types
435 Elt Expr // element type
502 func (x *ArrayType) Pos() token.Pos { return x.Lbrack }
536 func (x *ArrayType) End() token.Pos { return x.Elt.End() }
568 func (*ArrayType) exprNode() {}
/prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
Dast.go1310 type ArrayType struct { struct
1311 Dimension AST
1312 Element AST
1315 func (at *ArrayType) print(ps *printState) {
1326 func (at *ArrayType) printInner(ps *printState) {
1331 func (at *ArrayType) printDimension(ps *printState) {
1360 func (at *ArrayType) Traverse(fn func(AST) bool) {
1367 func (at *ArrayType) Copy(fn func(AST) AST, skip func(AST) bool) AST {
1389 func (at *ArrayType) GoString() string {
1393 func (at *ArrayType) goString(indent int, field string) string {
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/PDB/
DPDBTypes.h259 ArrayType, enumerator
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/PDB/
DPDBTypes.h259 ArrayType, enumerator
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/PDB/
DPDBTypes.h259 ArrayType, enumerator
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/DebugInfo/PDB/
DPDBTypes.h259 ArrayType, enumerator
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Demangle/
DMicrosoftDemangleNodes.h242 ArrayType, enumerator
DItaniumDemangle.h776 ArrayType(const Node *Base_, Node *Dimension_) in ArrayType() function
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Demangle/
DMicrosoftDemangleNodes.h242 ArrayType, enumerator
DItaniumDemangle.h775 ArrayType(const Node *Base_, Node *Dimension_) in ArrayType() function
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/Demangle/
DMicrosoftDemangleNodes.h242 ArrayType, enumerator
DItaniumDemangle.h777 ArrayType(const Node *Base_, Node *Dimension_) in ArrayType() function
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Demangle/
DMicrosoftDemangleNodes.h242 ArrayType, enumerator
DItaniumDemangle.h775 ArrayType(const Node *Base_, Node *Dimension_) in ArrayType() function
/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
DSema.h91 class ArrayType; variable
/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
DSema.h92 class ArrayType; variable
/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DSema.h90 class ArrayType; variable