| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | BinaryStreamWriter.h | 151 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 D | BinaryStreamReader.h | 187 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) { in readArray() 235 Error readArray(FixedStreamArray<T> &Array, uint32_t NumItems) { in readArray()
|
| H A D | BinaryStreamArray.h | 161 VarStreamArrayIterator(const ArrayType &Array, const Extractor &E, in VarStreamArrayIterator() 328 FixedStreamArrayIterator(const FixedStreamArray<T> &Array, uint32_t Index) in FixedStreamArrayIterator()
|
| H A D | JSON.h | 83 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 D | dmtbdump.c | 384 UINT32 *Array; in AcpiDmDumpRsdt() local 424 UINT64 *Array; in AcpiDmDumpXsdt() local
|
| H A D | dmtbdump1.c | 519 UINT8 *Array; in AcpiDmDumpDbg2() local
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_segmented_array.h | 296 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 D | awk.h | 104 typedef struct Array { /* symbol table array */ struct 108 } Array; argument
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | MsgPackReader.h | 57 Array, enumerator
|
| H A D | MsgPackDocument.h | 60 ArrayTy *Array; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | SmallPtrSet.cpp | 70 const void *const *Array = CurArray; in FindBucketFor() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Bitstream/ |
| H A D | BitCodes.h | 104 Array = 3, // A sequence of fields, next field species elt encoding. enumerator
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | RelLookupTableConverter.cpp | 60 ConstantArray *Array = dyn_cast<ConstantArray>(GV.getInitializer()); in shouldConvertToRelLookupTable() local
|
| H A D | ModuleUtils.cpp | 25 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 D | chunk.h | 23 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 D | ValueTracking.h | 306 const ConstantDataArray *Array; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/BinaryFormat/ |
| H A D | MsgPackDocument.cpp | 186 auto &Array = Stack.back().Node.getArray(); in readFromBlob() local
|
| H A D | AMDGPUMetadataVerifier.cpp | 57 auto &Array = Node.getArray(); in verifyArray() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | MinidumpEmitter.cpp | 87 MutableArrayRef<T> Array(Temporaries.Allocate<T>(Num), Num); in allocateNewArray() local
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | StructuredData.h | 53 class Array; variable 167 Array() : Object(lldb::eStructuredDataTypeArray) {} in Array() function
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTRecordReader.h | 75 auto Array = llvm::makeArrayRef(Record).slice(Idx, Len); in readIntArray() local
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | PointerArithChecker.cpp | 28 Array, enumerator
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | JSONCompilationDatabase.cpp | 343 auto *Array = dyn_cast<llvm::yaml::SequenceNode>(Root); in parse() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | DIPrinter.cpp | 296 json::Array Array; in print() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | InputFile.cpp | 385 auto &Array = Stream.typeArray(); in getOrCreateTypeCollection() local
|