Home
last modified time | relevance | path

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

/external/llvm-project/mlir/unittests/Analysis/
DPresburgerSetTest.cpp31 bool inUnion = unionSet.containsPoint(point); in testUnionAtPoints() local
32 EXPECT_EQ(inUnion, inS || inT); in testUnionAtPoints()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp5614 bool inUnion() const { return MD->getParent()->isUnion(); } in inUnion() function
5805 if (!inUnion() && FieldType.isConstQualified() && in shouldDeleteForField()
5814 if (inUnion() && !FieldType.isConstQualified()) in shouldDeleteForField()
5845 if (!inUnion() && FieldRecord->isUnion() && in shouldDeleteForField()
5892 if (CSM == Sema::CXXDefaultConstructor && inUnion() && AllFieldsAreConst && in shouldDeleteForAllConstMembers()
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp8739 bool inUnion() const { return MD->getParent()->isUnion(); } in inUnion() function
8937 if (inUnion() && shouldDeleteForVariantObjCPtrMember(FD, FieldType)) in shouldDeleteForField()
8953 if (!inUnion() && FieldType.isConstQualified() && in shouldDeleteForField()
8962 if (inUnion() && !FieldType.isConstQualified()) in shouldDeleteForField()
8993 if (!inUnion() && FieldRecord->isUnion() && in shouldDeleteForField()
9043 if (CSM == Sema::CXXDefaultConstructor && inUnion() && AllFieldsAreConst) { in shouldDeleteForAllConstMembers()