Home
last modified time | relevance | path

Searched defs:Arr (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DArrayRef.h92 /*implicit*/ constexpr ArrayRef(const std::array<T, N> &Arr) in ArrayRef()
331 /*implicit*/ constexpr MutableArrayRef(std::array<T, N> &Arr) in MutableArrayRef()
496 ArrayRef<T> makeArrayRef(const std::array<T, N> &Arr) { in makeArrayRef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DArrayRef.h85 /*implicit*/ constexpr ArrayRef(const std::array<T, N> &Arr) in ArrayRef()
315 /*implicit*/ constexpr MutableArrayRef(std::array<T, N> &Arr) in MutableArrayRef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSHA1.cpp301 std::array<uint8_t, 20> Arr; in hash() local
/third_party/json/benchmarks/thirdparty/benchmark/src/
Dsysinfo.cc132 std::array<T, N> Arr; in GetAsArray() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModule.cpp593 auto *Arr = dyn_cast_or_null<ConstantDataArray>(CM->getValue()); in getSDKVersion() local
DConstants.cpp2543 static bool isAllZeros(StringRef Arr) { in isAllZeros()
DCore.cpp735 void LLVMGetSubtypes(LLVMTypeRef Tp, LLVMTypeRef *Arr) { in LLVMGetSubtypes()
/third_party/benchmark/src/
Dsysinfo.cc140 std::array<T, N> Arr; in GetAsArray() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWinCOFFObjectWriter.cpp557 std::vector<COFFSection *> Arr; in writeSectionHeaders() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp420 auto *Arr = cast<ConstantDataArray>(NameVar->getInitializer()); in getPGOFuncNameVarInitializer() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp763 const ValueToValueMapTy *const Arr[] = {&VMap}; in updateExitBlocksForClonedLoop() local