# File lib/brakeman/processors/lib/find_all_calls.rb, line 95
  def process_dregx exp
    exp.each { |arg| process arg if sexp? arg }

    add_simple_call :brakeman_regex_interp, exp

    exp
  end