Searched refs:fcl_functional (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | cp-tree.h | 7255 enum fcl_t { fcl_functional, fcl_c99 }; enumerator 7256 extern tree finish_compound_literal (tree, tree, tsubst_flags_t, fcl_t = fcl_functional);
|
| H A D | pt.c | 20612 fcl_t cl = fcl_functional; in tsubst_copy_and_build()
|
| H A D | parser.c | 29627 tf_warning_or_error, fcl_functional); in cp_parser_functional_cast()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | cp-tree.h | 7646 enum fcl_t { fcl_functional, fcl_c99 }; enumerator 7647 extern tree finish_compound_literal (tree, tree, tsubst_flags_t, fcl_t = fcl_functional);
|
| H A D | pt.cc | 21390 fcl_t cl = fcl_functional; in tsubst_copy_and_build()
|
| H A D | parser.cc | 31864 tf_warning_or_error, fcl_functional); in cp_parser_functional_cast()
|