/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | UncountedLocalVarsChecker.cpp | 60 if (auto *CXXRD = T->getAsCXXRecordDecl()) { isRefcountedStringsHack() local 65 if (auto *CXXRD = T->getPointeeCXXRecordDecl()) { isRefcountedStringsHack() local
|
H A D | NoUncountedMembersChecker.cpp | 115 auto CXXRD = llvm::dyn_cast_or_null<CXXRecordDecl>(RD); in shouldSkipDecl() local
|
H A D | PtrTypesSemantics.cpp | 139 if (auto *CXXRD = T->getPointeeCXXRecordDecl()) { isUncountedPtr() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ABIInfoImpl.cpp | 299 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) isEmptyRecord() local 322 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) { isSingleElementStruct() local 437 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) isRecordWithSIMDVectorType() local
|
H A D | ABIInfo.cpp | 79 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) { in isHomogeneousAggregate() local
|
H A D | CodeGenTBAA.cpp | 343 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) { getBaseTypeInfoHelper() local
|
H A D | CGExprAgg.cpp | 1697 for (auto &Base : CXXRD->bases()) { in VisitCXXParenListOrInitListExpr() local 1958 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(SD)) GetNumNonZeroBytesInInit() local
|
H A D | CGDebugInfo.cpp | 331 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) getClassName() local 1165 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) getOrCreateRecordFwdDecl() local 2550 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(RD)) completeClassData() local 3742 if (auto CXXRD = dyn_cast<CXXRecordDecl>(RD)) { CreateLimitedType() local [all...] |
H A D | CGExprCXX.cpp | 1231 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(RType->getDecl())) EmitNewArrayInitializer() local
|
H A D | CGExprConstant.cpp | 696 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(RD)) Build() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | PaddingChecker.cpp | 85 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(RD)) in visitRecord() local 150 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(RD)) { in shouldSkipDecl() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | SystemZ.cpp | 206 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) in GetSingleElementType() local 512 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) isVectorTypeBased() local
|
H A D | NVPTX.cpp | 124 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) isUnsupportedType() local
|
H A D | LoongArch.cpp | 182 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) { in detectFARsEligibleStructHelper() local
|
H A D | RISCV.cpp | 188 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) { in detectFPCCEligibleStructHelper() local
|
H A D | X86.cpp | 447 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) { in canExpandIndirectArgument() local 2046 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) { classify() local 2320 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) { BitsContainNoUserData() local 2828 if (auto CXXRD = dyn_cast<CXXRecordDecl>(RT->getDecl())) { classifyRegCallStructTypeImpl() local [all...] |
H A D | ARM.cpp | 688 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) containsAnyFP16Vectors() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | Value.cpp | 150 if (CXXRecordDecl *CXXRD = in Value() local
|
H A D | Interpreter.cpp | 482 CompileDtorCall(CXXRecordDecl * CXXRD) CompileDtorCall() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexTypeSourceInfo.cpp | 314 if (auto CXXRD = dyn_cast<CXXRecordDecl>(D)) { in indexTagDecl() local
|
H A D | IndexBody.cpp | 106 if (auto *CXXRD = BaseTy->getPointeeCXXRecordDecl()) in getRolesForRef() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
H A D | UninitializedObjectChecker.cpp | 347 const auto *CXXRD = dyn_cast<CXXRecordDecl>(RD); in isNonUnionUninit() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaInit.cpp | 818 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(RDecl)) { FillInEmptyInitializations() local 1005 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(structDecl)) numStructUnionElements() local 1042 CXXRecordDecl *CXXRD = cast<CXXRecordDecl>(ParentRD); isIdiomaticBraceElisionEntity() local 1050 if (CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(ParentRD)) { isIdiomaticBraceElisionEntity() local 1138 auto *CXXRD = T->getAsCXXRecordDecl(); CheckImplicitInitList() local 1280 auto *CXXRD = T->getAsCXXRecordDecl(); CheckExplicitInitList() local 1325 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(RD)) CheckListElementTypes() local 1904 auto *CXXRD = ElementType->getAsCXXRecordDecl(); checkDestructorReference() local 2751 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(RD)) CheckDesignatedInitializer() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | RecordLayoutBuilder.cpp | 2201 const auto *CXXRD = dyn_cast<CXXRecordDecl>(RD); FinishLayout() local 3604 auto CXXRD = dyn_cast<CXXRecordDecl>(RD); DumpRecordLayout() local 3768 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) { DumpRecordLayout() local [all...] |
H A D | Decl.cpp | 4568 const auto *CXXRD = cast<CXXRecordDecl>(RD); isZeroSize() local 4717 if (const auto *CXXRD = dyn_cast<CXXRecordDecl>(this)) getDefinition() local 5087 const auto *CXXRD = dyn_cast<CXXRecordDecl>(this); mayInsertExtraPadding() local [all...] |