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

  /src/external/gpl3/gcc/dist/gcc/cp/
constraint.cc 2341 When evaluating a REQUIRES_EXPR that appears outside a template in
2571 bool evaluating; variable
2722 entry->evaluating = false;
2727 /* We're evaluating this atom for the first time, and doing so noisily.
2748 if (entry->evaluating)
2767 entry->evaluating = true;
2777 Otherwise, when evaluating quietly, updates the cache appropriately. */
2785 gcc_checking_assert (entry->evaluating);
2786 entry->evaluating = false;
3128 if the there was an error evaluating the constraint
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
constraint.cc 2243 When evaluating a REQUIRES_EXPR that appears outside a template in
2462 bool evaluating; variable
2607 entry->evaluating = false;
2626 if (entry->evaluating)
2645 entry->evaluating = true;
2655 Otherwise, when evaluating quietly, updates the cache appropriately. */
2663 gcc_checking_assert (entry->evaluating);
2664 entry->evaluating = false;
3007 if the there was an error evaluating the constraint.

Completed in 32 milliseconds