| /freebsd/contrib/llvm-project/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 | 91 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 D | dmtbdump.c | 431 UINT32 *Array; in AcpiDmDumpRsdt() local 471 UINT64 *Array; in AcpiDmDumpXsdt() local
|
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | JSONBackend.cpp | 49 json::Array Array; in translateInit() local 59 json::Array Array; in translateInit() local
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_segmented_array.h | 295 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 D | awk.h | 108 typedef struct Array { /* symbol table array */ struct 112 } Array; typedef
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | UnsafeBufferUsage.h | 57 Array, // We recommend replacing the variable with std::array. enumerator
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | DynamicAllocator.h | 37 Array, enumerator
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/ |
| H A D | BitCodes.h | 39 Array = 3, // A sequence of fields, next field species elt encoding. enumerator
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | MsgPackReader.h | 62 Array, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | SmallPtrSet.cpp | 87 const void *const *Array = CurArray; in FindBucketFor() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LiveIntervalUnion.h | 179 Array(Array &&Other) : Size(Other.Size), LIUs(Other.LIUs) { in Array() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | RelLookupTableConverter.cpp | 59 ConstantArray *Array = dyn_cast<ConstantArray>(GV.getInitializer()); in shouldConvertToRelLookupTable() local
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | chunk.h | 23 inline u16 computeChecksum(u32 Seed, uptr Value, uptr *Array, uptr ArraySize) { in computeChecksum()
|
| H A D | primary32.h | 362 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 D | primary64.h | 784 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 D | ValueTracking.h | 371 const ConstantDataArray *Array; member
|
| /freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
| H A D | MsgPackDocument.cpp | 193 auto &Array = Stack.back().Node.getArray(); readFromBlob() local
|
| H A D | AMDGPUMetadataVerifier.cpp | 62 if (Size && Array.size() != *Size) in verifyArray() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTRecordReader.h | 77 auto Array = llvm::ArrayRef(Record).slice(Idx, Len); in readIntArray() local
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 56 class Array; global() variable 194 Array() : Object(lldb::eStructuredDataTypeArray) {} Array() function [all...] |
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | MinidumpEmitter.cpp | 88 MutableArrayRef<T> Array(Temporaries.Allocate<T>(Num), Num); in allocateNewArray() local
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | JSONCompilationDatabase.cpp | 334 auto *Array = dyn_cast<llvm::yaml::SequenceNode>(Root); in parse() local
|