/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | BinaryStreamWriter.h | 144 template <typename T> Error writeArray(ArrayRef<T> Array) { in writeArray() 161 Error writeArray(VarStreamArray<T, U> Array) { in writeArray() 169 template <typename T> Error writeArray(FixedStreamArray<T> Array) { in writeArray()
|
H A D | BinaryStreamReader.h | 178 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) { in readArray() 226 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, global() enumerator 482 friend class Array; global() variable 1069 Array, global() enumerator [all...] |
/freebsd-src/sys/contrib/dev/acpica/common/ |
H A D | dmtbdump.c | 438 UINT32 *Array; AcpiDmDumpRsdt() local 478 UINT64 *Array; AcpiDmDumpXsdt() local
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_segmented_array.h | 296 explicit Array(AllocatorType &A) XRAY_NEVER_INSTRUMENT Array() function 303 Array() XRAY_NEVER_INSTRUMENT : Alloc(nullptr), Array() function 312 Array(Array &&O) XRAY_NEVER_INSTRUMENT : Alloc(O.Alloc), Array() function [all...] |
/freebsd-src/contrib/one-true-awk/ |
H A D | awk.h | 108 typedef struct Array { /* symbol table array */ struct 112 } Array; typedef
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPackReader.h | 61 Array, enumerator
|
H A D | MsgPackDocument.h | 60 ArrayTy *Array; member [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Bitstream/ |
H A D | BitCodes.h | 41 Array = 3, // A sequence of fields, next field species elt encoding. enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | SmallPtrSet.cpp | 69 const void *const *Array = CurArray; in FindBucketFor() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | RelLookupTableConverter.cpp | 59 ConstantArray *Array = dyn_cast<ConstantArray>(GV.getInitializer()); in shouldConvertToRelLookupTable() local
|
/freebsd-src/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 | 229 pushBlocks(CacheT * C,uptr ClassId,CompactPtrT * Array,u32 Size) pushBlocks() argument 491 pushBatchClassBlocks(SizeClassInfo * Sci,CompactPtrT * Array,u32 Size) pushBatchClassBlocks() argument [all...] |
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | StructuredData.h | 57 class Array; variable 195 Array() : Object(lldb::eStructuredDataTypeArray) {} in Array() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/BinaryFormat/ |
H A D | MsgPackDocument.cpp | 199 auto &Array = Stack.back().Node.getArray(); in readFromBlob() local
|
H A D | AMDGPUMetadataVerifier.cpp | 61 auto &Array = Node.getArray(); in verifyArray() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | MinidumpEmitter.cpp | 88 MutableArrayRef<T> Array(Temporaries.Allocate<T>(Num), Num); in allocateNewArray() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTRecordReader.h | 77 auto Array = llvm::ArrayRef(Record).slice(Idx, Len); readIntArray() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | PointerArithChecker.cpp | 29 Array, enumerator
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/ |
H A D | JSONCompilationDatabase.cpp | 340 if (!Array) { in parse() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | DIPrinter.cpp | 321 json::Array Array; in print() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ValueTracking.h | 614 const ConstantDataArray *Array; global() member
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | InputFile.cpp | 432 auto &Array = Stream.typeArray(); in getOrCreateTypeCollection() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ABIInfoImpl.cpp | 90 AssignToArrayRange(CodeGen::CGBuilderTy & Builder,llvm::Value * Array,llvm::Value * Value,unsigned FirstIndex,unsigned LastIndex) AssignToArrayRange() argument
|