Home
last modified time | relevance | path

Searched refs:CALL_CONSTRUCTOR_P (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Djava-tree.h1678 #define CALL_CONSTRUCTOR_P(NODE) \ macro
Dparse.y10281 if (QUALIFIED_P (name) && !CALL_CONSTRUCTOR_P (patch))
10360 if (CALL_CONSTRUCTOR_P (patch))
10669 && !METHOD_STATIC (method) && !primary && !CALL_CONSTRUCTOR_P (node))
Dparse.c13846 if (QUALIFIED_P (name) && !CALL_CONSTRUCTOR_P (patch))
13925 if (CALL_CONSTRUCTOR_P (patch))
14234 && !METHOD_STATIC (method) && !primary && !CALL_CONSTRUCTOR_P (node))
DChangeLog10994 (CALL_CONSTRUCTOR_P): Leading comment changed. Macro now checks
11100 Don't use CALL_CONSTRUCTOR_P but rather a test on the tree node
11747 (CALL_CONSTRUCTOR_P): Now uses NEW_CLASS_EXPR.
12374 JAVA_THIS_EXPR, CALL_CONSTRUCTOR_P): Macro definition moved in
12515 (CALL_CONSTRUCTOR_P): New macro.