Home
last modified time | relevance | path

Searched refs:cst_size_error (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree.h4720 enum cst_size_error { enum
4728 extern bool valid_constant_size_p (const_tree, cst_size_error * = NULL);
Dtree.cc6678 valid_constant_size_p (const_tree size, cst_size_error *perr /* = NULL */) in valid_constant_size_p()
6690 cst_size_error error; in valid_constant_size_p()
DChangeLog-201933462 * tree.h (cst_size_error): Add the cst_size_not_constant enumerator.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dinit.cc3248 cst_size_error error; in build_new_1()