Searched refs:ctor_for_folding (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dvarpool.c395 ctor_for_folding (tree decl) function
H A Dipa.c627 || ((init = ctor_for_folding (vnode->decl)) == error_mark_node))
H A Dtree-ssa-loop-ivcanon.c178 && ctor_for_folding (base) != error_mark_node)
H A Dcgraph.h2656 tree ctor_for_folding (tree);
H A Dgimple-fold.c282 tree val = ctor_for_folding (sym);
6639 tree init = ctor_for_folding (base);
6641 /* Our semantic is exact opposite of ctor_for_folding;
7193 init = ctor_for_folding (v);
H A Dtree-ssa-forwprop.c1929 tree ctor = ctor_for_folding (array);
H A Dipa-fnsummary.c2142 tree init = ctor_for_folding (base);
H A Dexpr.c10570 && (init = ctor_for_folding (array)) != error_mark_node)
11684 tree init = ctor_for_folding (array);
H A Dtree-ssa-strlen.c4732 exp = ctor_for_folding (exp);
H A Dtree-ssa-sccvn.c1483 ctor = ctor_for_folding (decl);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dvarpool.cc397 ctor_for_folding (tree decl) function
H A Dipa.cc630 || ((init = ctor_for_folding (vnode->decl)) == error_mark_node))
H A Dtree-ssa-loop-ivcanon.cc178 && ctor_for_folding (base) != error_mark_node)
H A Dcgraph.h2635 tree ctor_for_folding (tree);
H A Dgimple-fold.cc286 tree val = ctor_for_folding (sym);
7738 tree init = ctor_for_folding (base);
7740 /* Our semantic is exact opposite of ctor_for_folding;
8363 init = ctor_for_folding (v);
H A Dipa-fnsummary.cc2254 tree init = ctor_for_folding (base);
H A Dtree-ssa-forwprop.cc2338 tree ctor = ctor_for_folding (array);
H A Dexpr.cc11019 && (init = ctor_for_folding (array)) != error_mark_node)
12080 tree init = ctor_for_folding (array);
H A Dtree-ssa-strlen.cc4649 if (tree fold_exp = ctor_for_folding (exp))
H A Dtree-ssa-sccvn.cc1566 ctor = ctor_for_folding (decl);

Completed in 626 milliseconds