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

  /src/external/gpl3/gcc/dist/gcc/
var-tracking.cc 679 static bool track_expr_p (tree, bool);
5184 track_expr_p (tree expr, bool need_rtl) function
5332 if (expr == NULL || !track_expr_p (expr, true))
5503 if (track_expr_p (PAT_VAR_LOCATION_DECL (loc), false))
  /src/external/gpl3/gcc.old/dist/gcc/
var-tracking.cc 685 static bool track_expr_p (tree, bool);
5199 track_expr_p (tree expr, bool need_rtl) function
5347 if (expr == NULL || !track_expr_p (expr, true))
5518 if (track_expr_p (PAT_VAR_LOCATION_DECL (loc), false))

Completed in 34 milliseconds