Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DSValBuilder.cpp558 Qualifiers Quals1, Quals2; in shouldBeModeledWithNoOp() local
559 ToTy = Context.getUnqualifiedArrayType(ToTy, Quals1); in shouldBeModeledWithNoOp()
564 Quals1.removeCVRQualifiers(); in shouldBeModeledWithNoOp()
566 if (Quals1 != Quals2) in shouldBeModeledWithNoOp()
/openbsd/src/gnu/llvm/clang/lib/AST/
DASTContext.cpp6146 Qualifiers Quals1, Quals2; in hasCvrSimilarType() local
6147 T1 = getUnqualifiedArrayType(T1, Quals1); in hasCvrSimilarType()
6150 Quals1.removeCVRQualifiers(); in hasCvrSimilarType()
6152 if (Quals1 != Quals2) in hasCvrSimilarType()