Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11616 Qualifiers LQuals = LHSCan.getLocalQualifiers(); in mergeTypes() local
11618 if (LQuals != RQuals) { in mergeTypes()
11621 if (LQuals.getCVRQualifiers() != RQuals.getCVRQualifiers() || in mergeTypes()
11622 LQuals.getAddressSpace() != RQuals.getAddressSpace() || in mergeTypes()
11623 LQuals.getObjCLifetime() != RQuals.getObjCLifetime() || in mergeTypes()
11624 !LQuals.getPointerAuth().isEquivalent(RQuals.getPointerAuth()) || in mergeTypes()
11625 LQuals.hasUnaligned() != RQuals.hasUnaligned()) in mergeTypes()
11633 Qualifiers::GC GC_L = LQuals.getObjCGCAttr(); in mergeTypes()
12066 Qualifiers LQuals = LHSCan.getLocalQualifiers(); in mergeObjCGCQualifiers() local
12068 if (LQuals != RQuals) { in mergeObjCGCQualifiers()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp9177 Qualifiers LQuals = lhptee.getLocalQualifiers(); in checkBlockPointerTypesForAssignment() local
9180 LQuals.removeAddressSpace(); in checkBlockPointerTypesForAssignment()
9183 if (LQuals != RQuals) in checkBlockPointerTypesForAssignment()
9198 S.Context.getQualifiedType(LHSType.getUnqualifiedType(), LQuals), in checkBlockPointerTypesForAssignment()