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

  /src/external/gpl3/gcc/dist/gcc/config/msp430/
msp430.cc 3361 int max_inline = (user_set_max_inline ? msp430_max_inline_shift
3365 int max_inline_32 = max_inline / 2;
3374 /* If the user set max_inline then we always obey that number.
3376 || amt <= max_inline
3352 int max_inline = (user_set_max_inline ? msp430_max_inline_shift local
  /src/external/gpl3/gcc.old/dist/gcc/config/msp430/
msp430.cc 3361 int max_inline = (user_set_max_inline ? msp430_max_inline_shift
3365 int max_inline_32 = max_inline / 2;
3374 /* If the user set max_inline then we always obey that number.
3376 || amt <= max_inline
3352 int max_inline = (user_set_max_inline ? msp430_max_inline_shift local

Completed in 21 milliseconds