Home
last modified time | relevance | path

Searched refs:isLayoutCompatible (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp8446 bool isLayoutCompatible(ASTContext &C, QualType T1, QualType T2);
8449 bool isLayoutCompatible(ASTContext &C, EnumDecl *ED1, EnumDecl *ED2) { in isLayoutCompatible() function
8458 bool isLayoutCompatible(ASTContext &C, FieldDecl *Field1, FieldDecl *Field2) { in isLayoutCompatible() function
8459 if (!isLayoutCompatible(C, Field1->getType(), Field2->getType())) in isLayoutCompatible()
8498 if (!isLayoutCompatible(C, Base1->getType(), Base2->getType())) in isLayoutCompatibleStruct()
8513 if (!isLayoutCompatible(C, *Field1, *Field2)) in isLayoutCompatibleStruct()
8537 if (isLayoutCompatible(C, Field1, *I)) { in isLayoutCompatibleUnion()
8551 bool isLayoutCompatible(ASTContext &C, RecordDecl *RD1, RecordDecl *RD2) { in isLayoutCompatible() function
8562 bool isLayoutCompatible(ASTContext &C, QualType T1, QualType T2) { in isLayoutCompatible() function
8582 return isLayoutCompatible(C, in isLayoutCompatible()
[all …]