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

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 1796 convert_and_check (location_t loc, tree type, tree expr, bool init_const)
5196 low_value = convert_and_check (loc, type, low_value);
5204 high_value = convert_and_check (loc, type, high_value);
1794 convert_and_check (location_t loc, tree type, tree expr, bool init_const) function
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc 1758 convert_and_check (location_t loc, tree type, tree expr, bool init_const)
5109 low_value = convert_and_check (loc, type, low_value);
5117 high_value = convert_and_check (loc, type, high_value);
1756 convert_and_check (location_t loc, tree type, tree expr, bool init_const) function

Completed in 32 milliseconds