Searched refs:CompareWithSrc (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaChecking.cpp4259 const Expr *CompareWithSrc = nullptr; local
4267 CompareWithSrc = Ex;
4273 CompareWithSrc = ignoreLiteralAdditions(SizeCall->getArg(0), Context);
4277 if (!CompareWithSrc)
4288 const DeclRefExpr *CompareWithSrcDRE = dyn_cast<DeclRefExpr>(CompareWithSrc);

Completed in 1763 milliseconds