/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | DXILResource.cpp | 22 bool ResourceInfo::isStruct() const { in isStruct() function in ResourceInfo 70 assert(RI.isTyped() && !(RI.isStruct() || RI.isMultiSample()) && in SRV() 126 assert(RI.isTyped() && !(RI.isStruct() || RI.isMultiSample()) && in UAV() 252 if (isStruct()) in operator ==() 310 if (isStruct()) { in getAsMetadata() 330 uint32_t AlignLog2 = isStruct() ? Log2(Struct.Alignment) : 0; in getAnnotateProps() 351 if (isStruct()) in getAnnotateProps()
|
H A D | Local.cpp | 4186 if (It.isStruct()) in canReplaceOperandWithVariable()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | GetElementPtrTypeIterator.h | 145 bool isStruct() const { return isa<StructType *>(CurTy); } 147 bool isSequential() const { return !isStruct(); } in gep_type_begin() 111 bool isStruct() const { return isa<StructType *>(CurTy); } isStruct() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | DXILResource.h | 110 bool isStruct() const;
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTBAA.cpp | 112 if (RD->isStruct() || RD->isClass()) in isValidBaseType()
|
H A D | CGExprCXX.cpp | 1235 if (RType->getDecl()->isStruct()) { in EmitNewArrayInitializer()
|
H A D | CGDebugInfo.cpp | 1148 if (RD->isStruct() || RD->isInterface()) in getTagForRecord() 1462 else if (RD && (RD->isStruct() || RD->isUnion())) in getAccessFlag()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | TemplateBase.cpp | 224 if (V.isStruct() || V.isUnion()) { in getAsSimpleValueDeclRef()
|
H A D | Type.cpp | 631 return RT->getDecl()->isStruct(); in isStructureType() 640 if (!Decl->isStruct()) in isStructureTypeWithFlexibleArrayMember() 660 return RD->isStruct() || RD->isClass() || RD->isInterface(); in isStructureOrClassType() 724 if (RT->getDecl()->isStruct()) in getAsStructureType() 730 if (!RT->getDecl()->isStruct()) in getAsStructureType()
|
H A D | DeclCXX.cpp | 2067 if (Uuid && isStruct() && !getDeclContext()->isExternCContext() && in isInterfaceLike()
|
H A D | ExprConstant.cpp | 2478 if (Value.isStruct()) { in CheckEvaluationResult() 10322 if (!DerivedObject.isStruct()) in VisitCastExpr()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | StraightLineStrengthReduce.cpp | 534 if (GTI.isStruct()) in allocateCandidatesAndFindBasisForGEP()
|
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
H A D | Registry.cpp | 476 REGISTER_MATCHER(isStruct); in RegistryMaps()
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.cpp | 2930 assert(V.isStruct()); in VisitCXXUuidofExpr() 3813 if (Val.isStruct()) { in visitAPValueInitializer() 3844 } else if (F.isStruct() || F.isUnion()) { in visitAPValueInitializer()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenACC.cpp | 1176 if (!RD->isStruct() && !RD->isClass()) { in CheckReductionVar()
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 6115 AST_MATCHER(TagDecl, isStruct) { in AST_MATCHER() argument 6116 return Node.isStruct(); in AST_MATCHER()
|
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | ExtractAPIVisitor.h | 204 if (Decl->isStruct()) in getKindForDisplay()
|
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
H A D | DeclarationFragments.cpp | 194 if (Record->isStruct()) in getStructureTypeFragment()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 1495 if (I.isStruct()) in SimplifyDemandedVectorElts()
|
H A D | InstructionCombining.cpp | 2751 if (GTI.isStruct()) in visitGetElementPtrInst()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 2819 TypeSize ElemSize = GEPTI.isStruct() in getGEPInductionOperand()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Decl.h | 3760 bool isStruct() const { return getTagKind() == TagTypeKind::Struct; } in isStruct() function
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 1303 if (!cxx_record_decl->isClass() && !cxx_record_decl->isStruct()) in AddAccessSpecifierDecl() 1308 if ((cxx_record_decl->isStruct() && in AddAccessSpecifierDecl() 4178 else if (record_decl->isStruct()) in GetTypeClass()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 2500 if (GTI.isStruct() && Idx->getType()->isVectorTy()) { in getGetElementPtr()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 3643 if (RD->isStruct()) in RewriteObjCFieldDeclType()
|