Home
last modified time | relevance | path

Searched refs:MEMBER_REF (Results 1 – 20 of 20) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000914-1.c218 MEMBER_REF, enumerator
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Ddump.c182 case MEMBER_REF:
H A Doperators.def125 DEF_SIMPLE_OPERATOR ("->*", MEMBER_REF, "pm", 2)
H A Dparse.y1407 { $$ = build_x_binary_op (MEMBER_REF, $$, $3); }
1462 { $$ = build_x_binary_op (MEMBER_REF, $$, $3); }
3994 { $$ = frob_opname (ansi_opname (MEMBER_REF)); }
H A Dcp-tree.def73 DEFTREECODE (MEMBER_REF, "member_ref", 'r', 2)
H A Dcall.c1812 case MEMBER_REF:
3864 case MEMBER_REF:
H A Ddecl2.c3264 case MEMBER_REF:
H A Dpt.c7426 case MEMBER_REF:
H A Ddecl.c13250 case MEMBER_REF:
H A DChangeLog.217407 (add_builtin_candidate): Fix MEMBER_REF.
/openbsd-src/gnu/gcc/gcc/cp/
H A Ddump.c179 case MEMBER_REF: in dump_op()
H A Doperators.def127 DEF_SIMPLE_OPERATOR ("->*", MEMBER_REF, "pm", 2)
H A Dcxx-pretty-print.c716 case MEMBER_REF: in pp_cxx_pm_expression()
911 case MEMBER_REF: in pp_cxx_expression()
941 case MEMBER_REF: in pp_cxx_expression()
H A Dcp-tree.def71 DEFTREECODE (MEMBER_REF, "member_ref", tcc_reference, 2)
H A Ddecl2.c3413 || TREE_CODE (fn) == MEMBER_REF); in build_offset_ref_call_from_tree()
H A Dcall.c1720 case MEMBER_REF: in add_builtin_candidate()
3961 case MEMBER_REF: in build_new_op()
H A Dparser.c1223 { CPP_DEREF_STAR, MEMBER_REF, PREC_PM_EXPRESSION },
4460 || TREE_CODE (postfix_expression) == MEMBER_REF in cp_parser_postfix_expression()
8427 id = ansi_opname (MEMBER_REF); in cp_parser_operator()
H A Dpt.c8241 case MEMBER_REF: in tsubst_copy()
9067 case MEMBER_REF: in tsubst_copy_and_build()
H A DChangeLog-19961129 (add_builtin_candidate): Fix MEMBER_REF.
/openbsd-src/gnu/llvm/clang/bindings/python/clang/
H A Dcindex.py866 CursorKind.MEMBER_REF = CursorKind(47)