Searched refs:isLayoutCompatible (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 15500 static bool isLayoutCompatible(ASTContext &C, QualType T1, QualType T2); 15503 static bool isLayoutCompatible(ASTContext &C, EnumDecl *ED1, EnumDecl *ED2) { in isLayoutCompatible() function 15512 static bool isLayoutCompatible(ASTContext &C, FieldDecl *Field1, in isLayoutCompatible() function 15514 if (!isLayoutCompatible(C, Field1->getType(), Field2->getType())) in isLayoutCompatible() 15552 if (!isLayoutCompatible(C, Base1->getType(), Base2->getType())) in isLayoutCompatibleStruct() 15567 if (!isLayoutCompatible(C, *Field1, *Field2)) in isLayoutCompatibleStruct() 15590 if (isLayoutCompatible(C, Field1, *I)) { in isLayoutCompatibleUnion() 15604 static bool isLayoutCompatible(ASTContext &C, RecordDecl *RD1, in isLayoutCompatible() function 15616 static bool isLayoutCompatible(ASTContext &C, QualType T1, QualType T2) { in isLayoutCompatible() function 15636 return isLayoutCompatible(C, in isLayoutCompatible() [all …]
|