Home
last modified time | relevance | path

Searched refs:VL_EXP_OPERAND_LENGTH (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree.h1156 #define VL_EXP_OPERAND_LENGTH(NODE) \ macro
1332 #define call_expr_nargs(NODE) (VL_EXP_OPERAND_LENGTH (NODE) - 3)
3780 return VL_EXP_OPERAND_LENGTH (node); in tree_operand_length()
H A Dtree.c950 + (VL_EXP_OPERAND_LENGTH (node) - 1) * sizeof (tree)); in tree_size()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree.h1185 #define VL_EXP_OPERAND_LENGTH(NODE) \ macro
1361 #define call_expr_nargs(NODE) (VL_EXP_OPERAND_LENGTH (NODE) - 3)
3943 return VL_EXP_OPERAND_LENGTH (node); in tree_operand_length()
H A Dtree.cc1113 + (VL_EXP_OPERAND_LENGTH (node) - 1) * sizeof (tree)); in tree_size()
H A DChangeLog-200728346 (VL_EXP_OPERAND_LENGTH): New.
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtree.cc6091 return VL_EXP_OPERAND_LENGTH (t); in cp_tree_operand_length()
H A Dmodule.cc5036 u (VL_EXP_OPERAND_LENGTH (t)); in start()
5920 for (unsigned limit = (vl ? VL_EXP_OPERAND_LENGTH (t) in core_vals()
6426 for (unsigned limit = (vl ? VL_EXP_OPERAND_LENGTH (t) in core_vals()
H A Dcp-tree.h4137 #define aggr_init_expr_nargs(NODE) (VL_EXP_OPERAND_LENGTH(NODE) - 3)
H A Dpt.cc17495 int n = VL_EXP_OPERAND_LENGTH (t); in tsubst_copy()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtree.c5772 return VL_EXP_OPERAND_LENGTH (t); in cp_tree_operand_length()
H A Dcp-tree.h3899 #define aggr_init_expr_nargs(NODE) (VL_EXP_OPERAND_LENGTH(NODE) - 3)
H A Dpt.c16959 int n = VL_EXP_OPERAND_LENGTH (t); in tsubst_copy()