Home
last modified time | relevance | path

Searched refs:LOOKUP_ONLYCONVERTING (Results 1 – 17 of 17) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
Dexcept.c399 LOOKUP_ONLYCONVERTING|DIRECT_BIND); in initialize_handler_parm()
471 NULL_TREE, LOOKUP_ONLYCONVERTING); in expand_start_catch_block()
717 LOOKUP_NORMAL | LOOKUP_ONLYCONVERTING)); in build_throw()
Dcvt.c369 LOOKUP_ONLYCONVERTING|DIRECT_BIND); in build_up_reference()
759 if ((flags & LOOKUP_ONLYCONVERTING) in ocp_convert()
Dcall.c1291 (to, expr, LOOKUP_ONLYCONVERTING); in implicit_conversion()
4205 LOOKUP_NORMAL | LOOKUP_ONLYCONVERTING in check_constructor_callable()
4355 LOOKUP_NORMAL|LOOKUP_ONLYCONVERTING|LOOKUP_NO_CONVERSION, in convert_like_real()
4424 expr = build_temp (expr, totype, LOOKUP_NORMAL|LOOKUP_ONLYCONVERTING, in convert_like_real()
5478 if ((flags & LOOKUP_ONLYCONVERTING) in build_new_method_call()
Dinit.c1101 flags |= LOOKUP_ONLYCONVERTING; in build_aggr_init()
1168 && (flags & LOOKUP_ONLYCONVERTING)) in expand_default_init()
Dtypeck2.c747 LOOKUP_NORMAL | LOOKUP_ONLYCONVERTING, in digest_init()
Dsemantics.c2094 LOOKUP_ONLYCONVERTING); in finish_compound_literal()
3179 DIRECT_BIND | LOOKUP_ONLYCONVERTING); in simplify_aggr_init_expr()
DChangeLog-1996200 * typeck.c (convert_arguments): Pass LOOKUP_ONLYCONVERTING.
239 * call.c (build_user_type_conversion_1): Assume LOOKUP_ONLYCONVERTING.
1515 if we're doing copy-initialization (i.e. LOOKUP_ONLYCONVERTING).
1521 Pass LOOKUP_ONLYCONVERTING instead of LOOKUP_NORMAL.
1525 (build_user_type_conversion_1): If LOOKUP_ONLYCONVERTING, don't
1764 LOOKUP_ONLYCONVERTING at all for now.
2149 don't pass LOOKUP_ONLYCONVERTING.
Dparser.c6986 LOOKUP_ONLYCONVERTING); in cp_parser_condition()
11788 ? 0 : LOOKUP_ONLYCONVERTING)); in cp_parser_init_declarator()
18996 cp_finish_decl (decl, constructor, 0, 0, LOOKUP_ONLYCONVERTING); in build_descriptor_block_decl()
19442 cp_finish_decl (block_holder_tmp_decl, constructor, 0, 0, LOOKUP_ONLYCONVERTING); in build_block_literal_tmp()
19520 LOOKUP_ONLYCONVERTING); in synth_copy_helper_block_func()
20360 cp_finish_decl (decl, block_component, 0, 0, LOOKUP_ONLYCONVERTING); in declare_block_prologue_local_vars()
21248 asm_specification, LOOKUP_ONLYCONVERTING); in cp_parser_omp_for_loop()
Ddecl2.c765 int flags = LOOKUP_ONLYCONVERTING; in grokfield()
Dtypeck.c2870 flags |= LOOKUP_ONLYCONVERTING; in convert_arguments()
6955 (NULL_TREE, functype, retval, LOOKUP_NORMAL|LOOKUP_ONLYCONVERTING, in check_return_expr()
Dcp-tree.h3457 #define LOOKUP_ONLYCONVERTING (1 << 3) macro
DChangeLog-19951062 * init.c (expand_aggr_init): Assume LOOKUP_ONLYCONVERTING if init
1064 (expand_default_init): If LOOKUP_ONLYCONVERTING is set, then set
DChangeLog-1994129 * init.c (expand_aggr_init): Added LOOKUP_ONLYCONVERTING to
348 build_type_conversion): Use LOOKUP_ONLYCONVERTING in
Ddecl.c3388 LOOKUP_ONLYCONVERTING); in cp_make_fname_decl()
Dpt.c12247 LOOKUP_ONLYCONVERTING); in instantiate_decl()
DChangeLog-20003420 * decl.c (grok_reference_init): Pass LOOKUP_ONLYCONVERTING.
DChangeLog6015 (LOOKUP_ONLYCONVERTING, DIRECT_BIND, LOOKUP_NO_CONVERSION,