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

  /src/external/gpl3/gcc/dist/gcc/cp/
call.cc 10727 tree fns = get_class_binding (type, assign_op_identifier);
11215 gcc_assert (IDENTIFIER_CDTOR_P (name) || name == assign_op_identifier); local
11261 gcc_checking_assert (name == assign_op_identifier);
cp-tree.h 277 tree ovlid = assign_op_identifier;
6313 #define assign_op_identifier (ovl_op_info[true][OVL_OP_NOP_EXPR].identifier)
6302 #define assign_op_identifier macro
  /src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc 10046 tree fns = get_class_binding (type, assign_op_identifier);
10534 gcc_assert (IDENTIFIER_CDTOR_P (name) || name == assign_op_identifier); local
10580 gcc_checking_assert (name == assign_op_identifier);
cp-tree.h 268 tree ovlid = assign_op_identifier;
6154 #define assign_op_identifier (ovl_op_info[true][OVL_OP_NOP_EXPR].identifier)
6143 #define assign_op_identifier macro

Completed in 68 milliseconds