Home
last modified time | relevance | path

Searched refs:array_of_runtime_bound_p (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dlambda.cc542 if (!dependent_type_p (type) && array_of_runtime_bound_p (type)) in add_capture()
Dtypeck2.cc785 && array_of_runtime_bound_p (TREE_TYPE (dest))) in split_nonconstant_init()
DChangeLog-20132359 * tree.c (array_of_runtime_bound_p): Return true for a dependent
2757 * tree.c (array_of_runtime_bound_p): New.
Dtree.cc1219 array_of_runtime_bound_p (tree t) in array_of_runtime_bound_p() function
DChangeLog-20183132 rather than array_of_runtime_bound_p.
4534 * tree.c (array_of_runtime_bound_p): False if the element is
Dcp-tree.h7843 extern bool array_of_runtime_bound_p (tree);
Dparser.cc13813 && array_of_runtime_bound_p (TREE_TYPE (range_expr))) in cp_convert_range_for()
42114 && array_of_runtime_bound_p (TREE_TYPE (init))) in cp_convert_omp_range_for()