Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp476 Qualifiers Quals1, Quals2; in shouldBeModeledWithNoOp() local
477 ToTy = Context.getUnqualifiedArrayType(ToTy, Quals1); in shouldBeModeledWithNoOp()
482 Quals1.removeCVRQualifiers(); in shouldBeModeledWithNoOp()
484 if (Quals1 != Quals2) in shouldBeModeledWithNoOp()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp5859 Qualifiers Quals1, Quals2; in hasCvrSimilarType() local
5860 T1 = getUnqualifiedArrayType(T1, Quals1); in hasCvrSimilarType()
5863 Quals1.removeCVRQualifiers(); in hasCvrSimilarType()
5865 if (Quals1 != Quals2) in hasCvrSimilarType()