Home
last modified time | relevance | path

Searched refs:build_cdtor (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa.cc965 build_cdtor (bool ctor_p, const vec<tree> &cdtors) in build_cdtor() function
1247 build_cdtor (/*ctor_p=*/true, *ctors); in build_cdtor_fns()
1254 build_cdtor (/*ctor_p=*/false, *dtors); in build_cdtor_fns()
1285 build_cdtor (/*ctor_p=*/true, *ctors); in build_cxa_atexit_fns()
H A DChangeLog-20072421 (build_cdtor): Generate multiple functions for each initialization
2426 calling build_cdtor.
21182 (record_cdtor_fn, build_cdtor, cgraph_build_cdtor_fns): New functions,
21189 build_cdtor, c_build_cdtor_fns): Remove.
27427 (build_cdtor): Move to c-common.c.
27436 (build_cdtor): Move from c-decl.c
H A DChangeLog-20101239 (build_cdtor): Use cgraph_build_static_cdtor_1.
10560 * ipa.c (build_cdtor): Delete endless loop.
15351 * ipa.c (build_cdtor): Take VECtor as argument; fix array walk.
15352 (build_cdtor_fns): Update use of build_cdtor.
16782 (build_cdtor): Move to ipa.c; add code avoiding construction
16793 record_cdtor_fn, build_cdtor, compare_ctor, compare_dtor,
21182 * cgraphunit.c (build_cdtor): Call build_call_expr instead of
H A DChangeLog-200423247 * c-decl.c (build_cdtor): Update call with default priority.
24797 (build_cdtor): Moved here from c-objc-common.c; simplify.
24800 doing anything else. Call build_cdtor, cgraph_optimize, and
24805 (build_cdtor): Moved to c-decl.c.
26887 * c-objc-common.c (build_cdtor): Use it.
29656 * c-objc-common.c (build_cdtor): Likewise.
33268 (build_cdtor): ...here. Update to construct a complete tree
H A DChangeLog.tree-ssa38 (build_cdtor): ...here. Update to construct a complete tree
41 (c_objc_common_finish_file): Just call build_cdtor for static
H A DChangeLog-2018923 (build_cdtor): Use OPTIMIZATION and TARGET of the first real cdtor
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa.c962 build_cdtor (bool ctor_p, const vec<tree> &cdtors) in build_cdtor() function
1244 build_cdtor (/*ctor_p=*/true, *ctors); in build_cdtor_fns()
1251 build_cdtor (/*ctor_p=*/false, *dtors); in build_cdtor_fns()
1282 build_cdtor (/*ctor_p=*/true, *ctors); in build_cxa_atexit_fns()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20203352 (build_cdtor): Determine vtt and inherited here.