Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamWriter.h145 if (Array.empty()) in writeArray() argument
162 return writeStreamRef(Array.getUnderlyingStream()); in writeArray() argument
170 writeArray(FixedStreamArray<T> Array) writeArray() argument
[all...]
H A DBinaryStreamReader.h228 Array = FixedStreamArray<T>(); in readArray() argument
180 readArray(ArrayRef<T> & Array,uint32_t NumElements) readArray() argument
[all...]
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
482 friend class Array; variable
1071 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/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; argument
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUnsafeBufferUsage.h55 Array, // We recommend replacing the variable with std::array. enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h56 Array, global() enumerator
H A DMsgPackDocument.h60 ArrayTy *Array; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitCodes.h41 Array = 3, // A sequence of fields, next field species elt encoding. enumerator
H A DBitstreamWriter.h616 StringRef Array) { in EmitRecordWithArray()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSmallPtrSet.cpp69 const void *const *Array = CurArray; in FindBucketFor() local
/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() argument
H A Dprimary32.h215 void pushBlocks(CacheT *C, uptr ClassId, CompactPtrT *Array, u32 Size) { in pushBlocks()
477 void pushBatchClassBlocks(SizeClassInfo *Sci, CompactPtrT *Array, u32 Size) in pushBatchClassBlocks()
/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/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.h78 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/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp339 auto *Array = dyn_cast<llvm::yaml::SequenceNode>(Root); in parse() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp313 json::Array Array; print() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp432 auto &Array = Stream.typeArray(); in getOrCreateTypeCollection() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp277 auto *Array = in addArraySubscriptOperator() local

123