Home
last modified time | relevance | path

Searched refs:isStruct (Results 1 – 19 of 19) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h401 bool isStruct() const { return Kind == Struct; }
531 assert(isStruct() && "Invalid accessor");
535 assert(isStruct() && "Invalid accessor");
539 assert(isStruct() && "Invalid accessor");
544 assert(isStruct() && "Invalid accessor");
H A DDecl.h3500 bool isStruct() const { return getTagKind() == TTK_Struct; } in isStruct() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h118 bool isStruct() const { return CurTy.is<StructType *>(); } in isStruct() function
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp109 if (RD->isStruct() || RD->isClass()) in isValidBaseType()
H A DCGExprCXX.cpp1211 if (RType->getDecl()->isStruct()) { in EmitNewArrayInitializer()
H A DCGDebugInfo.cpp1046 if (RD->isStruct() || RD->isInterface()) in getTagForRecord()
1334 else if (RD && (RD->isStruct() || RD->isUnion())) in getAccessFlag()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp541 if (GTI.isStruct()) in allocateCandidatesAndFindBasisForGEP()
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp443 REGISTER_MATCHER(isStruct); in RegistryMaps()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DType.cpp565 return RT->getDecl()->isStruct(); in isStructureType()
584 return RD->isStruct() || RD->isClass() || RD->isInterface(); in isStructureOrClassType()
644 if (RT->getDecl()->isStruct()) in getAsStructureType()
650 if (!RT->getDecl()->isStruct()) in getAsStructureType()
H A DDeclCXX.cpp1933 if (Uuid && isStruct() && !getDeclContext()->isExternCContext() && in isInterfaceLike()
H A DExprConstant.cpp2373 if (Value.isStruct()) { in CheckEvaluationResult()
9777 if (!DerivedObject.isStruct()) in VisitCastExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5650 AST_MATCHER(TagDecl, isStruct) { in AST_MATCHER() argument
5651 return Node.isStruct(); in AST_MATCHER()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1182 if (I.isStruct()) in SimplifyDemandedVectorElts()
H A DInstructionCombining.cpp1936 if (GTI.isStruct()) in visitGetElementPtrInst()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp393 if (GEPI.isStruct()) in isSafeSROAGEP()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3308 if (It.isStruct()) in canReplaceOperandWithVariable()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2473 if (GTI.isStruct() && Idx->getType()->isVectorTy()) { in getGetElementPtr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3643 if (RD->isStruct()) in RewriteObjCFieldDeclType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4139 else if (record_decl->isStruct()) in GetTypeClass()