Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.h3474 bool isStruct() const { return getTagKind() == TTK_Struct; } in isStruct() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h118 bool isStruct() const { return CurTy.is<StructType *>(); } in isStruct() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp109 if (RD->isStruct() || RD->isClass()) in isValidBaseType()
H A DCGExprCXX.cpp1208 if (RType->getDecl()->isStruct()) { in EmitNewArrayInitializer()
H A DCGDebugInfo.cpp1068 if (RD->isStruct() || RD->isInterface()) in getTagForRecord()
1353 else if (RD && (RD->isStruct() || RD->isUnion())) in getAccessFlag()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp541 if (GTI.isStruct()) in allocateCandidatesAndFindBasisForGEP()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp443 REGISTER_MATCHER(isStruct); in RegistryMaps()
/netbsd-src/external/apache2/llvm/dist/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.cpp1947 if (Uuid && isStruct() && !getDeclContext()->isExternCContext() && in isInterfaceLike()
H A DExprConstant.cpp2373 if (Value.isStruct()) { in CheckEvaluationResult()
9754 if (!DerivedObject.isStruct()) in VisitCastExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5638 AST_MATCHER(TagDecl, isStruct) { in AST_MATCHER() argument
5639 return Node.isStruct(); in AST_MATCHER()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1182 if (I.isStruct()) in SimplifyDemandedVectorElts()
H A DInstructionCombining.cpp1895 if (GTI.isStruct()) in visitGetElementPtrInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp393 if (GEPI.isStruct()) in isSafeSROAGEP()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp3299 if (It.isStruct()) in canReplaceOperandWithVariable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp2471 if (GTI.isStruct() && Idx->getType()->isVectorTy()) { in getGetElementPtr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3653 if (RD->isStruct()) in RewriteObjCFieldDeclType()