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

  /src/external/gpl3/gcc/dist/gcc/
genrecog.cc 2278 /* If PARAM_TEST_P, the state's singleton test should be generalized
2288 unsigned int param_test_p : 1;
2334 param_test_p (false),
2733 bool param_test_p = pat->param_test_p;
2744 if (param_test_p)
2754 param_test_p = true;
2823 pat->param_test_p = param_test_p;
2965 if (pat->param_test_p)
2729 bool param_test_p = pat->param_test_p; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genrecog.cc 2278 /* If PARAM_TEST_P, the state's singleton test should be generalized
2288 unsigned int param_test_p : 1;
2334 param_test_p (false),
2733 bool param_test_p = pat->param_test_p;
2744 if (param_test_p)
2754 param_test_p = true;
2823 pat->param_test_p = param_test_p;
2965 if (pat->param_test_p)
2729 bool param_test_p = pat->param_test_p; local
    [all...]

Completed in 29 milliseconds