Searched defs:IsArray (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Descriptor.h | 113 const bool IsArray = false; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVScope.h | 37 IsArray, enumerator
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 237 CXXNewExpr::CXXNewExpr(EmptyShell Empty, bool IsArray, in CXXNewExpr() 253 bool IsArray = ArraySize.has_value(); in Create() local 268 CXXNewExpr *CXXNewExpr::CreateEmpty(const ASTContext &Ctx, bool IsArray, in CreateEmpty()
|
| H A D | ExprConstant.cpp | 195 uint64_t &ArraySize, QualType &Type, bool &IsArray, in findMostDerivedSubobject() 293 bool IsArray = false; in SubobjectDesignator() local 316 bool IsArray = false; in truncate() local 366 bool IsArray = MostDerivedPathLength == Entries.size() && in validIndexAdjustments() local 460 bool IsArray = MostDerivedPathLength == Entries.size() && in adjustIndex() local 4011 bool IsArray = A.MostDerivedIsArrayElement; in AreElementsOfSameArray() local
|
| H A D | DeclCXX.cpp | 3439 auto IsArray = [&Ctx](MatcherRef Elem, unsigned N) { in isValidStructGUID() local
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCXX.cpp | 101 QualType &Ty, bool &IsArray, unsigned Idx) { in makeElementRegion()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | TextStubV5.cpp | 808 const TargetList &ActiveTargets, bool IsArray = true) { in serializeField()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 2082 bool IsArray; // new[] ? variable 2117 bool IsArray; variable 2240 bool IsArray; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 5047 bool IsArray = Ty->isArrayTy(); in parseFunctionBody() local 5094 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody() local
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1896 bool IsArray = Record.readInt(); in VisitCXXNewExpr() local
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 2674 QualType AllocType, bool IsArray, in FindAllocationFunctions()
|
| H A D | SemaChecking.cpp | 16526 const bool IsArray = T->isArrayType(); in DiagnoseAlwaysNonNullPointer() local
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 1270 bool IsArray = getContext().getAsArrayType(Type) != nullptr; in EmitOMPReductionClauseInit() local
|
| H A D | CGOpenMPRuntime.cpp | 9287 llvm::Value *IsArray = MapperCGF.Builder.CreateICmpSGT( in emitUDMapperArrayInitOrDel() local
|