Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/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.h91 class Array; variable
174 template <typename Collection> explicit Array(const Collection &C) { in Array() function
297 Array, enumerator
490 friend class Array; variable
1088 Array, enumerator
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtbdump.c431 UINT32 *Array; in AcpiDmDumpRsdt() local
471 UINT64 *Array; in AcpiDmDumpXsdt() local
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DJSONBackend.cpp49 json::Array Array; in translateInit() local
59 json::Array Array; in translateInit() local
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_segmented_array.h295 explicit Array(AllocatorType &A) XRAY_NEVER_INSTRUMENT in Array() function
302 Array() XRAY_NEVER_INSTRUMENT : Alloc(nullptr), in Array() function
311 Array(Array &&O) XRAY_NEVER_INSTRUMENT : Alloc(O.Alloc), in Array() function
/freebsd/contrib/one-true-awk/
H A Dawk.h108 typedef struct Array { /* symbol table array */ struct
112 } Array; typedef
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUnsafeBufferUsage.h57 Array, // We recommend replacing the variable with std::array. enumerator
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DDynamicAllocator.h37 Array, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitCodes.h39 Array = 3, // A sequence of fields, next field species elt encoding. enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h62 Array, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSmallPtrSet.cpp87 const void *const *Array = CurArray; in FindBucketFor() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervalUnion.h179 Array(Array &&Other) : Size(Other.Size), LIUs(Other.LIUs) { in Array() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DRelLookupTableConverter.cpp59 ConstantArray *Array = dyn_cast<ConstantArray>(GV.getInitializer()); in shouldConvertToRelLookupTable() local
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dchunk.h23 inline u16 computeChecksum(u32 Seed, uptr Value, uptr *Array, uptr ArraySize) { in computeChecksum()
H A Dprimary32.h362 SizeClassAllocatorT *SizeClassAllocator, uptr ClassId, CompactPtrT *Array, in pushBlocks()
584 CompactPtrT *Array, in pushBatchClassBlocks()
708 CompactPtrT *Array, u32 Size, bool SameGroup) REQUIRES(Sci->Mutex) { in pushBlocksImpl()
H A Dprimary64.h784 SizeClassAllocatorT *SizeClassAllocator, uptr ClassId, CompactPtrT *Array, in pushBlocks()
845 CompactPtrT *Array, u32 Size, bool SameGroup) REQUIRES(Region->FLLock) { in pushBlocksImpl()
951 CompactPtrT *Array, in pushBatchClassBlocks()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h371 const ConstantDataArray *Array; member
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp193 auto &Array = Stack.back().Node.getArray(); readFromBlob() local
H A DAMDGPUMetadataVerifier.cpp62 if (Size && Array.size() != *Size) in verifyArray() local
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordReader.h77 auto Array = llvm::ArrayRef(Record).slice(Idx, Len); in readIntArray() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h56 class Array; global() variable
194 Array() : Object(lldb::eStructuredDataTypeArray) {} Array() function
[all...]
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp88 MutableArrayRef<T> Array(Temporaries.Allocate<T>(Num), Num); in allocateNewArray() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp334 auto *Array = dyn_cast<llvm::yaml::SequenceNode>(Root); in parse() local

1234