Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DSValBuilder.cpp490 Qualifiers Quals1, Quals2; in shouldBeModeledWithNoOp() local
492 FromTy = Context.getUnqualifiedArrayType(FromTy, Quals2); in shouldBeModeledWithNoOp()
497 Quals2.removeCVRQualifiers(); in shouldBeModeledWithNoOp()
498 if (Quals1 != Quals2) in shouldBeModeledWithNoOp()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTContext.cpp5874 Qualifiers Quals1, Quals2; in hasCvrSimilarType() local
5876 T2 = getUnqualifiedArrayType(T2, Quals2); in hasCvrSimilarType()
5879 Quals2.removeCVRQualifiers(); in hasCvrSimilarType()
5880 if (Quals1 != Quals2) in hasCvrSimilarType()