| /src/external/gpl3/gcc/dist/gcc/ |
| genmatch.cc | 513 class operator_id : public id_base class in inherits:id_base 516 operator_id (enum tree_code code_, const char *id_, unsigned nargs_, function in class:operator_id 571 is_a_helper <operator_id *>::test (id_base *id) 598 if (operator_id *code = dyn_cast <operator_id *> (id)) 693 operator_id *op = new operator_id (code, id, nargs, tcc); 719 if (operator_id *oid = dyn_cast <operator_id *> (&id)) 775 swap_tree_comparison (operator_id *p [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| genmatch.cc | 391 class operator_id : public id_base class in inherits:id_base 394 operator_id (enum tree_code code_, const char *id_, unsigned nargs_, function in class:operator_id 449 is_a_helper <operator_id *>::test (id_base *id) 476 if (operator_id *code = dyn_cast <operator_id *> (id)) 543 operator_id *op = new operator_id (code, id, nargs, tcc); 569 if (operator_id *oid = dyn_cast <operator_id *> (&id)) 625 swap_tree_comparison (operator_id *p [all...] |