Searched refs:isLayoutCompatible (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 16955 static bool isLayoutCompatible(ASTContext &C, QualType T1, QualType T2); 16967 static bool isLayoutCompatible(ASTContext &C, FieldDecl *Field1, in isLayoutCompatible() function 16969 if (!isLayoutCompatible(C, Field1->getType(), Field2->getType())) in isLayoutCompatible() 17007 if (!isLayoutCompatible(C, Base1->getType(), Base2->getType())) in isLayoutCompatibleStruct() 17022 if (!isLayoutCompatible(C, *Field1, *Field2)) in isLayoutCompatibleStruct() 17045 if (isLayoutCompatible(C, Field1, *I)) { in isLayoutCompatibleUnion() 17059 static bool isLayoutCompatible(ASTContext &C, RecordDecl *RD1, in isLayoutCompatible() function 17071 static bool isLayoutCompatible(ASTContext &C, QualType T1, QualType T2) { in isLayoutCompatible() function 17091 return isLayoutCompatible(C, in isLayoutCompatible() 17098 return isLayoutCompatible(C, in isLayoutCompatible() [all …]
|