| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | APValue.h | 401 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 D | Decl.h | 3639 bool isStruct() const { return getTagKind() == TTK_Struct; } in isStruct() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | GetElementPtrTypeIterator.h | 111 bool isStruct() const { return CurTy.is<StructType *>(); } in isStruct() function
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CodeGenTBAA.cpp | 109 if (RD->isStruct() || RD->isClass()) in isValidBaseType()
|
| H A D | CGExprCXX.cpp | 1210 if (RType->getDecl()->isStruct()) { in EmitNewArrayInitializer()
|
| H A D | CGDebugInfo.cpp | 1089 if (RD->isStruct() || RD->isInterface()) in getTagForRecord() 1321 else if (RD && (RD->isStruct() || RD->isUnion())) in getAccessFlag()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | StraightLineStrengthReduce.cpp | 540 if (GTI.isStruct()) in allocateCandidatesAndFindBasisForGEP()
|
| /openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 462 REGISTER_MATCHER(isStruct); in RegistryMaps()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | Type.cpp | 569 return RT->getDecl()->isStruct(); in isStructureType() 588 return RD->isStruct() || RD->isClass() || RD->isInterface(); in isStructureOrClassType() 648 if (RT->getDecl()->isStruct()) in getAsStructureType() 654 if (!RT->getDecl()->isStruct()) in getAsStructureType()
|
| H A D | DeclCXX.cpp | 1984 if (Uuid && isStruct() && !getDeclContext()->isExternCContext() && in isInterfaceLike()
|
| H A D | ExprConstant.cpp | 2391 if (Value.isStruct()) { in CheckEvaluationResult() 9929 if (!DerivedObject.isStruct()) in VisitCastExpr()
|
| /openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 5840 AST_MATCHER(TagDecl, isStruct) { in AST_MATCHER() argument 5841 return Node.isStruct(); in AST_MATCHER()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSimplifyDemanded.cpp | 1337 if (I.isStruct()) in SimplifyDemandedVectorElts()
|
| H A D | InstructionCombining.cpp | 2321 if (GTI.isStruct()) in visitGetElementPtrInst()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 3451 if (It.isStruct()) in canReplaceOperandWithVariable()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 1355 if (!cxx_record_decl->isClass() && !cxx_record_decl->isStruct()) in AddAccessSpecifierDecl() 1360 if ((cxx_record_decl->isStruct() && in AddAccessSpecifierDecl() 4213 else if (record_decl->isStruct()) in GetTypeClass()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Constants.cpp | 2504 if (GTI.isStruct() && Idx->getType()->isVectorTy()) { in getGetElementPtr()
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 3644 if (RD->isStruct()) in RewriteObjCFieldDeclType()
|
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 4968 if (GTI.isStruct()) { in parseFunctionBody()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 9676 if ((Parent->isClass() || Parent->isStruct()) && in ActOnFunctionDeclarator()
|