Home
last modified time | relevance | path

Searched refs:DC2 (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1381 DeclContext *DC2 = D2->getDeclContext()->getNonTransparentContext(); in IsRecordContextStructurallyEquivalent() local
1385 if ((DC1->isFunctionOrMethod() && DC2->isTranslationUnit()) || in IsRecordContextStructurallyEquivalent()
1386 (DC2->isFunctionOrMethod() && DC1->isTranslationUnit())) in IsRecordContextStructurallyEquivalent()
1389 if (DC1->getDeclKind() != DC2->getDeclKind()) in IsRecordContextStructurallyEquivalent()
1393 if (DC1->isInlineNamespace() != DC2->isInlineNamespace()) in IsRecordContextStructurallyEquivalent()
1396 const auto *ND2 = cast<NamedDecl>(DC2); in IsRecordContextStructurallyEquivalent()
1403 DC2 = DC2->getParent()->getNonTransparentContext(); in IsRecordContextStructurallyEquivalent()
/llvm-project-15.0.7/libclc/generic/lib/math/
H A Dasinh.cl112 #define DC2 0.62322223426940387752480e0
239 td = fma(t, fma(t, fma(t, fma(t, DC4, DC3), DC2), DC1), DC0);
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCFG.cpp162 const DeclContext *DC2 = Decl2->getDeclContext(); in areExprTypesCompatible() local
164 assert(isa<EnumDecl>(DC1) && isa<EnumDecl>(DC2)); in areExprTypesCompatible()
165 return DC1 == DC2; in areExprTypesCompatible()