Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DDescriptor.h80 const bool IsArray = false; member
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DInlayHints.cpp103 bool IsArray = false; member in clang::clangd::__anon18ece24e0111::AggregateDesignatorNames
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dsymbol.h211 bool IsArray() const { return !shape_.empty(); } in IsArray() function
/llvm-project-15.0.7/clang/lib/AST/
H A DExprCXX.cpp234 CXXNewExpr::CXXNewExpr(EmptyShell Empty, bool IsArray, in CXXNewExpr()
251 bool IsArray = ArraySize.has_value(); in Create() local
266 CXXNewExpr *CXXNewExpr::CreateEmpty(const ASTContext &Ctx, bool IsArray, in CreateEmpty()
H A DExprConstant.cpp192 uint64_t &ArraySize, QualType &Type, bool &IsArray, in findMostDerivedSubobject()
290 bool IsArray = false; in SubobjectDesignator() local
313 bool IsArray = false; in truncate() local
363 bool IsArray = MostDerivedPathLength == Entries.size() && in validIndexAdjustments() local
457 bool IsArray = MostDerivedPathLength == Entries.size() && in adjustIndex() local
3946 bool IsArray = A.MostDerivedIsArrayElement; in AreElementsOfSameArray() local
H A DDeclCXX.cpp3333 auto IsArray = [&Ctx](MatcherRef Elem, unsigned N) { in isValidStructGUID() local
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp98 QualType &Ty, bool &IsArray, unsigned Idx) { in makeElementRegion()
/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1928 bool IsArray; // new[] ? variable
1963 bool IsArray; variable
2085 bool IsArray; variable
/llvm-project-15.0.7/libcxxabi/src/demangle/
H A DItaniumDemangle.h1928 bool IsArray; // new[] ? variable
1963 bool IsArray; variable
2085 bool IsArray; variable
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4843 bool IsArray = Ty->isArrayTy(); in parseFunctionBody() local
4890 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody() local
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp1854 bool IsArray = Record.readInt(); in VisitCXXNewExpr() local
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp3839 TEST_P(ASTMatchersTest, IsArray) { in TEST_P() argument
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h724 unsigned IsArray : 1; in alignas() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp2612 QualType AllocType, bool IsArray, in FindAllocationFunctions()
H A DSemaChecking.cpp14436 const bool IsArray = T->isArrayType(); in DiagnoseAlwaysNonNullPointer() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1273 bool IsArray = getContext().getAsArrayType(Type) != nullptr; in EmitOMPReductionClauseInit() local
H A DCGOpenMPRuntime.cpp10129 llvm::Value *IsArray = MapperCGF.Builder.CreateICmpSGT( in emitUDMapperArrayInitOrDel() local