Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DSValBuilder.cpp408 Qualifiers Quals1, Quals2; in shouldBeModeledWithNoOp() local
409 ToTy = Context.getUnqualifiedArrayType(ToTy, Quals1); in shouldBeModeledWithNoOp()
414 Quals1.removeCVRQualifiers(); in shouldBeModeledWithNoOp()
416 if (Quals1 != Quals2) in shouldBeModeledWithNoOp()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DSValBuilder.cpp468 Qualifiers Quals1, Quals2; in shouldBeModeledWithNoOp() local
469 ToTy = Context.getUnqualifiedArrayType(ToTy, Quals1); in shouldBeModeledWithNoOp()
474 Quals1.removeCVRQualifiers(); in shouldBeModeledWithNoOp()
476 if (Quals1 != Quals2) in shouldBeModeledWithNoOp()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp5789 Qualifiers Quals1, Quals2; in hasCvrSimilarType() local
5790 T1 = getUnqualifiedArrayType(T1, Quals1); in hasCvrSimilarType()
5793 Quals1.removeCVRQualifiers(); in hasCvrSimilarType()
5795 if (Quals1 != Quals2) in hasCvrSimilarType()