Lines Matching refs:operator_code
4767 build_library_fn (tree name, enum tree_code operator_code, tree type, in build_library_fn() argument
4775 = OVL_OP_INFO (false, operator_code)->ovl_op_code; in build_library_fn()
4788 build_cp_library_fn (tree name, enum tree_code operator_code, tree type, in build_cp_library_fn() argument
4791 tree fn = build_library_fn (name, operator_code, type, ecf_flags); in build_cp_library_fn()
4837 push_cp_library_fn (enum tree_code operator_code, tree type, in push_cp_library_fn() argument
4840 tree fn = build_cp_library_fn (ovl_op_identifier (false, operator_code), in push_cp_library_fn()
4841 operator_code, type, ecf_flags); in push_cp_library_fn()
14420 tree_code operator_code; in grok_op_properties() local
14426 operator_code = TYPE_EXPR; in grok_op_properties()
14433 operator_code = ovl_op->tree_code; in grok_op_properties()
14435 gcc_checking_assert (operator_code != ERROR_MARK); in grok_op_properties()
14507 if (operator_code == TYPE_EXPR in grok_op_properties()
14508 || operator_code == CALL_EXPR in grok_op_properties()
14509 || operator_code == COMPONENT_REF in grok_op_properties()
14510 || operator_code == ARRAY_REF in grok_op_properties()
14511 || operator_code == NOP_EXPR) in grok_op_properties()
14547 if (operator_code == CALL_EXPR) in grok_op_properties()
14552 if (operator_code == COND_EXPR) in grok_op_properties()
14581 unsigned alt = ovl_op_alternate[ovl_op_mapping [operator_code]]; in grok_op_properties()
14584 operator_code = ovl_op->tree_code; in grok_op_properties()
14596 else if ((operator_code == POSTINCREMENT_EXPR in grok_op_properties()
14597 || operator_code == POSTDECREMENT_EXPR) in grok_op_properties()
14699 if (operator_code == TRUTH_ANDIF_EXPR in grok_op_properties()
14700 || operator_code == TRUTH_ORIF_EXPR in grok_op_properties()
14701 || operator_code == COMPOUND_EXPR) in grok_op_properties()
14706 if (operator_code == POSTINCREMENT_EXPR in grok_op_properties()
14707 || operator_code == POSTDECREMENT_EXPR in grok_op_properties()
14708 || operator_code == PREINCREMENT_EXPR in grok_op_properties()
14709 || operator_code == PREDECREMENT_EXPR) in grok_op_properties()
14717 if (operator_code == PREINCREMENT_EXPR in grok_op_properties()
14718 || operator_code == PREDECREMENT_EXPR) in grok_op_properties()
14735 && (operator_code == PLUS_EXPR in grok_op_properties()
14736 || operator_code == MINUS_EXPR in grok_op_properties()
14737 || operator_code == TRUNC_DIV_EXPR in grok_op_properties()
14738 || operator_code == MULT_EXPR in grok_op_properties()
14739 || operator_code == TRUNC_MOD_EXPR) in grok_op_properties()