Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp7651 Qualifiers LQuals = LHSCan.getLocalQualifiers(); in mergeTypes() local
7653 if (LQuals != RQuals) { in mergeTypes()
7656 LQuals.getCVRQualifiers() != RQuals.getCVRQualifiers()) in mergeTypes()
7658 if (LQuals.isAddressSpaceSupersetOf(RQuals)) in mergeTypes()
7660 if (RQuals.isAddressSpaceSupersetOf(LQuals)) in mergeTypes()
7665 if (LQuals.getCVRQualifiers() != RQuals.getCVRQualifiers() || in mergeTypes()
7666 LQuals.getAddressSpace() != RQuals.getAddressSpace() || in mergeTypes()
7667 LQuals.getObjCLifetime() != RQuals.getObjCLifetime()) in mergeTypes()
7675 Qualifiers::GC GC_L = LQuals.getObjCGCAttr(); in mergeTypes()
7989 Qualifiers LQuals = LHSCan.getLocalQualifiers(); in mergeObjCGCQualifiers() local
[all …]
/external/llvm-project/clang/lib/AST/
DASTContext.cpp9527 Qualifiers LQuals = LHSCan.getLocalQualifiers(); in mergeTypes() local
9529 if (LQuals != RQuals) { in mergeTypes()
9532 if (LQuals.getCVRQualifiers() != RQuals.getCVRQualifiers() || in mergeTypes()
9533 LQuals.getAddressSpace() != RQuals.getAddressSpace() || in mergeTypes()
9534 LQuals.getObjCLifetime() != RQuals.getObjCLifetime() || in mergeTypes()
9535 LQuals.hasUnaligned() != RQuals.hasUnaligned()) in mergeTypes()
9543 Qualifiers::GC GC_L = LQuals.getObjCGCAttr(); in mergeTypes()
9933 Qualifiers LQuals = LHSCan.getLocalQualifiers(); in mergeObjCGCQualifiers() local
9935 if (LQuals != RQuals) { in mergeObjCGCQualifiers()
9937 if (LQuals.getCVRQualifiers() != RQuals.getCVRQualifiers() || in mergeObjCGCQualifiers()
[all …]
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp8898 Qualifiers LQuals = lhptee.getLocalQualifiers(); in checkBlockPointerTypesForAssignment() local
8901 LQuals.removeAddressSpace(); in checkBlockPointerTypesForAssignment()
8904 if (LQuals != RQuals) in checkBlockPointerTypesForAssignment()
8919 S.Context.getQualifiedType(LHSType.getUnqualifiedType(), LQuals), in checkBlockPointerTypesForAssignment()