Home
last modified time | relevance | path

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

123

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamWriter.h144 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 DBinaryStreamReader.h178 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) { in readArray()
226 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, global() enumerator
482 friend class Array; global() variable
1069 Array, global() enumerator
[all...]
/freebsd-src/sys/contrib/dev/acpica/common/
H A Ddmtbdump.c438 UINT32 *Array; AcpiDmDumpRsdt() local
478 UINT64 *Array; AcpiDmDumpXsdt() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_segmented_array.h296 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 Dawk.h108 typedef struct Array { /* symbol table array */ struct
112 } Array; typedef
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h61 Array, enumerator
H A DMsgPackDocument.h60 ArrayTy *Array; member
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitCodes.h41 Array = 3, // A sequence of fields, next field species elt encoding. enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DSmallPtrSet.cpp69 const void *const *Array = CurArray; in FindBucketFor() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DRelLookupTableConverter.cpp59 ConstantArray *Array = dyn_cast<ConstantArray>(GV.getInitializer()); in shouldConvertToRelLookupTable() local
/freebsd-src/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.h229 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 DStructuredData.h57 class Array; variable
195 Array() : Object(lldb::eStructuredDataTypeArray) {} in Array() function
/freebsd-src/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp199 auto &Array = Stack.back().Node.getArray(); in readFromBlob() local
H A DAMDGPUMetadataVerifier.cpp61 auto &Array = Node.getArray(); in verifyArray() local
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp88 MutableArrayRef<T> Array(Temporaries.Allocate<T>(Num), Num); in allocateNewArray() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordReader.h77 auto Array = llvm::ArrayRef(Record).slice(Idx, Len); readIntArray() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPointerArithChecker.cpp29 Array, enumerator
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp340 if (!Array) { in parse() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp321 json::Array Array; in print() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h614 const ConstantDataArray *Array; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp432 auto &Array = Stream.typeArray(); in getOrCreateTypeCollection() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp90 AssignToArrayRange(CodeGen::CGBuilderTy & Builder,llvm::Value * Array,llvm::Value * Value,unsigned FirstIndex,unsigned LastIndex) AssignToArrayRange() argument

123