HomeSort by: relevance | last modified time | path
    Searched defs:out_of_bounds (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/lib/libc/misc/
t_ubsan.c 545 UBSAN_TC(out_of_bounds); variable
546 UBSAN_TC_HEAD(out_of_bounds, tc)
561 UBSAN_TC_BODY(out_of_bounds, tc)
883 UBSAN_TEST_CASE(tp, out_of_bounds);
  /src/external/gpl3/gcc/dist/gcc/analyzer/
bounds-checking.cc 48 class out_of_bounds : public pending_diagnostic class in namespace:ana
56 out_of_bounds &oob)
72 out_of_bounds &m_oob;
75 out_of_bounds (const region_model &model, function in class:ana::out_of_bounds
84 const out_of_bounds &other
85 (static_cast <const out_of_bounds &>(base_other));
118 #define PROPERTY_PREFIX "gcc/analyzer/out_of_bounds/"
222 class concrete_out_of_bounds : public out_of_bounds
229 : out_of_bounds (model, reg, diag_arg, sval_hint),
237 return (out_of_bounds::subclass_equal_p (other
    [all...]
  /src/usr.bin/xlint/lint1/
decl.c 3231 bool out_of_bounds = is_unsigned local
3234 if (out_of_bounds) {

Completed in 45 milliseconds