Home
last modified time | relevance | path

Searched refs:METHOD_CALL_EXPR (Results 1 – 14 of 14) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-tree.h343 #define METHOD_CALL_EXPR(NODE) \ macro
H A Dd-convert.cc819 if (METHOD_CALL_EXPR (expr)) in convert_for_condition()
H A Dd-codegen.cc439 METHOD_CALL_EXPR (t) = 1; in build_method_call()
448 gcc_assert (METHOD_CALL_EXPR (t)); in extract_from_method_call()
H A Dexpr.cc1806 if (METHOD_CALL_EXPR (callee)) in visit()
/netbsd/external/gpl3/gcc/dist/gcc/d/
H A Dd-tree.h350 #define METHOD_CALL_EXPR(NODE) \ macro
H A Dd-convert.cc821 if (METHOD_CALL_EXPR (expr)) in convert_for_condition()
H A Dd-codegen.cc442 METHOD_CALL_EXPR (t) = 1; in build_method_call()
451 gcc_assert (METHOD_CALL_EXPR (t)); in extract_from_method_call()
H A Dexpr.cc1732 if (METHOD_CALL_EXPR (callee)) in visit()
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-1998102 call in a METHOD_CALL_EXPR.
3847 * pt.c (tsubst_copy, case METHOD_CALL_EXPR): Don't mess with
5784 -fno-ansi-overloading and overloading METHOD_CALL_EXPR.
5822 * pt.c (tsubst_copy, METHOD_CALL_EXPR): Don't assume a member
H A DChangeLog-2002399 Simplify handling of CALL_EXPR and METHOD_CALL_EXPR.
H A DChangeLog-20033302 (tsubst_copy): Use them. Remove support for METHOD_CALL_EXPR.
H A DChangeLog-19993963 * decl2.c (build_expr_from_tree, case METHOD_CALL_EXPR): Only
H A DChangeLog-20001825 * decl2.c (build_expr_from_tree, case METHOD_CALL_EXPR): Build
/netbsd/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200313502 METHOD_CALL_EXPR.
13507 * tree.def: Don't define METHOD_CALL_EXPR.
13509 METHOD_CALL_EXPR.