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

  /src/external/gpl3/gcc/dist/gcc/cp/
cp-tree.h 6292 extern GTY(()) ovl_op_info_t ovl_op_info[2][OVL_OP_MAX];
6301 #define OVL_OP_INFO(IS_ASS_P, TREE_CODE) \
6302 (&ovl_op_info[(IS_ASS_P) != 0][ovl_op_mapping[(TREE_CODE)]])
6306 (&ovl_op_info[IDENTIFIER_KIND_BIT_0 (NODE)][IDENTIFIER_CP_INDEX (NODE)])
6311 { return OVL_OP_INFO(isass, code)->identifier; }
6313 #define assign_op_identifier (ovl_op_info[true][OVL_OP_NOP_EXPR].identifier)
6314 #define call_op_identifier (ovl_op_info[false][OVL_OP_CALL_EXPR].identifier)
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-tree.h 6133 extern GTY(()) ovl_op_info_t ovl_op_info[2][OVL_OP_MAX];
6142 #define OVL_OP_INFO(IS_ASS_P, TREE_CODE) \
6143 (&ovl_op_info[(IS_ASS_P) != 0][ovl_op_mapping[(TREE_CODE)]])
6147 (&ovl_op_info[IDENTIFIER_KIND_BIT_0 (NODE)][IDENTIFIER_CP_INDEX (NODE)])
6152 { return OVL_OP_INFO(isass, code)->identifier; }
6154 #define assign_op_identifier (ovl_op_info[true][OVL_OP_NOP_EXPR].identifier)
6155 #define call_op_identifier (ovl_op_info[false][OVL_OP_CALL_EXPR].identifier)

Completed in 61 milliseconds