| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | GetElementPtrTypeIterator.h | 145 bool isStruct() const { return isa<StructType *>(CurTy); } in isStruct() function 147 bool isSequential() const { return !isStruct(); } in isSequential()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | APValue.h | 409 bool isStruct() const { return Kind == Struct; } 539 assert(isStruct() && "Invalid accessor"); 543 assert(isStruct() && "Invalid accessor"); 547 assert(isStruct() && "Invalid accessor"); 552 assert(isStruct() && "Invalid accessor");
|
| H A D | Decl.h | 3744 bool isStruct() const { return getTagKind() == TagTypeKind::Struct; } in isStruct() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenTBAA.cpp | 109 if (RD->isStruct() || RD->isClass()) in isValidBaseType()
|
| H A D | CGExprCXX.cpp | 1229 if (RType->getDecl()->isStruct()) { in EmitNewArrayInitializer()
|
| H A D | CGDebugInfo.cpp | 1129 if (RD->isStruct() || RD->isInterface()) in getTagForRecord() 1361 else if (RD && (RD->isStruct() || RD->isUnion())) in getAccessFlag()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | StraightLineStrengthReduce.cpp | 536 if (GTI.isStruct()) in allocateCandidatesAndFindBasisForGEP()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | TemplateBase.cpp | 224 if (V.isStruct() || V.isUnion()) in getAsSimpleValueDeclRef()
|
| H A D | Type.cpp | 591 return RT->getDecl()->isStruct(); in isStructureType() 610 return RD->isStruct() || RD->isClass() || RD->isInterface(); in isStructureOrClassType() 670 if (RT->getDecl()->isStruct()) in getAsStructureType() 676 if (!RT->getDecl()->isStruct()) in getAsStructureType()
|
| H A D | DeclCXX.cpp | 2025 if (Uuid && isStruct() && !getDeclContext()->isExternCContext() && in isInterfaceLike()
|
| H A D | ExprConstant.cpp | 2471 if (Value.isStruct()) { in CheckEvaluationResult() 10221 if (!DerivedObject.isStruct()) in VisitCastExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 475 REGISTER_MATCHER(isStruct); in RegistryMaps()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 6091 AST_MATCHER(TagDecl, isStruct) { in AST_MATCHER() argument 6092 return Node.isStruct(); in AST_MATCHER()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
| H A D | ExtractAPIVisitor.h | 577 else if (Decl->isStruct()) in VisitCXXRecordDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | DeclarationFragments.cpp | 170 if (Record->isStruct()) in getStructureTypeFragment()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSimplifyDemanded.cpp | 1439 if (I.isStruct()) in SimplifyDemandedVectorElts()
|
| H A D | InstructionCombining.cpp | 2424 if (GTI.isStruct()) in visitGetElementPtrInst()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopAccessAnalysis.cpp | 2748 TypeSize ElemSize = GEPTI.isStruct() in getGEPInductionOperand()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 1355 if (!cxx_record_decl->isClass() && !cxx_record_decl->isStruct()) in AddAccessSpecifierDecl() 1360 if ((cxx_record_decl->isStruct() && in AddAccessSpecifierDecl() 4138 else if (record_decl->isStruct()) in GetTypeClass()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 4080 if (It.isStruct()) in canReplaceOperandWithVariable()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Constants.cpp | 2301 if (GTI.isStruct() && Idx->getType()->isVectorTy()) { in getGetElementPtr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 3644 if (RD->isStruct()) in RewriteObjCFieldDeclType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 5007 if (GTI.isStruct()) { in parseFunctionBody()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 9910 if ((Parent->isClass() || Parent->isStruct()) && in ActOnFunctionDeclarator()
|