| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Descriptor.h | 113 const bool IsArray = false; member 185 bool isPrimitiveArray() const { return IsArray && !ElemDesc; } in isPrimitiveArray() 187 bool isCompositeArray() const { return IsArray && ElemDesc; } in isCompositeArray() 194 bool isPrimitive() const { return !IsArray && !ElemRecord; } in isPrimitive() 197 bool isArray() const { return IsArray; } in isArray() 199 bool isRecord() const { return !IsArray && ElemRecord; } in isRecord()
|
| H A D | Descriptor.cpp | 143 Desc->IsInitialized = F->IsArray && !IsBase; in ctorRecord() 247 IsMutable(IsMutable), IsTemporary(IsTemporary), IsArray(true), in Descriptor() 258 IsMutable(false), IsTemporary(IsTemporary), IsArray(true), in Descriptor() 272 IsTemporary(IsTemporary), IsArray(true), CtorFn(ctorArrayDesc), in Descriptor() 283 IsConst(true), IsMutable(false), IsTemporary(IsTemporary), IsArray(true), in Descriptor()
|
| H A D | Pointer.h | 189 if (!Desc->IsArray) in expand() 274 bool inArray() const { return getFieldDesc()->IsArray; } in inArray()
|
| H A D | Pointer.cpp | 231 return hasSameBase(A, B) && A.Base == B.Base && A.getFieldDesc()->IsArray; in hasSameArray()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CheckPlacementNew.cpp | 37 bool &IsArray) const; 72 bool &IsArray) const { in getExtentSizeOfNewTarget() 78 IsArray = false; in getExtentSizeOfNewTarget() 80 IsArray = true; in getExtentSizeOfNewTarget()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 201 CXXNewExprBits.IsArray = ArraySize.has_value(); in CXXNewExpr() 237 CXXNewExpr::CXXNewExpr(EmptyShell Empty, bool IsArray, in CXXNewExpr() argument 240 CXXNewExprBits.IsArray = IsArray; in CXXNewExpr() 253 bool IsArray = ArraySize.has_value(); in Create() local 259 IsArray + HasInit + NumPlacementArgs, IsParenTypeId), in Create() 268 CXXNewExpr *CXXNewExpr::CreateEmpty(const ASTContext &Ctx, bool IsArray, in CreateEmpty() argument 273 IsArray + HasInit + NumPlacementArgs, IsParenTypeId), in CreateEmpty() 276 CXXNewExpr(EmptyShell(), IsArray, NumPlacementArgs, IsParenTypeId); in CreateEmpty()
|
| H A D | ExprConstant.cpp | 209 IsArray = true; in findMostDerivedSubobject() 223 IsArray = true; in findMostDerivedSubobject() 228 IsArray = false; in findMostDerivedSubobject() 232 IsArray = false; in findMostDerivedSubobject() 293 bool IsArray = false; in SubobjectDesignator() local 298 MostDerivedIsArrayElement = IsArray; in SubobjectDesignator() 316 bool IsArray = false; in truncate() local 321 MostDerivedIsArrayElement = IsArray; in truncate() 482 if (IsArray) in adjustIndex() 4011 bool IsArray = A.MostDerivedIsArrayElement; in AreElementsOfSameArray() local [all …]
|
| H A D | DeclCXX.cpp | 3439 auto IsArray = [&Ctx](MatcherRef Elem, unsigned N) { in isValidStructGUID() local 3470 return IsStruct({IsInt(32), IsInt(16), IsInt(16), IsArray(IsInt(8), 8)})(T); in isValidStructGUID()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVScope.h | 37 IsArray, enumerator 160 KIND(LVScopeKind, IsArray);
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 2082 bool IsArray; // new[] ? variable 2087 InitList(InitList_), IsGlobal(IsGlobal_), IsArray(IsArray_) {} in NewExpr() 2090 F(ExprList, Type, InitList, IsGlobal, IsArray, getPrecedence()); in match() 2097 if (IsArray) in printLeft() 2117 bool IsArray; variable 2122 IsArray(IsArray_) {} in DeleteExpr() 2125 F(Op, IsGlobal, IsArray, getPrecedence()); in match() 2132 if (IsArray) in printLeft() 2240 bool IsArray; variable 2243 : Node(KBracedExpr), Elem(Elem_), Init(Init_), IsArray(IsArray_) {} in BracedExpr() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCXX.cpp | 101 QualType &Ty, bool &IsArray, unsigned Idx) { in makeElementRegion() argument 111 IsArray = true; 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() argument 813 if (!IsArray) { in serializeField()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
| H A D | Options.cpp | 339 clEnumValN(LVScopeKind::IsArray, "Array", "Array."),
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ExprEngine.h | 896 QualType &Ty, bool &IsArray, unsigned Idx = 0);
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 2283 CXXNewExpr(EmptyShell Empty, bool IsArray, unsigned NumPlacementArgs, 2298 static CXXNewExpr *CreateEmpty(const ASTContext &Ctx, bool IsArray, 2332 bool isArray() const { return CXXNewExprBits.IsArray; } in isArray()
|
| H A D | Stmt.h | 860 unsigned IsArray : 1; in alignas()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 5047 bool IsArray = Ty->isArrayTy(); in parseFunctionBody() local 5051 if (!IsStruct && !IsArray) in parseFunctionBody() 5057 if (IsArray && Index >= Ty->getArrayNumElements()) in parseFunctionBody() 5094 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody() local 5098 if (!IsStruct && !IsArray) in parseFunctionBody() 5104 if (IsArray && Index >= CurTy->getArrayNumElements()) in parseFunctionBody()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1896 bool IsArray = Record.readInt(); in VisitCXXNewExpr() local 1907 assert((IsArray == E->isArray()) && "Wrong IsArray!"); in VisitCXXNewExpr() 1912 (void)IsArray; in VisitCXXNewExpr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVScope.cpp | 84 {LVScopeKind::IsArray, &LVScope::getIsArray},
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TokenKinds.def | 549 TYPE_TRAIT_1(__is_array, IsArray, KEYCXX)
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 1270 bool IsArray = getContext().getAsArrayType(Type) != nullptr; in EmitOMPReductionClauseInit() local 1274 if (IsArray) { in EmitOMPReductionClauseInit() 1280 RHSVD, IsArray ? GetAddrOfLocalVar(PrivateVD).withElementType( in EmitOMPReductionClauseInit()
|
| H A D | CGOpenMPRuntime.cpp | 9287 llvm::Value *IsArray = MapperCGF.Builder.CreateICmpSGT( in emitUDMapperArrayInitOrDel() local 9307 Cond = MapperCGF.Builder.CreateOr(IsArray, BaseIsBegin); in emitUDMapperArrayInitOrDel() 9311 Cond = IsArray; in emitUDMapperArrayInitOrDel()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 2674 QualType AllocType, bool IsArray, in FindAllocationFunctions() argument 2720 IsArray ? OO_Array_New : OO_New); in FindAllocationFunctions()
|
| H A D | SemaChecking.cpp | 16526 const bool IsArray = T->isArrayType(); in DiagnoseAlwaysNonNullPointer() local 16535 if (!IsAddressOf && !IsFunction && !IsArray) in DiagnoseAlwaysNonNullPointer() 16554 else if (IsArray) in DiagnoseAlwaysNonNullPointer()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 6913 QualType AllocType, bool IsArray,
|