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

  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 18017 cp_decomp decomp_d = { NULL_TREE, 0 };
18021 in_decl, &decomp_d);
18026 for (unsigned int i = 0; i < decomp_d.count; i++)
18028 if (!DECL_HAS_VALUE_EXPR_P (decomp_d.decl))
18031 size_int (decomp_d.count - i - 1),
18033 SET_DECL_VALUE_EXPR (decomp_d.decl, v);
18034 DECL_HAS_VALUE_EXPR_P (decomp_d.decl) = 1;
18036 fit_decomposition_lang_decl (decomp_d.decl, d);
18037 decomp_d.decl = DECL_CHAIN (decomp_d.decl)
18016 cp_decomp decomp_d = { NULL_TREE, 0 }; local
18663 cp_decomp decomp_d, *decomp = NULL; local
18747 cp_decomp decomp_d, *decomp = NULL; local
    [all...]

Completed in 26 milliseconds