/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()
|
/llvm-project/clang/include/clang/AST/ |
H A D | APValue.h | 475 bool isStruct() const { return Kind == Struct; } 605 assert(isStruct() && "Invalid accessor"); 609 assert(isStruct() && "Invalid accessor"); 613 assert(isStruct() && "Invalid accessor"); 618 assert(isStruct() && "Invalid accessor");
|
/llvm-project/clang-tools-extra/clang-tidy/android/ |
H A D | CloexecAccept4Check.cpp | 20 hasType(pointsTo(recordDecl(isStruct(), hasName("sockaddr")))); in registerMatchers()
|
H A D | CloexecAcceptCheck.cpp | 19 hasType(pointsTo(recordDecl(isStruct(), hasName("sockaddr")))); in registerMatchers()
|
/llvm-project/clang-tools-extra/clang-tidy/misc/ |
H A D | NonPrivateMemberVariablesInClassesCheck.cpp | 76 Finder->addMatcher(cxxRecordDecl(anyOf(isStruct(), isClass()), hasMethods(), in registerMatchers()
|
/llvm-project/mlir/lib/TableGen/ |
H A D | Class.cpp | 312 os << (isStruct ? "struct" : "class") << ' ' << className << ' '; in writeDeclTo() 374 ? (isStruct ? Visibility::Public : Visibility::Private) in getLastVisibilityDecl()
|
/llvm-project/mlir/include/mlir/TableGen/ |
H A D | Class.h | 659 Class(NameT &&name, bool isStruct = false) in className() 660 : className(stringify(std::forward<NameT>(name))), isStruct(isStruct) {} 869 bool isStruct; 868 bool isStruct; global() variable
|
/llvm-project/clang-tools-extra/clang-tidy/altera/ |
H A D | StructPackAlignCheck.cpp | 20 Finder->addMatcher(recordDecl(isStruct(), isDefinition(), in registerMatchers()
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | CrtpConstructorAccessibilityCheck.cpp | 142 const bool IsStruct = CRTPDeclaration->isStruct(); in check()
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | IdentifierNamingCheck.cpp | 649 if (CRD->isStruct() && in getClassPrefix() 1179 if (Definition->isStruct() && NamingStyles[SK_Struct]) in findStyleKind() 1182 if (Definition->isStruct() && NamingStyles[SK_Class]) in findStyleKind()
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTBAA.cpp | 111 if (RD->isStruct() || RD->isClass()) in isValidBaseType()
|
H A D | CGExprCXX.cpp | 1241 if (RType->getDecl()->isStruct()) { in EmitNewArrayInitializer()
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | StraightLineStrengthReduce.cpp | 538 if (GTI.isStruct()) in allocateCandidatesAndFindBasisForGEP()
|
/llvm-project/clang/lib/AST/ |
H A D | TemplateBase.cpp | 221 if (V.isStruct() || V.isUnion()) { in getAsSimpleValueDeclRef()
|
H A D | Type.cpp | 664 return RT->getDecl()->isStruct(); 673 if (!Decl->isStruct()) in isUnionType() 693 return RD->isStruct() || RD->isClass() || RD->isInterface(); 757 if (RT->getDecl()->isStruct()) in getAsUnionType() 763 if (!RT->getDecl()->isStruct()) in isObjCIdOrObjectKindOfType()
|
H A D | DeclCXX.cpp | 2136 if (Uuid && isStruct() && !getDeclContext()->isExternCContext() && in isEquivalent()
|
/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
H A D | Registry.cpp | 481 REGISTER_MATCHER(isStruct); in RegistryMaps()
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.cpp |
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenACC.cpp |
|
/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 6158 AST_MATCHER(TagDecl, isStruct) { 6159 return Node.isStruct(); 6115 AST_MATCHER(TagDecl,isStruct) AST_MATCHER() argument
|
/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | ExtractAPIVisitor.h | 208 if (Decl->isStruct()) in getOwningModuleName()
|
/llvm-project/clang/lib/ExtractAPI/ |
H A D | DeclarationFragments.cpp | 194 if (Record->isStruct()) in getStructureTypeFragment()
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | Hover.cpp | 445 Constant.Val.isStruct() || Constant.Val.isUnion()) in printExprValue()
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 1498 if (I.isStruct()) in SimplifyDemandedVectorElts()
|
/llvm-project/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 2828 TypeSize ElemSize = GEPTI.isStruct() in getGEPInductionOperand()
|