Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DArrayRef.h101 /*implicit*/ constexpr ArrayRef(const std::array<T, N> &Arr) in ArrayRef()
347 /*implicit*/ constexpr MutableArrayRef(std::array<T, N> &Arr) in MutableArrayRef()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp74 } else if (ArrayTypeLoc Arr = TL.getAs<ArrayTypeLoc>()) { in lookForAttribute() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp541 std::vector<COFFSection *> Arr; in writeSectionHeaders() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp828 auto *Arr = dyn_cast_or_null<ConstantDataArray>(CM->getValue()); in getSDKVersionMD() local
H A DConstants.cpp2824 static bool isAllZeros(StringRef Arr) { in isAllZeros()
H A DCore.cpp860 void LLVMGetSubtypes(LLVMTypeRef Tp, LLVMTypeRef *Arr) { in LLVMGetSubtypes()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp294 APValue::Arr::Arr(unsigned NumElts, unsigned Size) : in Arr() function in APValue::Arr
H A DDeclCXX.cpp3516 APValue &Arr = APVal.getStructField(3) = in getAsAPValue() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h993 ArrayRef<T> Arr = *EntriesOrErr; in getEntry() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp790 const ValueToValueMapTy *const Arr[] = {&VMap}; updateExitBlocksForClonedLoop() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp701 auto *Arr = cast<ConstantDataArray>(NameVar->getInitializer()); in getPGOFuncNameVarInitializer() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp2122 while (const ConstantArrayType *Arr in EmitCXXDeleteExpr() local
H A DCGObjCGNU.cpp1083 auto Arr = llvm::ArrayRef(&ToBuf[0], ToPtr + 1); in GenerateConstantString() local
H A DCodeGenModule.cpp6309 auto Arr = llvm::ArrayRef( in GetAddrOfConstantCFString() local
H A DCGBuiltin.cpp2397 if (const auto *Arr = Ctx.getAsArrayType(Ty)) in TypeRequiresBuiltinLaunderImp() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1638 ArrayTypeInfo Arr; member
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2326 if (const auto *Arr = dyn_cast<ArraySubscriptExpr>(Inner)) in handle() local
H A DExprEngine.cpp3215 const Expr *Arr = Ex->getCommonExpr()->getSourceExpr(); in VisitArrayInitLoopExpr() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2860 auto *Arr = cast<ConstantArray>(GV->getInitializer()); in emitSpecialLLVMGlobal() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1090 auto *Arr = cast<ConstantDataArray>(GV->getInitializer()); in expandPostRAPseudo() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5420 static SmallVector<std::string, 4> getGNUPropertyList(ArrayRef<uint8_t> Arr) { in getGNUPropertyList()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp16970 char Arr[UNI_MAX_UTF8_BYTES_PER_CODE_POINT]; in WriteCharValueForDiagnostic() local
H A DSemaExpr.cpp17223 else if (const auto *Arr = S.Context.getAsArrayType(Ty)) in CheckPossibleDeref() local