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

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 1866 static bool warning_candidate_p (tree);
1987 warning_candidate_p (tree x)
2063 if (warning_candidate_p (x))
2139 if (warning_candidate_p (TREE_OPERAND (x, 0)))
1984 warning_candidate_p (tree x) function
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc 1827 static bool warning_candidate_p (tree);
1948 warning_candidate_p (tree x)
2024 if (warning_candidate_p (x))
2100 if (warning_candidate_p (TREE_OPERAND (x, 0)))
1945 warning_candidate_p (tree x) function

Completed in 34 milliseconds