Lines Matching refs:Ex
258 const Expr *Ex,
263 const Expr *Ex,
296 CheckerContext &C, ProgramStateRef State, const Expr *Ex, SVal V,
813 if (const auto *Ex = dyn_cast<Expr>(S)) in emitNullArgBug() local
814 bugreporter::trackExpressionValue(N, Ex, *Report); in emitNullArgBug()
999 const Expr *Ex, in getCStringLengthForRegion() argument
1013 MR, Ex, sizeTy, in getCStringLengthForRegion()
1037 const Expr *Ex, SVal Buf, in getCStringLength() argument
1053 emitNotCStringBug(C, state, Ex, os.str()); in getCStringLength()
1095 return getCStringLengthForRegion(C, state, Ex, MR, hypothetical); in getCStringLength()
1119 emitNotCStringBug(C, state, Ex, os.str()); in getCStringLength()