Home
last modified time | relevance | path

Searched refs:Quals1 (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
567 ToTy = Context.getUnqualifiedArrayType(ToTy, Quals1); in shouldBeModeledWithNoOp()
572 Quals1.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
7054 T1 = getUnqualifiedArrayType(T1, Quals1); in hasCvrSimilarType()
7057 Quals1.removeCVRQualifiers(); in hasCvrSimilarType()
7059 if (Quals1 != Quals2) in hasCvrSimilarType()