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

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 7347 speculation_safe_value_resolve_return (tree first_param, tree result)
7349 tree ptype = TREE_TYPE (first_param);
7510 sync_resolve_return (tree first_param, tree result, bool orig_format)
7512 tree ptype = TREE_TYPE (TREE_TYPE (first_param));
8311 tree new_function, first_param, result;
8318 first_param = (*params)[0];
8331 return speculation_safe_value_resolve_return (first_param, result);
8352 return build2 (COMPOUND_EXPR, TREE_TYPE (first_param),
8353 (*params)[1], first_param);
8355 return first_param;
8293 tree new_function, first_param, result; local
8439 tree new_function, first_param, result; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc 7157 speculation_safe_value_resolve_return (tree first_param, tree result)
7159 tree ptype = TREE_TYPE (first_param);
7304 sync_resolve_return (tree first_param, tree result, bool orig_format)
7306 tree ptype = TREE_TYPE (TREE_TYPE (first_param));
7872 tree new_function, first_param, result;
7879 first_param = (*params)[0];
7892 return speculation_safe_value_resolve_return (first_param, result);
7913 return build2 (COMPOUND_EXPR, TREE_TYPE (first_param),
7914 (*params)[1], first_param);
7916 return first_param;
7854 tree new_function, first_param, result; local
8001 tree new_function, first_param, result; local
    [all...]

Completed in 100 milliseconds