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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-warn-access.cc 2137 void check_read_access (gimple *, tree, tree = NULL_TREE, int = 1);
2777 pass_waccess::check_read_access (gimple *stmt, tree src, function in class:__anon13749::pass_waccess
3177 check_read_access (stmt, call_arg (stmt, 0));
3194 check_read_access (stmt, call_arg (stmt, 0));
3202 check_read_access (stmt, call_arg (stmt, 0));
3207 check_read_access (stmt, call_arg (stmt, 0));
3215 check_read_access (stmt, str, len);
3243 check_read_access (stmt, call_arg (stmt, 0));
3244 check_read_access (stmt, call_arg (stmt, 1));
3257 check_read_access (stmt, a1, len, 0)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-warn-access.cc 2111 void check_read_access (gimple *, tree, tree = NULL_TREE, int = 1);
2751 pass_waccess::check_read_access (gimple *stmt, tree src, function in class:__anon16177::pass_waccess
3149 check_read_access (stmt, call_arg (stmt, 0));
3166 check_read_access (stmt, call_arg (stmt, 0));
3174 check_read_access (stmt, call_arg (stmt, 0));
3179 check_read_access (stmt, call_arg (stmt, 0));
3187 check_read_access (stmt, str, len);
3215 check_read_access (stmt, call_arg (stmt, 0));
3216 check_read_access (stmt, call_arg (stmt, 1));
3229 check_read_access (stmt, a1, len, 0)
    [all...]

Completed in 16 milliseconds