Home
last modified time | relevance | path

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

123

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamWriter.h151 template <typename T> Error writeArray(ArrayRef<T> Array) { in writeArray()
168 Error writeArray(VarStreamArray<T, U> Array) { in writeArray()
176 template <typename T> Error writeArray(FixedStreamArray<T> Array) { in writeArray()
H A DBinaryStreamReader.h187 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) { in readArray()
235 Error readArray(FixedStreamArray<T> &Array, uint32_t NumItems) { in readArray()
H A DBinaryStreamArray.h161 VarStreamArrayIterator(const ArrayType &Array, const Extractor &E, in VarStreamArrayIterator()
328 FixedStreamArrayIterator(const FixedStreamArray<T> &Array, uint32_t Index) in FixedStreamArrayIterator()
H A DJSON.h83 class Array; variable
166 template <typename Collection> explicit Array(const Collection &C) { in Array() function
298 Array, enumerator
455 friend class Array; variable
978 Array, enumerator
/freebsd-13.1/sys/contrib/dev/acpica/common/
H A Ddmtbdump.c384 UINT32 *Array; in AcpiDmDumpRsdt() local
424 UINT64 *Array; in AcpiDmDumpXsdt() local
H A Ddmtbdump1.c519 UINT8 *Array; in AcpiDmDumpDbg2() local
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_segmented_array.h296 explicit Array(AllocatorType &A) XRAY_NEVER_INSTRUMENT in Array() function
303 Array() XRAY_NEVER_INSTRUMENT : Alloc(nullptr), in Array() function
312 Array(Array &&O) XRAY_NEVER_INSTRUMENT : Alloc(O.Alloc), in Array() function
/freebsd-13.1/contrib/one-true-awk/
H A Dawk.h104 typedef struct Array { /* symbol table array */ struct
108 } Array; argument
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h57 Array, enumerator
H A DMsgPackDocument.h60 ArrayTy *Array; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DSmallPtrSet.cpp70 const void *const *Array = CurArray; in FindBucketFor() local
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitCodes.h104 Array = 3, // A sequence of fields, next field species elt encoding. enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DRelLookupTableConverter.cpp60 ConstantArray *Array = dyn_cast<ConstantArray>(GV.getInitializer()); in shouldConvertToRelLookupTable() local
H A DModuleUtils.cpp25 static void appendToGlobalArray(const char *Array, Module &M, Function *F, in appendToGlobalArray()
/freebsd-13.1/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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h306 const ConstantDataArray *Array; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocument.cpp186 auto &Array = Stack.back().Node.getArray(); in readFromBlob() local
H A DAMDGPUMetadataVerifier.cpp57 auto &Array = Node.getArray(); in verifyArray() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp87 MutableArrayRef<T> Array(Temporaries.Allocate<T>(Num), Num); in allocateNewArray() local
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h53 class Array; variable
167 Array() : Object(lldb::eStructuredDataTypeArray) {} in Array() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordReader.h75 auto Array = llvm::makeArrayRef(Record).slice(Idx, Len); in readIntArray() local
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPointerArithChecker.cpp28 Array, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp343 auto *Array = dyn_cast<llvm::yaml::SequenceNode>(Root); in parse() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp296 json::Array Array; in print() local
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp385 auto &Array = Stream.typeArray(); in getOrCreateTypeCollection() local

123