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

  /src/external/gpl3/gcc/dist/gcc/
genrecog.cc 968 unsigned int partial_p : 1;
972 /* If PARTIAL_P, this is the number of the subroutine to call. */
975 /* Valid if !PARTIAL_P. */
999 if (a.partial_p != b.partial_p)
1001 if (a.partial_p)
2931 acceptance.partial_p = false;
3397 acceptance.partial_p = true;
4356 if (acceptance.partial_p)
4799 /* Print the code for subroutine call ACCEPTANCE (for which partial_p
964 unsigned int partial_p : 1; member in struct:acceptance_type
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genrecog.cc 968 unsigned int partial_p : 1;
972 /* If PARTIAL_P, this is the number of the subroutine to call. */
975 /* Valid if !PARTIAL_P. */
999 if (a.partial_p != b.partial_p)
1001 if (a.partial_p)
2931 acceptance.partial_p = false;
3397 acceptance.partial_p = true;
4356 if (acceptance.partial_p)
4799 /* Print the code for subroutine call ACCEPTANCE (for which partial_p
964 unsigned int partial_p : 1; member in struct:acceptance_type
    [all...]

Completed in 27 milliseconds