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

  /src/external/gpl3/gcc.old/dist/gcc/
gimple-array-bounds.cc 393 array_bounds_checker::check_mem_ref (location_t location, tree ref, function in class:array_bounds_checker
572 warned = check_mem_ref (location, t, ignore_off_by_one);
727 warned = checker->check_mem_ref (location, t,
  /src/external/gpl3/gcc/dist/gcc/
gimple-array-bounds.cc 478 array_bounds_checker::check_mem_ref (location_t location, tree ref, function in class:array_bounds_checker
657 warned = check_mem_ref (location, t, ignore_off_by_one);
812 warned = checker->check_mem_ref (location, t,

Completed in 25 milliseconds