Lines Matching refs:IsBounded
197 bool ReturnEnd, bool IsBounded, ConcatFnKind appendK,
209 bool IsBounded = false, bool IgnoreCase = false) const;
222 bool IsBounded, bool IsBuiltin) const;
1720 bool ReturnEnd, bool IsBounded, in evalStrcpyCommon() argument
1774 (IsBounded ? SizeArgExpr{{Call.getArgExpr(2), 2}} : SrcExprAsSizeDummy), in evalStrcpyCommon()
1781 if (IsBounded) { in evalStrcpyCommon()
2092 if (IsBounded && (appendK == ConcatFnKind::none)) { in evalStrcpyCommon()
2143 bool IsBounded, bool IgnoreCase) const { in evalStrcmpCommon() argument
2216 if (IsBounded) { in evalStrcmpCommon()
2485 bool IsBounded, bool IsBuiltin) const { in evalSprintfCommon() argument
2510 (IsBounded ? SizeArgExpr{{Call.getArgExpr(1), 1}} : SrcExprAsSizeDummy), in evalSprintfCommon()