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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h118 bool isStruct() const { return CurTy.is<StructType *>(); } function
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAPValue.h401 bool isStruct() const { return Kind == Struct; } function in class:clang::APValue
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; }
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp109 if (RD->isStruct() || RD->isClass())
H A DCGExprCXX.cpp1208 if (RType->getDecl()->isStruct()) {
H A DCGDebugInfo.cpp1068 if (RD->isStruct() || RD->isInterface())
1353 else if (RD && (RD->isStruct() || RD->isUnion()))
/netbsd-current/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp443 REGISTER_MATCHER(isStruct);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp541 if (GTI.isStruct())
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp565 return RT->getDecl()->isStruct();
584 return RD->isStruct() || RD->isClass() || RD->isInterface();
644 if (RT->getDecl()->isStruct())
650 if (!RT->getDecl()->isStruct())
H A DDeclCXX.cpp1947 if (Uuid && isStruct() && !getDeclContext()->isExternCContext() &&
H A DExprConstant.cpp2373 if (Value.isStruct()) {
9754 if (!DerivedObject.isStruct())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1182 if (I.isStruct())
H A DInstructionCombining.cpp1895 if (GTI.isStruct())
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5638 AST_MATCHER(TagDecl, isStruct) {
5639 return Node.isStruct();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp393 if (GEPI.isStruct())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp2471 if (GTI.isStruct() && Idx->getType()->isVectorTy()) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp3299 if (It.isStruct())
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3653 if (RD->isStruct())

Completed in 578 milliseconds