Home
last modified time | relevance | path

Searched refs:KOENIG_LOOKUP_P (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/gcc/gcc/cp/
Dsemantics.c1783 KOENIG_LOOKUP_P (result) = koenig_p; in finish_call_expr()
1885 KOENIG_LOOKUP_P (result) = koenig_p; in finish_call_expr()
Dcp-tree.h2302 #define KOENIG_LOOKUP_P(NODE) TREE_LANG_FLAG_0 (CALL_EXPR_CHECK (NODE)) macro
DChangeLog-20031717 * cp-tree.h (KOENIG_LOOKUP_P): New macro.
1721 * pt.c (tsubst_copy_and_build): Use KOENIG_LOOKUP_P.
Dpt.c9162 koenig_p = KOENIG_LOOKUP_P (t); in tsubst_copy_and_build()
DChangeLog-20045662 (KOENIG_LOOKUP_P, PTRMEM_OK_P, TEMPLATE_TYPE_PARM_INDEX): Likewise.