Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp566 Qualifiers Quals1, Quals2; in shouldBeModeledWithNoOp() local
568 FromTy = Context.getUnqualifiedArrayType(FromTy, Quals2); in shouldBeModeledWithNoOp()
573 Quals2.removeCVRQualifiers(); in shouldBeModeledWithNoOp()
574 if (Quals1 != Quals2) in shouldBeModeledWithNoOp()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp7053 Qualifiers Quals1, Quals2; in hasCvrSimilarType() local
7055 T2 = getUnqualifiedArrayType(T2, Quals2); in hasCvrSimilarType()
7058 Quals2.removeCVRQualifiers(); in hasCvrSimilarType()
7059 if (Quals1 != Quals2) in hasCvrSimilarType()