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

  /src/external/gpl3/gcc/dist/gcc/
asan.cc 3004 maybe_instrument_call (gimple_stmt_iterator *iter) function
3136 else if (is_gimple_call (s) && maybe_instrument_call (&i))
3137 /* Nothing to do as maybe_instrument_call
  /src/external/gpl3/gcc.old/dist/gcc/
asan.cc 2964 maybe_instrument_call (gimple_stmt_iterator *iter) function
3088 else if (is_gimple_call (s) && maybe_instrument_call (&i))
3089 /* Nothing to do as maybe_instrument_call

Completed in 50 milliseconds