Lines Matching defs:IsBounded
221 bool ReturnEnd, bool IsBounded, ConcatFnKind appendK,
233 bool IsBounded = false, bool IgnoreCase = false) const;
246 bool IsBounded) const;
1805 /* IsBounded = */ false,
1814 /* IsBounded = */ true,
1823 /* IsBounded = */ false,
1832 /* IsBounded = */ true,
1842 /* IsBounded = */ false,
1851 /* IsBounded = */ true,
1862 /* IsBounded = */ true,
1868 bool ReturnEnd, bool IsBounded,
1922 (IsBounded ? SizeArgExpr{{Call.getArgExpr(2), 2}} : SrcExprAsSizeDummy),
1929 if (IsBounded) {
2240 if (IsBounded && (appendK == ConcatFnKind::none)) {
2269 evalStrcmpCommon(C, Call, /* IsBounded = */ false, /* IgnoreCase = */ false);
2275 evalStrcmpCommon(C, Call, /* IsBounded = */ true, /* IgnoreCase = */ false);
2281 evalStrcmpCommon(C, Call, /* IsBounded = */ false, /* IgnoreCase = */ true);
2287 evalStrcmpCommon(C, Call, /* IsBounded = */ true, /* IgnoreCase = */ true);
2291 bool IsBounded, bool IgnoreCase) const {
2364 if (IsBounded) {
2619 evalSprintfCommon(C, Call, /* IsBounded = */ false);
2625 evalSprintfCommon(C, Call, /* IsBounded = */ true);
2629 bool IsBounded) const {
2657 (IsBounded ? SizeArgExpr{{Call.getArgExpr(1), 1}} : SrcExprAsSizeDummy),