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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-warn-access.cc 268 unterminated_array (tree exp, tree *size /* = NULL */, bool *exact /* = NULL */) function
322 tree nonstr = unterminated_array (src, &size, &exact);
2595 if (tree nonstr = unterminated_array (src, &size, &exact))
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-warn-access.cc 266 unterminated_array (tree exp, tree *size /* = NULL */, bool *exact /* = NULL */) function
320 tree nonstr = unterminated_array (src, &size, &exact);
2569 if (tree nonstr = unterminated_array (src, &size, &exact))

Completed in 37 milliseconds