Home | History | Annotate | Download | only in cp

Lines Matching refs:initp

3853 start_objects (int method_type, int initp)
3858 if (initp == DEFAULT_INIT_PRIORITY && method_type == 'I')
3869 if (initp != DEFAULT_INIT_PRIORITY)
3876 sprintf (type + len, "%.5u", initp);
3944 finish_objects (int method_type, int initp, tree body)
3953 decl_init_priority_insert (fn, initp);
3958 decl_fini_priority_insert (fn, initp);
4166 INITP is nonzero, we are initializing the variable. Otherwise, we
4170 one_static_initialization_or_destruction (tree decl, tree init, bool initp)
4177 if (!initp
4236 gcc_assert (initp);
4246 else if (initp)
4274 if (guard && initp && flag_use_cxa_atexit)
4278 if (initp)
4314 Whether initialization or destruction is performed is specified by INITP. */
4317 do_static_initialization_or_destruction (tree vars, bool initp)
4323 cond = initp ? integer_one_node : integer_zero_node;
4338 if (initp && (flag_sanitize & SANITIZE_ADDRESS))
4350 if (!initp && TYPE_HAS_TRIVIAL_DESTRUCTOR (TREE_TYPE (decl)))
4360 if (initp)
4381 TREE_PURPOSE (node), initp);
4391 if (initp && (flag_sanitize & SANITIZE_ADDRESS))
5227 do_static_initialization_or_destruction (vars, /*initp=*/true);
5238 do_static_initialization_or_destruction (vars, /*initp=*/false);