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

  /src/external/gpl3/gcc/dist/gcc/cp/
cp-gimplify.cc 65 /* Flags for cp_fold and cp_fold_r. */
91 static tree cp_fold (tree, fold_flags_t);
1361 issue because cp_fold recurses into subexpressions in many cases, but then
1363 resulting complexity problem by caching the result of cp_fold, but it's
1377 where we have to check bar too. The cp_fold call below could
1397 /* Don't return yet, still need the cp_fold below. */
1403 *stmt_p = stmt = cp_fold (*stmt_p, data->flags);
1405 /* For certain trees, like +foo(), the cp_fold above will remove the +,
1416 SAVE_EXPRs or TARGET_EXPRs. cp_fold uses a cache and will return
2831 x = cp_fold (x, flags)
2959 cp_fold (tree x, fold_flags_t flags) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-gimplify.cc 59 static tree cp_fold (tree);
1033 *stmt_p = stmt = cp_fold (*stmt_p);
1039 SAVE_EXPRs or TARGET_EXPRs. cp_fold uses a cache and will return
2345 x = cp_fold (x);
2378 /* FIXME cp_fold ought to be a superset of maybe_constant_value so we don't
2409 /* c-common interface to cp_fold. If IN_INIT, this is in a static initializer
2439 cp_fold (tree x)
2504 op0 = cp_fold (TREE_OPERAND (x, 0));
2544 return cp_fold (p);
2736 op1 = cp_fold (TREE_OPERAND (x, 1))
2438 cp_fold (tree x) function
    [all...]

Completed in 20 milliseconds