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

  /src/external/gpl3/gcc/dist/gcc/
tree.cc 6779 valid_constant_size_p (const_tree size, cst_size_error *perr /* = NULL */)
6786 if (!valid_constant_size_p (POLY_INT_CST_COEFF (size, i)))
6758 valid_constant_size_p (const_tree size, cst_size_error *perr \/* = NULL *\/) function
  /src/external/gpl3/gcc.old/dist/gcc/
tree.cc 6711 valid_constant_size_p (const_tree size, cst_size_error *perr /* = NULL */)
6718 if (!valid_constant_size_p (POLY_INT_CST_COEFF (size, i)))
6690 valid_constant_size_p (const_tree size, cst_size_error *perr \/* = NULL *\/) function

Completed in 62 milliseconds