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

  /src/external/gpl3/gcc/dist/gcc/
genmatch.cc 849 ops (vNULL), expr_type (NULL), is_commutative (is_commutative_),
854 ops (vNULL), expr_type (e->expr_type), is_commutative (e->is_commutative),
865 bool is_commutative; member in class:expr
1161 ne->is_commutative = false;
1167 if (!e->is_commutative)
1220 ne->is_commutative = false;
4591 bool is_commutative = false; local
4641 is_commutative = true;
4644 is_commutative = true
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genmatch.cc 699 ops (vNULL), expr_type (NULL), is_commutative (is_commutative_),
704 ops (vNULL), expr_type (e->expr_type), is_commutative (e->is_commutative),
715 bool is_commutative; member in class:expr
1011 ne->is_commutative = false;
1017 if (!e->is_commutative)
1070 ne->is_commutative = false;
4297 bool is_commutative = false; local
4347 is_commutative = true;
4350 is_commutative = true
    [all...]

Completed in 32 milliseconds