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

  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 4363 bool then_se = then_ && TREE_SIDE_EFFECTS (then_);
4384 then_se = then_ && TREE_SIDE_EFFECTS (then_);
4391 if (!then_se)
4438 then_se = false;
4461 if (!then_se && !else_se)
4468 else if (then_se)
4360 bool then_se = then_ && TREE_SIDE_EFFECTS (then_); local
  /src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc 3998 bool then_se = then_ && TREE_SIDE_EFFECTS (then_);
4017 then_se = then_ && TREE_SIDE_EFFECTS (then_);
4024 if (!then_se)
4068 then_se = false;
4091 if (!then_se && !else_se)
4098 else if (then_se)
3995 bool then_se = then_ && TREE_SIDE_EFFECTS (then_); local

Completed in 45 milliseconds