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 D | 20000914-1.c | 218 MEMBER_REF, enumerator
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | dump.c | 182 case MEMBER_REF:
|
| H A D | operators.def | 125 DEF_SIMPLE_OPERATOR ("->*", MEMBER_REF, "pm", 2)
|
| H A D | parse.y | 1407 { $$ = build_x_binary_op (MEMBER_REF, $$, $3); } 1462 { $$ = build_x_binary_op (MEMBER_REF, $$, $3); } 3994 { $$ = frob_opname (ansi_opname (MEMBER_REF)); }
|
| H A D | cp-tree.def | 73 DEFTREECODE (MEMBER_REF, "member_ref", 'r', 2)
|
| H A D | call.c | 1812 case MEMBER_REF: 3864 case MEMBER_REF:
|
| H A D | decl2.c | 3264 case MEMBER_REF:
|
| H A D | pt.c | 7426 case MEMBER_REF:
|
| H A D | decl.c | 13250 case MEMBER_REF:
|
| H A D | ChangeLog.2 | 17407 (add_builtin_candidate): Fix MEMBER_REF.
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | dump.c | 179 case MEMBER_REF: in dump_op()
|
| H A D | operators.def | 127 DEF_SIMPLE_OPERATOR ("->*", MEMBER_REF, "pm", 2)
|
| H A D | cxx-pretty-print.c | 716 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 D | cp-tree.def | 71 DEFTREECODE (MEMBER_REF, "member_ref", tcc_reference, 2)
|
| H A D | decl2.c | 3413 || TREE_CODE (fn) == MEMBER_REF); in build_offset_ref_call_from_tree()
|
| H A D | call.c | 1720 case MEMBER_REF: in add_builtin_candidate() 3961 case MEMBER_REF: in build_new_op()
|
| H A D | parser.c | 1223 { 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 D | pt.c | 8241 case MEMBER_REF: in tsubst_copy() 9067 case MEMBER_REF: in tsubst_copy_and_build()
|
| H A D | ChangeLog-1996 | 1129 (add_builtin_candidate): Fix MEMBER_REF.
|
| /openbsd-src/gnu/llvm/clang/bindings/python/clang/ |
| H A D | cindex.py | 866 CursorKind.MEMBER_REF = CursorKind(47)
|