Home
last modified time | relevance | path

Searched defs:CXXRD (Results 1 – 25 of 34) sorted by relevance

12

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedLocalVarsChecker.cpp60 if (auto *CXXRD = T->getAsCXXRecordDecl()) { isRefcountedStringsHack() local
65 if (auto *CXXRD = T->getPointeeCXXRecordDecl()) { isRefcountedStringsHack() local
H A DNoUncountedMembersChecker.cpp115 auto CXXRD = llvm::dyn_cast_or_null<CXXRecordDecl>(RD); in shouldSkipDecl() local
H A DPtrTypesSemantics.cpp139 if (auto *CXXRD = T->getPointeeCXXRecordDecl()) { isUncountedPtr() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfoImpl.cpp299 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 DABIInfo.cpp79 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) { in isHomogeneousAggregate() local
H A DCodeGenTBAA.cpp343 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) { getBaseTypeInfoHelper() local
H A DCGExprAgg.cpp1697 for (auto &Base : CXXRD->bases()) { in VisitCXXParenListOrInitListExpr() local
1958 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(SD)) GetNumNonZeroBytesInInit() local
H A DCGDebugInfo.cpp331 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 DCGExprCXX.cpp1231 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(RType->getDecl())) EmitNewArrayInitializer() local
H A DCGExprConstant.cpp696 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(RD)) Build() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp85 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 DSystemZ.cpp206 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) in GetSingleElementType() local
512 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) isVectorTypeBased() local
H A DNVPTX.cpp124 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) isUnsupportedType() local
H A DLoongArch.cpp182 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) { in detectFARsEligibleStructHelper() local
H A DRISCV.cpp188 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) { in detectFPCCEligibleStructHelper() local
H A DX86.cpp447 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 DARM.cpp688 if (const CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(RD)) containsAnyFP16Vectors() local
/freebsd-src/contrib/llvm-project/clang/lib/Interpreter/
H A DValue.cpp150 if (CXXRecordDecl *CXXRD = in Value() local
H A DInterpreter.cpp482 CompileDtorCall(CXXRecordDecl * CXXRD) CompileDtorCall() argument
/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp314 if (auto CXXRD = dyn_cast<CXXRecordDecl>(D)) { in indexTagDecl() local
H A DIndexBody.cpp106 if (auto *CXXRD = BaseTy->getPointeeCXXRecordDecl()) in getRolesForRef() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp347 const auto *CXXRD = dyn_cast<CXXRecordDecl>(RD); in isNonUnionUninit() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp818 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 DRecordLayoutBuilder.cpp2201 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 DDecl.cpp4568 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...]

12