Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DArrayRef.h99 /*implicit*/ constexpr ArrayRef(const std::array<T, N> &Arr) in ArrayRef()
345 /*implicit*/ constexpr MutableArrayRef(std::array<T, N> &Arr) in MutableArrayRef()
510 ArrayRef<T> makeArrayRef(const std::array<T, N> &Arr) { in makeArrayRef()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/
H A Dcxx_loop_proto.proto27 enum Arr { enum
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DSHA1.cpp306 std::array<uint8_t, 20> Arr; in hash() local
H A DSHA256.cpp286 std::array<uint8_t, 32> Arr; in hash() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp74 } else if (ArrayTypeLoc Arr = TL.getAs<ArrayTypeLoc>()) { in lookForAttribute() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dsysinfo.cc132 std::array<T, N> Arr; in GetAsArray() local
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dsysinfo.cc134 std::array<T, N> Arr; in GetAsArray() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DModule.cpp742 auto *Arr = dyn_cast_or_null<ConstantDataArray>(CM->getValue()); in getSDKVersion() local
H A DConstants.cpp2940 static bool isAllZeros(StringRef Arr) { in isAllZeros()
H A DCore.cpp771 void LLVMGetSubtypes(LLVMTypeRef Tp, LLVMTypeRef *Arr) { in LLVMGetSubtypes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp568 std::vector<COFFSection *> Arr; in writeSectionHeaders() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DAPValue.cpp294 APValue::Arr::Arr(unsigned NumElts, unsigned Size) : in Arr() function in APValue::Arr
H A DDeclCXX.cpp3335 APValue &Arr = APVal.getStructField(3) = in getAsAPValue() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELF.h832 ArrayRef<T> Arr = *EntriesOrErr; in getEntry() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProf.cpp442 auto *Arr = cast<ConstantDataArray>(NameVar->getInitializer()); in getPGOFuncNameVarInitializer() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp791 const ValueToValueMapTy *const Arr[] = {&VMap}; in updateExitBlocksForClonedLoop() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dsorting.d526 auto Arr = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dsorting.d528 auto Arr = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprCXX.cpp2097 while (const ConstantArrayType *Arr in EmitCXXDeleteExpr() local
H A DCGObjCGNU.cpp1064 auto Arr = llvm::makeArrayRef(&ToBuf[0], ToPtr+1); in GenerateConstantString() local
H A DCodeGenModule.cpp5137 auto Arr = llvm::makeArrayRef( in GetAddrOfConstantCFString() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2084 if (const auto *Arr = dyn_cast<ArraySubscriptExpr>(Inner)) in trackExpressionValue() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1551 ArrayTypeInfo Arr; member
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c563 value Arr = caml_alloc_tuple_uninit(Size); in llvm_subtypes() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4873 static SmallVector<std::string, 4> getGNUPropertyList(ArrayRef<uint8_t> Arr) { in getGNUPropertyList()

12