HomeSort by: relevance | last modified time | path
    Searched refs:cxx_constant_value (Results 1 - 25 of 25) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
except.cc 298 cond = cxx_constant_value (inst);
1252 expr = cxx_constant_value (expr, complain);
cp-gimplify.cc 1284 tree e = cxx_constant_value (stmt, tf_none);
1305 *stmt_p = cxx_constant_value (stmt, complain);
semantics.cc 1238 cond = cxx_constant_value (cond);
11767 tree msz = cxx_constant_value (message_sz, NULL_TREE, complain);
11802 tree t2 = cxx_constant_value (t, NULL_TREE, complain);
11829 tree t = cxx_constant_value (data, NULL_TREE, complain);
11869 cxx_constant_value (condition);
cp-tree.h 8704 extern tree cxx_constant_value (tree, tree = NULL_TREE,
8706 inline tree cxx_constant_value (tree t, tsubst_flags_t complain)
8707 { return cxx_constant_value (t, NULL_TREE, complain); }
constraint.cc 3110 result = cxx_constant_value (result);
init.cc 3155 cxx_constant_value(inner_nelts);
pt.cc 3806 hi = cxx_constant_value (hi, complain);
7358 cxx_constant_value (orig);
7618 expr = cxx_constant_value (expr);
7623 /* else cxx_constant_value complained but gave us
19995 elt = cxx_constant_value (elt, complain);
tree.cc 5205 cxx_constant_value (initp_expr);
decl.cc 4267 return cxx_constant_value (value);
17460 value = cxx_constant_value (value);
19396 expr = cxx_constant_value (expr, complain);
class.cc 3735 w = cxx_constant_value (w);
call.cc 14130 t = cxx_constant_value (t);
constexpr.cc 9223 cxx_constant_value (tree t, tree decl /* = NULL_TREE */,
9233 /* Like cxx_constant_value, but used for evaluation of constexpr destructors
typeck.cc 2324 return cxx_constant_value (e);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
except.cc 295 cond = cxx_constant_value (inst);
1261 expr = cxx_constant_value (expr);
constraint.cc 2988 result = cxx_constant_value (result);
cp-gimplify.cc 1012 *stmt_p = stmt = cxx_constant_value (stmt);
init.cc 3127 cxx_constant_value(inner_nelts);
tree.cc 5064 cxx_constant_value (initp_expr);
semantics.cc 1043 cond = cxx_constant_value (cond, NULL_TREE);
11284 cxx_constant_value (condition);
decl.cc 3958 return cxx_constant_value (value);
16712 value = cxx_constant_value (value);
18645 expr = cxx_constant_value (expr);
pt.cc 3843 hi = cxx_constant_value (hi);
7261 cxx_constant_value (expr);
7509 expr = cxx_constant_value (expr);
7514 /* else cxx_constant_value complained but gave us
class.cc 3482 w = cxx_constant_value (w);
constexpr.cc 8055 cxx_constant_value (tree t, tree decl) function
8072 /* Like cxx_constant_value, but used for evaluation of constexpr destructors
cp-tree.h 8439 extern tree cxx_constant_value (tree, tree = NULL_TREE);
typeck.cc 2176 return cxx_constant_value (e);

Completed in 500 milliseconds