Searched refs:koenig_p (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/cp/
H A Dsemantics.c2242 bool koenig_p, tsubst_flags_t complain)
2275 KOENIG_LOOKUP_P (result) = koenig_p;
2409 result = build_new_function_call (fn, args, koenig_p, complain);
2438 KOENIG_LOOKUP_P (result) = koenig_p;
2443 if (koenig_p)
2241 finish_call_expr(tree fn, vec<tree, va_gc> **args, bool disallow_virtual, bool koenig_p, tsubst_flags_t complain) argument
H A Dpt.c15225 bool koenig_p;
15231 koenig_p = KOENIG_LOOKUP_P (t);
15239 else if (koenig_p && identifier_p (function))
15246 koenig_p will be false and we do want to do the lookup
15317 if (koenig_p
15333 if (koenig_p && (complain & tf_warning_or_error))
15419 /*koenig_p=*/false,
15432 koenig_p,
15224 bool koenig_p; local
H A Dparser.c6205 bool koenig_p;
6256 koenig_p = false;
6264 koenig_p = true;
6289 koenig_p = true;
6355 /*koenig_p=*/false,
6370 koenig_p,
6377 koenig_p,
10788 /*koenig_p=*/false,
6203 bool koenig_p; local
H A Dcall.c4054 build_new_function_call (tree fn, vec<tree, va_gc> **args, bool koenig_p, argument
4075 if (!koenig_p)

Completed in 504 milliseconds