Home
last modified time | relevance | path

Searched defs:IsArray (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.h151 const bool IsArray = false; member
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h37 IsArray, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp1515 bool IsArray = !OriginalBaseTy.isNull() && OriginalBaseTy->isArrayType(); in ActOnArraySectionExpr() local
H A DSemaExprCXX.cpp2699 QualType AllocType, bool IsArray, in FindAllocationFunctions()
H A DSemaChecking.cpp11641 const bool IsArray = T->isArrayType(); in DiagnoseAlwaysNonNullPointer() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp284 CXXNewExpr::CXXNewExpr(EmptyShell Empty, bool IsArray, in CXXNewExpr()
300 bool IsArray = ArraySize.has_value(); in Create() local
315 CXXNewExpr *CXXNewExpr::CreateEmpty(const ASTContext &Ctx, bool IsArray, in CreateEmpty()
H A DExprConstant.cpp196 uint64_t &ArraySize, QualType &Type, bool &IsArray, in findMostDerivedSubobject()
298 bool IsArray = false; in SubobjectDesignator() local
321 bool IsArray = false; in truncate() local
371 bool IsArray = MostDerivedPathLength == Entries.size() && in validIndexAdjustments() local
465 bool IsArray = MostDerivedPathLength == Entries.size() && in adjustIndex() local
4039 bool IsArray = A.MostDerivedIsArrayElement; in AreElementsOfSameArray() local
H A DDeclCXX.cpp3473 auto IsArray = [&Ctx](MatcherRef Elem, unsigned N) { in isValidStructGUID() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp101 QualType &Ty, bool &IsArray, unsigned Idx) { in makeElementRegion()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp808 const TargetList &ActiveTargets, bool IsArray = true) { in serializeField()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2081 bool IsArray; // new[] ? variable
2116 bool IsArray; variable
2239 bool IsArray; variable
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5224 bool IsArray = Ty->isArrayTy(); in parseFunctionBody() local
5271 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody() local
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1904 bool IsArray = Record.readInt(); in VisitCXXNewExpr() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1295 bool IsArray = getContext().getAsArrayType(Type) != nullptr; in EmitOMPReductionClauseInit() local
H A DCGOpenMPRuntime.cpp9348 llvm::Value *IsArray = MapperCGF.Builder.CreateICmpSGT( in emitUDMapperArrayInitOrDel() local