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

  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm-c.cc 79 tree this_param = (*params)[i]; local
80 if (TREE_CODE (this_param) == ERROR_MARK)
85 tree param_type = TREE_TYPE (this_param);
117 (*params)[i] = build1 (VIEW_CONVERT_EXPR, pattern_type, this_param);
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-c.cc 79 tree this_param = (*params)[i]; local
80 if (TREE_CODE (this_param) == ERROR_MARK)
85 tree param_type = TREE_TYPE (this_param);
117 (*params)[i] = build1 (VIEW_CONVERT_EXPR, pattern_type, this_param);

Completed in 15 milliseconds