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

  /src/external/gpl3/gcc/dist/gcc/
gimple-array-bounds.h 25 class array_bounds_checker class
30 array_bounds_checker (struct function *, range_query *);
gimple-array-bounds.cc 42 array_bounds_checker::array_bounds_checker (struct function *func, function in class:array_bounds_checker
50 array_bounds_checker::get_value_range (irange &r, const_tree op, gimple *stmt)
339 array_bounds_checker::check_array_ref (location_t location, tree ref,
478 array_bounds_checker::check_mem_ref (location_t location, tree ref,
640 array_bounds_checker::check_addr_expr (location_t location, tree t,
786 accesses. The array_bounds_checker class is passed in DATA. */
789 array_bounds_checker::check_array_bounds (tree *tp, int *walk_subtree,
805 array_bounds_checker *checker = (array_bounds_checker *) wi->info
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-array-bounds.h 25 class array_bounds_checker class
30 array_bounds_checker (struct function *, range_query *);
gimple-array-bounds.cc 42 array_bounds_checker::array_bounds_checker (struct function *func, function in class:array_bounds_checker
53 array_bounds_checker::get_value_range (const_tree op, gimple *stmt)
182 array_bounds_checker::check_array_ref (location_t location, tree ref,
393 array_bounds_checker::check_mem_ref (location_t location, tree ref,
555 array_bounds_checker::check_addr_expr (location_t location, tree t,
701 accesses. The array_bounds_checker class is passed in DATA. */
704 array_bounds_checker::check_array_bounds (tree *tp, int *walk_subtree,
720 array_bounds_checker *checker = (array_bounds_checker *) wi->info
    [all...]

Completed in 26 milliseconds