Home
last modified time | relevance | path

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

1234

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Darray.h16 struct Array struct
25 Array(const Array&); argument
28 Array() in Array() function
35 ~Array() in ~Array() argument
41 char *toChars() const in toChars()
74 void append(Array *a) in append() argument
81 …//printf("Array::reserve: length = %d, data.length = %d, nentries = %d\n", (int)length, (int)data.… in reserve() argument
124 void insert(d_size_t index, Array *a) in insert() argument
137 void insert(d_size_t index, TYPE ptr) in insert()
145 void setDim(d_size_t newdim) in setDim()
[all …]
H A Darray.d30 extern (C++) struct Array(T) in Array() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Darray.h15 struct Array struct
21 Array(const Array&); argument
28 Array() in Array() function
35 ~Array() in ~Array() argument
41 char *toChars() in toChars()
70 …//printf("Array::reserve: dim = %d, allocdim = %d, nentries = %d\n", (int)dim, (int)allocdim, (int… in reserve() argument
103 void setDim(d_size_t newdim) in setDim()
112 TYPE pop() in pop()
139 struct ArraySort in sort() argument
178 void insert(d_size_t index, Array *a) in insert() argument
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/array/
H A Dcasting.d91 struct Array in __ArrayCast() struct
93 size_t length; in __ArrayCast()
94 void* ptr; in __ArrayCast()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DBinaryStreamWriter.h151 template <typename T> Error writeArray(ArrayRef<T> Array) { in writeArray()
168 Error writeArray(VarStreamArray<T, U> Array) { in writeArray()
176 template <typename T> Error writeArray(FixedStreamArray<T> Array) { in writeArray()
H A DBinaryStreamReader.h187 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) { in readArray()
235 Error readArray(FixedStreamArray<T> &Array, uint32_t NumItems) { in readArray()
H A DBinaryStreamArray.h161 VarStreamArrayIterator(const ArrayType &Array, const Extractor &E, in VarStreamArrayIterator()
328 FixedStreamArrayIterator(const FixedStreamArray<T> &Array, uint32_t Index) in FixedStreamArrayIterator()
H A DJSON.h83 class Array; variable
166 template <typename Collection> explicit Array(const Collection &C) { in Array() function
298 Array, enumerator
455 friend class Array; variable
978 Array, enumerator
/netbsd-src/external/bsd/liblzf/dist/cs/
H A DCLZF.cs129 UInt32 FRST(byte[] Array,UInt32 ptr) in FRST()
134 UInt32 NEXT(UInt32 v,byte[] Array,UInt32 ptr) in NEXT()
/netbsd-src/sys/external/bsd/acpica/dist/common/
H A Ddmtbdump.c276 UINT32 *Array; AcpiDmDumpRsdt() local
316 UINT64 *Array; AcpiDmDumpXsdt() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_segmented_array.h297 explicit Array(AllocatorType &A) XRAY_NEVER_INSTRUMENT in Array() function
304 Array() XRAY_NEVER_INSTRUMENT : Alloc(nullptr), in Array() function
313 Array(Array &&O) XRAY_NEVER_INSTRUMENT : Alloc(O.Alloc), in Array() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/util/container/
H A Darray.d14 struct Array(T) in Array() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/container/
H A Darray.d14 struct Array(T) in Array() function
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dargmatch.h30 # define ARRAY_CARDINALITY(Array) (sizeof (Array) / sizeof *(Array)) argument
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/common/
H A Doutbuffer.d118 static struct Array { size_t length; ubyte* ptr; } in bufptr() argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h57 Array, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DSmallPtrSet.cpp69 const void *const *Array = CurArray; in FindBucketFor() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DRelLookupTableConverter.cpp60 ConstantArray *Array = dyn_cast<ConstantArray>(GV.getInitializer()); in shouldConvertToRelLookupTable() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
H A DBitCodes.h104 Array = 3, // A sequence of fields, next field species elt encoding. enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DValueTracking.h306 const ConstantDataArray *Array; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp186 auto &Array = Stack.back().Node.getArray(); in readFromBlob() local
H A DAMDGPUMetadataVerifier.cpp57 auto &Array = Node.getArray(); in verifyArray() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp87 MutableArrayRef<T> Array(Temporaries.Allocate<T>(Num), Num); in allocateNewArray() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTRecordReader.h75 auto Array = llvm::makeArrayRef(Record).slice(Idx, Len); in readIntArray() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DPointerArithChecker.cpp28 Array, enumerator

1234