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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-warn-access.cc 2148 tree gimple_call_return_arg (gcall *);
4316 if (gimple_call_return_arg (call) == ptr)
4452 pass_waccess::gimple_call_return_arg (gcall *call) function in class:__anon13749::pass_waccess
4694 if (tree arg = gimple_call_return_arg (call))
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-warn-access.cc 2122 tree gimple_call_return_arg (gcall *);
4267 if (gimple_call_return_arg (call) == ptr)
4397 pass_waccess::gimple_call_return_arg (gcall *call) function in class:__anon16177::pass_waccess
4634 if (tree arg = gimple_call_return_arg (call))

Completed in 54 milliseconds