# File lib/brakeman/processors/lib/find_all_calls.rb, line 77
  def process_dxstr exp
    process exp.last if sexp? exp.last

    add_simple_call :`, exp

    exp
  end