/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
H A D | memtemp56.C | 7 struct Array struct 10 Array() {} in Array() function 13 P_numtype operator()(const TinyVector<int,N_rank2>& index) const {} in operator()
|
H A D | memtemp59.C | 10 struct Array struct
|
H A D | explicit16.C | 4 class Array; variable
|
H A D | explicit15.C | 4 class Array; variable
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | BinaryStreamWriter.h | 145 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 D | BinaryStreamReader.h | 180 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) { in readArray() 228 Error readArray(FixedStreamArray<T> &Array, uint32_t NumItems) { in readArray()
|
H A D | BinaryStreamArray.h | 163 VarStreamArrayIterator(const ArrayType &Array, const Extractor &E, in VarStreamArrayIterator() 325 FixedStreamArrayIterator(const FixedStreamArray<T> &Array, uint32_t Index) in FixedStreamArrayIterator()
|
H A D | JSON.h | 85 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 D | checksum_test.cpp | 15 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 D | array5_x.C | 12 struct Array struct 25 Array A; in array5_x() argument
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/ |
H A D | array5.C | 35 struct Array struct 45 Array A; in main() argument
|
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/ |
H A D | xray_segmented_array.h | 296 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 D | awk.h | 110 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 D | cvt5.C | 3 typedef unsigned long Array[3]; typedef
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/26_numerics/ |
H A D | valarray_name_lookup.cc | 94 typedef std::valarray<My::Number> Array; in main() typedef
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
H A D | template40.C | 10 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 D | eb97.C | 3 struct Array { }; struct
|
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/tests/ |
H A D | FuzzedDataProviderUnittest.cpp | 288 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 D | visibility13.C | 22 Array(const Type *ar, int sz) { init(ar,sz); } in Array() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPackReader.h | 56 Array, enumerator
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Bitstream/ |
H A D | BitCodes.h | 41 Array = 3, // A sequence of fields, next field species elt encoding. enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | SmallPtrSet.cpp | 69 const void *const *Array = CurArray; in FindBucketFor() local
|
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
H A D | JSONGenerator.h | 29 class Array; variable 124 Array() : Object(Type::eTypeArray) {} in Array() function
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | RelLookupTableConverter.cpp | 59 ConstantArray *Array = dyn_cast<ConstantArray>(GV.getInitializer()); in shouldConvertToRelLookupTable() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | ValueTracking.h | 297 const ConstantDataArray *Array; member
|