Searched refs:isLayoutCompatible (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 9504 bool isLayoutCompatible(ASTContext &C, QualType T1, QualType T2); 9507 bool isLayoutCompatible(ASTContext &C, EnumDecl *ED1, EnumDecl *ED2) { in isLayoutCompatible() function 9516 bool isLayoutCompatible(ASTContext &C, FieldDecl *Field1, FieldDecl *Field2) { in isLayoutCompatible() function 9517 if (!isLayoutCompatible(C, Field1->getType(), Field2->getType())) in isLayoutCompatible() 9556 if (!isLayoutCompatible(C, Base1->getType(), Base2->getType())) in isLayoutCompatibleStruct() 9571 if (!isLayoutCompatible(C, *Field1, *Field2)) in isLayoutCompatibleStruct() 9595 if (isLayoutCompatible(C, Field1, *I)) { in isLayoutCompatibleUnion() 9609 bool isLayoutCompatible(ASTContext &C, RecordDecl *RD1, RecordDecl *RD2) { in isLayoutCompatible() function 9620 bool isLayoutCompatible(ASTContext &C, QualType T1, QualType T2) { in isLayoutCompatible() function 9640 return isLayoutCompatible(C, in isLayoutCompatible() [all …]
|