Searched refs:isLayoutCompatible (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 6485 bool isLayoutCompatible(ASTContext &C, QualType T1, QualType T2); 6488 bool isLayoutCompatible(ASTContext &C, EnumDecl *ED1, EnumDecl *ED2) { in isLayoutCompatible() function 6497 bool isLayoutCompatible(ASTContext &C, FieldDecl *Field1, FieldDecl *Field2) { in isLayoutCompatible() function 6498 if (!isLayoutCompatible(C, Field1->getType(), Field2->getType())) in isLayoutCompatible() 6537 if (!isLayoutCompatible(C, Base1->getType(), Base2->getType())) in isLayoutCompatibleStruct() 6552 if (!isLayoutCompatible(C, *Field1, *Field2)) in isLayoutCompatibleStruct() 6581 if (isLayoutCompatible(C, *Field1, *I)) { in isLayoutCompatibleUnion() 6595 bool isLayoutCompatible(ASTContext &C, RecordDecl *RD1, RecordDecl *RD2) { in isLayoutCompatible() function 6606 bool isLayoutCompatible(ASTContext &C, QualType T1, QualType T2) { in isLayoutCompatible() function 6626 return isLayoutCompatible(C, in isLayoutCompatible() [all …]
|