Lines Matching defs:IsBounded
222 bool ReturnEnd, bool IsBounded, ConcatFnKind appendK,
234 bool IsBounded = false, bool IgnoreCase = false) const;
247 bool IsBounded) const;
1810 /* IsBounded = */ false,
1819 /* IsBounded = */ true,
1828 /* IsBounded = */ false,
1837 /* IsBounded = */ true,
1847 /* IsBounded = */ false,
1856 /* IsBounded = */ true,
1867 /* IsBounded = */ true,
1873 bool ReturnEnd, bool IsBounded,
1927 (IsBounded ? SizeArgExpr{{Call.getArgExpr(2), 2}} : SrcExprAsSizeDummy),
1934 if (IsBounded) {
2245 if (IsBounded && (appendK == ConcatFnKind::none)) {
2274 evalStrcmpCommon(C, Call, /* IsBounded = */ false, /* IgnoreCase = */ false);
2280 evalStrcmpCommon(C, Call, /* IsBounded = */ true, /* IgnoreCase = */ false);
2286 evalStrcmpCommon(C, Call, /* IsBounded = */ false, /* IgnoreCase = */ true);
2292 evalStrcmpCommon(C, Call, /* IsBounded = */ true, /* IgnoreCase = */ true);
2296 bool IsBounded, bool IgnoreCase) const {
2369 if (IsBounded) {
2624 evalSprintfCommon(C, Call, /* IsBounded = */ false);
2630 evalSprintfCommon(C, Call, /* IsBounded = */ true);
2634 bool IsBounded) const {
2662 (IsBounded ? SizeArgExpr{{Call.getArgExpr(1), 1}} : SrcExprAsSizeDummy),