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

  /src/external/gpl3/gcc.old/dist/gcc/cp/
constexpr.cc 6904 maybe_constant_value. There is nothing to jump over in this
8083 In contrast to cp_fully_fold, and to maybe_constant_value, we try to fold
8138 Otherwise returns T. In contrast to maybe_constant_value we
8177 maybe_constant_value (tree t, tree decl, bool manifestly_const_eval) function
8308 /* Like maybe_constant_value but first fully instantiate the argument.
8311 (t, complain) followed by maybe_constant_value but is more efficient,
8314 The manifestly_const_eval argument is passed to maybe_constant_value.
8336 return maybe_constant_value (t, object, manifestly_const_eval);
8381 /* Like maybe_constant_value, but returns a CONSTRUCTOR directly, rather

Completed in 30 milliseconds