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

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 360 static bool nonnull_check_p (tree, unsigned HOST_WIDE_INT);
5744 if (a == NULL_TREE || nonnull_check_p (TREE_VALUE (a), i + 1))
5878 nonnull_check_p (tree args, unsigned HOST_WIDE_INT param_num)
5863 nonnull_check_p (tree args, unsigned HOST_WIDE_INT param_num) function
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc 320 static bool nonnull_check_p (tree, unsigned HOST_WIDE_INT);
5650 if (a == NULL_TREE || nonnull_check_p (TREE_VALUE (a), i + 1))
5783 nonnull_check_p (tree args, unsigned HOST_WIDE_INT param_num)
5768 nonnull_check_p (tree args, unsigned HOST_WIDE_INT param_num) function

Completed in 35 milliseconds