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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-warn-access.cc 3902 location_t use_loc = gimple_location (use_stmt); local
3903 if (use_loc == UNKNOWN_LOCATION)
3905 use_loc = m_func->function_end_locus;
3924 if ((ref && warning_at (use_loc, OPT_Wuse_after_free,
3929 || (!ref && warning_at (use_loc, OPT_Wuse_after_free,
3951 && warning_at (use_loc, OPT_Wdangling_pointer_,
3957 && warning_at (use_loc, OPT_Wdangling_pointer_,
3969 && warning_at (use_loc, OPT_Wdangling_pointer_,
3977 && warning_at (use_loc, OPT_Wdangling_pointer_,
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-warn-access.cc 3890 location_t use_loc = gimple_location (use_stmt); local
3891 if (use_loc == UNKNOWN_LOCATION)
3893 use_loc = m_func->function_end_locus;
3910 if ((ref && warning_at (use_loc, OPT_Wuse_after_free,
3915 || (!ref && warning_at (use_loc, OPT_Wuse_after_free,
3936 && warning_at (use_loc, OPT_Wdangling_pointer_,
3942 && warning_at (use_loc, OPT_Wdangling_pointer_,
3954 && warning_at (use_loc, OPT_Wdangling_pointer_,
3962 && warning_at (use_loc, OPT_Wdangling_pointer_,

Completed in 101 milliseconds