Searched refs:isLayoutCompatible (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 10525 bool isLayoutCompatible(ASTContext &C, QualType T1, QualType T2); 10528 bool isLayoutCompatible(ASTContext &C, EnumDecl *ED1, EnumDecl *ED2) { in isLayoutCompatible() function 10537 bool isLayoutCompatible(ASTContext &C, FieldDecl *Field1, FieldDecl *Field2) { in isLayoutCompatible() function 10538 if (!isLayoutCompatible(C, Field1->getType(), Field2->getType())) in isLayoutCompatible() 10577 if (!isLayoutCompatible(C, Base1->getType(), Base2->getType())) in isLayoutCompatibleStruct() 10592 if (!isLayoutCompatible(C, *Field1, *Field2)) in isLayoutCompatibleStruct() 10616 if (isLayoutCompatible(C, Field1, *I)) { in isLayoutCompatibleUnion() 10630 bool isLayoutCompatible(ASTContext &C, RecordDecl *RD1, RecordDecl *RD2) { in isLayoutCompatible() function 10641 bool isLayoutCompatible(ASTContext &C, QualType T1, QualType T2) { in isLayoutCompatible() function 10661 return isLayoutCompatible(C, in isLayoutCompatible() [all …]
|