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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-warn-access.cc 2090 class pass_waccess : public gimple_opt_pass class in namespace:__anon13749
2093 pass_waccess (gcc::context *);
2095 ~pass_waccess ();
2107 pass_waccess (pass_waccess &) = delete;
2108 void operator= (pass_waccess &) = delete;
2182 pass_waccess::pass_waccess (gcc::context *ctxt) function in class:__anon13749::pass_waccess
2196 pass_waccess::clone ()
2198 return new pass_waccess (m_ctxt)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-warn-access.cc 2064 class pass_waccess : public gimple_opt_pass class in namespace:__anon16177
2067 pass_waccess (gcc::context *);
2069 ~pass_waccess ();
2081 pass_waccess (pass_waccess &) = delete;
2082 void operator= (pass_waccess &) = delete;
2156 pass_waccess::pass_waccess (gcc::context *ctxt) function in class:__anon16177::pass_waccess
2170 pass_waccess::clone ()
2172 return new pass_waccess (m_ctxt)
    [all...]

Completed in 25 milliseconds