Lines Matching defs:loc
83 overflow_warning (location_t loc, tree value, tree expr) in overflow_warning()
334 warn_tautological_bitwise_comparison (location_t loc, tree_code code, in warn_tautological_bitwise_comparison()
396 warn_tautological_cmp (location_t loc, enum tree_code code, tree lhs, tree rhs) in warn_tautological_cmp()
610 strict_aliasing_warning (location_t loc, tree type, tree expr) in strict_aliasing_warning()
701 location_t loc; in sizeof_pointer_memaccess_warning() local
1072 conversion_warning (location_t loc, tree type, tree expr, tree result) in conversion_warning()
1172 warnings_for_convert_and_check (location_t loc, tree type, tree expr, in warnings_for_convert_and_check()
1510 readonly_error (location_t loc, tree arg, enum lvalue_use use) in readonly_error()
1583 lvalue_error (location_t loc, enum lvalue_use use) in lvalue_error()
1611 invalid_indirection_error (location_t loc, tree type, ref_operator errstring) in invalid_indirection_error()
1657 warn_array_subscript_with_type_char (location_t loc, tree index) in warn_array_subscript_with_type_char()
1675 warn_about_parentheses (location_t loc, enum tree_code code, in warn_about_parentheses()
1866 warn_for_div_by_zero (location_t loc, tree divisor) in warn_for_div_by_zero()
1883 warn_for_memset (location_t loc, tree arg0, tree arg2, in warn_for_memset()
2087 const char *gmsgid, location_t loc) in do_warn_double_promotion()
2202 warn_duplicated_cond_add_or_warn (location_t loc, tree cond, vec<tree> **chain) in warn_duplicated_cond_add_or_warn()
2279 maybe_warn_shift_overflow (location_t loc, tree op0, tree op1) in maybe_warn_shift_overflow()
2328 maybe_warn_bool_compare (location_t loc, enum tree_code code, tree op0, in maybe_warn_bool_compare()
2391 location_t loc = EXPR_LOC_OR_LOC (arg, input_location); in warn_for_restrict() local