Home
last modified time | relevance | path

Searched refs:SCOPE_REF (Results 1 – 25 of 37) sorted by relevance

12

/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dparse.y594 { $$ = build_nt (SCOPE_REF, $2, $3); }
596 { $$ = build_nt (SCOPE_REF, global_namespace, $3); }
598 { $$ = build_nt (SCOPE_REF, $3, $4); }
2933 $$ = build_nt (SCOPE_REF, $1, arg);
2949 $$ = build_nt (SCOPE_REF, $$, $2);
3011 $$ = build_nt (SCOPE_REF, $1, arg);
3027 $$ = build_nt (SCOPE_REF, $1, arg);
3046 { $$ = build_nt (SCOPE_REF, global_namespace, $2);
3051 $$ = build_nt (SCOPE_REF, $1, $2);
3059 $$ = build_nt (SCOPE_REF, $$, $2); }
[all …]
H A Ddecl2.c885 || TREE_CODE (TREE_OPERAND (declarator, 0)) == SCOPE_REF)
910 && TREE_CODE (declarator) == SCOPE_REF
3275 case SCOPE_REF:
3327 if (TREE_CODE (TREE_OPERAND (t, 0)) == SCOPE_REF)
3369 if (TREE_CODE (TREE_OPERAND (t, 0)) == SCOPE_REF)
3563 my_friendly_assert (TREE_CODE (fn) != SCOPE_REF, 20020725); in build_call_from_tree()
3649 case SCOPE_REF:
4498 if (TREE_CODE (decl) == SCOPE_REF)
4741 if (TREE_CODE (decl) != SCOPE_REF
4786 if (TREE_CODE (namespace) == SCOPE_REF)
H A Doperators.def134 DEF_SIMPLE_OPERATOR ("::", SCOPE_REF, "sr", 2);
H A Dmangle.c1912 build_nt (SCOPE_REF,
1954 else if (abi_version_at_least (2) && TREE_CODE (expr) == SCOPE_REF)
2067 case SCOPE_REF:
H A Dtree.c142 case SCOPE_REF:
2465 || TREE_CODE (node) == SCOPE_REF); in name_p()
H A Dpt.c3539 if (requires_type && ! is_type && TREE_CODE (arg) == SCOPE_REF
7232 case SCOPE_REF:
7424 case SCOPE_REF:
7458 else if (TREE_CODE (name) == SCOPE_REF
7468 name = build_nt (SCOPE_REF, base, name);
7688 do_local_using_decl (build_nt (SCOPE_REF, scope, name));
8992 case SCOPE_REF:
H A Dcp-tree.def68 DEFTREECODE (SCOPE_REF, "scope_ref", 'r', 2)
H A Derror.c895 case SCOPE_REF:
1959 case SCOPE_REF:
H A Ddecl.c10185 if (TREE_CODE (size) == SCOPE_REF
10722 case SCOPE_REF:
11440 if (TREE_CODE (declarator) == SCOPE_REF)
11448 || TREE_CODE (declarator) != SCOPE_REF))
11537 if (inner_decl && TREE_CODE (inner_decl) == SCOPE_REF)
11783 case SCOPE_REF:
11925 else if (TREE_CODE (sname) == SCOPE_REF)
H A Dsemantics.c1566 tree result = build_nt (SCOPE_REF, scope, name);
H A Dtypeck.c2147 if (TREE_CODE (name) == SCOPE_REF) in finish_class_member_access_expr()
4436 my_friendly_assert (TREE_CODE (arg) != SCOPE_REF, 313);
H A Dinit.c1548 return build_min_nt (SCOPE_REF, type, name);
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000914-1.c217 SCOPE_REF, enumerator
/openbsd-src/gnu/gcc/gcc/cp/
H A Dpt.c3995 if (requires_type && ! is_type && TREE_CODE (arg) == SCOPE_REF in convert_template_argument()
7804 case SCOPE_REF: in tsubst()
7917 gcc_assert (TREE_CODE (qualified_id) == SCOPE_REF); in tsubst_qualified_id()
8009 if (TREE_CODE (expr) != SCOPE_REF in tsubst_qualified_id()
8187 else if (TREE_CODE (name) == SCOPE_REF in tsubst_copy()
8250 case SCOPE_REF: in tsubst_copy()
8850 if (TREE_CODE (t) == SCOPE_REF) in tsubst_non_call_postfix_expression()
9028 if (TREE_CODE (op1) == SCOPE_REF) in tsubst_copy_and_build()
9075 case SCOPE_REF: in tsubst_copy_and_build()
9163 if (TREE_CODE (function) == SCOPE_REF) in tsubst_copy_and_build()
[all …]
H A Doperators.def133 DEF_SIMPLE_OPERATOR ("::", SCOPE_REF, "sr", 2)
H A Dcxx-pretty-print.c276 case SCOPE_REF: in pp_cxx_qualified_id()
884 case SCOPE_REF: in pp_cxx_expression()
H A Dmangle.c2070 else if (abi_version_at_least (2) && TREE_CODE (expr) == SCOPE_REF) in write_expression()
2187 case SCOPE_REF: in write_expression()
H A DChangeLog-200427 cp_parser_declarator_id no longer returns a SCOPE_REF.
29 (cp_parser_declarator_id): Do not create a SCOPE_REF for qualified
33 SCOPE_REF.
3486 * init.c (build_offset_ref): Build SCOPE_REF with non-null
3488 * typeck.c (build_x_unary_op): Handle non-dependent SCOPE_REF.
3489 * pt.c (type_dependent_expression_p): Handle SCOPE_REF with
3492 * error.c (dump_decl) <SCOPE_REF case>: Use pp_expression.
3493 (dump_expr) <SCOPE_REF case>: Likewise.
4926 * init.c (build_offset_ref): Build SCOPE_REF with non-null
4928 * pt.c (type_dependent_expression_p): Handle SCOPE_REF with
[all …]
H A Dtree.c127 case SCOPE_REF: in lvalue_p_1()
841 t = build2 (SCOPE_REF, type, scope, name); in build_qualified_name()
H A Derror.c772 case SCOPE_REF: in dump_decl()
1758 case SCOPE_REF: in dump_expr()
H A Dcp-tree.def66 DEFTREECODE (SCOPE_REF, "scope_ref", tcc_reference, 2)
H A Dtypeck.c2115 || (TREE_CODE (name) == SCOPE_REF in finish_class_member_access_expr()
2157 if (TREE_CODE (name) == SCOPE_REF) in finish_class_member_access_expr()
2236 if (TREE_CODE (orig_name) == SCOPE_REF) in finish_class_member_access_expr()
H A DChangeLog-1996635 * pt.c (uses_template_parms): Handle SCOPE_REF. Fix CONSTRUCTOR.
2554 (grokdeclarator): Tweak SCOPE_REF constructor declarators here.
2756 * pt.c (tsubst): Handle SCOPE_REF in declarator.
3933 * decl.c (grokdeclarator): Fix SCOPE_REF handling and diagnose
H A Dsemantics.c1563 if (TREE_CODE (expr) == SCOPE_REF) in finish_qualified_id_expr()
H A Dparser.c3199 if (TREE_CODE (decl) == SCOPE_REF) in cp_parser_primary_expression()
9411 || TREE_CODE (argument) == SCOPE_REF)) in cp_parser_template_argument()
15176 || TREE_CODE (decl) == SCOPE_REF in cp_parser_lookup_name()

12