Home
last modified time | relevance | path

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

1234

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dmemtemp56.C7 struct Array struct
10 Array() {} in Array() function
13 P_numtype operator()(const TinyVector<int,N_rank2>& index) const {} in operator()
H A Dmemtemp59.C10 struct Array struct
H A Dexplicit16.C4 class Array; variable
H A Dexplicit15.C4 class Array; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DBinaryStreamWriter.h145 template <typename T> Error writeArray(ArrayRef<T> Array) { in writeArray()
162 Error writeArray(VarStreamArray<T, U> Array) { in writeArray()
170 template <typename T> Error writeArray(FixedStreamArray<T> Array) { in writeArray()
H A DBinaryStreamReader.h180 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) { in readArray()
228 Error readArray(FixedStreamArray<T> &Array, uint32_t NumItems) { in readArray()
H A DBinaryStreamArray.h163 VarStreamArrayIterator(const ArrayType &Array, const Extractor &E, in VarStreamArrayIterator()
325 FixedStreamArrayIterator(const FixedStreamArray<T> &Array, uint32_t Index) in FixedStreamArrayIterator()
H A DJSON.h85 class Array; variable
168 template <typename Collection> explicit Array(const Collection &C) { in Array() function
291 Array, enumerator
473 friend class Array; variable
1048 Array, enumerator
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dchecksum_test.cpp15 static scudo::u16 computeSoftwareChecksum(scudo::u32 Seed, scudo::uptr *Array, in computeSoftwareChecksum()
23 static scudo::u16 computeHardwareChecksum(scudo::u32 Seed, scudo::uptr *Array, in computeHardwareChecksum()
36 scudo::uptr Array[sizeof(scudo::u64) / sizeof(scudo::uptr)]; in verifyChecksumFunctionBitFlip() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/init/
H A Darray5_x.C12 struct Array struct
25 Array A; in array5_x() argument
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/
H A Darray5.C35 struct Array struct
45 Array A; in main() argument
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_segmented_array.h296 explicit Array(AllocatorType &A) XRAY_NEVER_INSTRUMENT in Array() function
303 Array() XRAY_NEVER_INSTRUMENT : Alloc(nullptr), in Array() function
312 Array(Array &&O) XRAY_NEVER_INSTRUMENT : Alloc(O.Alloc), in Array() function
/openbsd-src/usr.bin/awk/
H A Dawk.h110 typedef struct Array { /* symbol table array */ struct
114 } Array; argument
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcvt5.C3 typedef unsigned long Array[3]; typedef
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/26_numerics/
H A Dvalarray_name_lookup.cc94 typedef std::valarray<My::Number> Array; in main() typedef
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dtemplate40.C10 Array(const Array<long>& r) : size(0) {} // just for testing in Array() function
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb97.C3 struct Array { }; struct
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/tests/
H A DFuzzedDataProviderUnittest.cpp288 const std::array<int, 5> Array = {1, 2, 3, 4, 5}; in TEST() local
302 const int Array[] = {1, 2, 3, 4, 5}; in TEST() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dvisibility13.C22 Array(const Type *ar, int sz) { init(ar,sz); } in Array() function
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h56 Array, enumerator
/openbsd-src/gnu/llvm/llvm/include/llvm/Bitstream/
H A DBitCodes.h41 Array = 3, // A sequence of fields, next field species elt encoding. enumerator
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DSmallPtrSet.cpp69 const void *const *Array = CurArray; in FindBucketFor() local
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DJSONGenerator.h29 class Array; variable
124 Array() : Object(Type::eTypeArray) {} in Array() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DRelLookupTableConverter.cpp59 ConstantArray *Array = dyn_cast<ConstantArray>(GV.getInitializer()); in shouldConvertToRelLookupTable() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DValueTracking.h297 const ConstantDataArray *Array; member

1234