Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ !
H A DSimpleSValBuilder.cpp775 Loc LhsLoc) { in assertEqualBitWidths() argument
781 LhsLoc.getType(Ctx).isNull() ? 0 : Ctx.getTypeSize(LhsLoc.getType(Ctx)); in assertEqualBitWidths()
782 if (RhsBitwidth && LhsBitwidth && (LhsLoc.getKind() == RhsLoc.getKind())) { in assertEqualBitWidths()