HomeSort by: relevance | last modified time | path
    Searched defs:vtv_fndecl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
vtable-class-hierarchy.cc 1166 tree vtv_fndecl = local
1168 TREE_STATIC (vtv_fndecl) = 1;
1169 TREE_USED (vtv_fndecl) = 1;
1170 DECL_PRESERVE_P (vtv_fndecl) = 1;
1173 DECL_IGNORED_P (vtv_fndecl) = 1;
1175 DECL_STATIC_CONSTRUCTOR (vtv_fndecl) = 0;
1177 gimplify_function_tree (vtv_fndecl);
1178 cgraph_node::add_new_function (vtv_fndecl, false);
1185 build_pointer_type (TREE_TYPE (vtv_fndecl)));
1188 DECL_INITIAL (vtv_var) = build_fold_addr_expr (vtv_fndecl);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
vtable-class-hierarchy.cc 1180 tree vtv_fndecl = local
1182 TREE_STATIC (vtv_fndecl) = 1;
1183 TREE_USED (vtv_fndecl) = 1;
1184 DECL_PRESERVE_P (vtv_fndecl) = 1;
1187 DECL_IGNORED_P (vtv_fndecl) = 1;
1189 DECL_STATIC_CONSTRUCTOR (vtv_fndecl) = 0;
1191 gimplify_function_tree (vtv_fndecl);
1192 cgraph_node::add_new_function (vtv_fndecl, false);
1195 assemble_vtv_preinit_initializer (vtv_fndecl);

Completed in 15 milliseconds