Searched refs:isLayoutCompatible (Results 1 – 2 of 2) 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 …]
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaChecking.cpp | 15231 static bool isLayoutCompatible(ASTContext &C, QualType T1, QualType T2); 15234 static bool isLayoutCompatible(ASTContext &C, EnumDecl *ED1, EnumDecl *ED2) { in isLayoutCompatible() function 15243 static bool isLayoutCompatible(ASTContext &C, FieldDecl *Field1, in isLayoutCompatible() function 15245 if (!isLayoutCompatible(C, Field1->getType(), Field2->getType())) in isLayoutCompatible() 15283 if (!isLayoutCompatible(C, Base1->getType(), Base2->getType())) in isLayoutCompatibleStruct() 15298 if (!isLayoutCompatible(C, *Field1, *Field2)) in isLayoutCompatibleStruct() 15321 if (isLayoutCompatible(C, Field1, *I)) { in isLayoutCompatibleUnion() 15335 static bool isLayoutCompatible(ASTContext &C, RecordDecl *RD1, in isLayoutCompatible() function 15347 static bool isLayoutCompatible(ASTContext &C, QualType T1, QualType T2) { in isLayoutCompatible() function 15367 return isLayoutCompatible(C, in isLayoutCompatible() [all …]
|