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

  /src/external/gpl3/gcc/dist/libgomp/
env.c 610 bool any_negate = false; local
644 for (pass = 0; pass < (any_negate ? 2 : has_braces); pass++)
656 any_negate = true;
757 bool any_negate = false; local
838 if (!any_negate)
840 any_negate = true;
  /src/external/gpl3/gcc.old/dist/libgomp/
env.c 548 bool any_negate = false; local
582 for (pass = 0; pass < (any_negate ? 2 : has_braces); pass++)
594 any_negate = true;
695 bool any_negate = false; local
776 if (!any_negate)
778 any_negate = true;

Completed in 18 milliseconds