Searched defs:noex (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | typeck2.c | 2578 tree noex, orig_list; in merge_exception_specifiers() local
|
H A D | semantics.c | 9593 finish_transaction_stmt (tree stmt, tree compound_stmt, int flags, tree noex) in finish_transaction_stmt() 9621 build_transaction_expr (location_t loc, tree expr, int flags, tree noex) in build_transaction_expr()
|
H A D | method.c | 1223 bool noex; member
|
H A D | pt.c | 18894 tree noex = NULL_TREE; in tsubst_expr() local 25468 tree fntype, spec, noex, clone; in maybe_instantiate_noexcept() local 26535 if (tree noex = TREE_PURPOSE (spec)) in dependent_type_p_r() local
|
H A D | parser.c | 43361 tree stmt, attrs, noex; in cp_parser_transaction() local 43419 tree expr, noex; in cp_parser_transaction_expression() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | typeck2.cc | 2544 tree noex, orig_list; in merge_exception_specifiers() local
|
H A D | method.cc | 1301 bool noex; member
|
H A D | semantics.cc | 11085 finish_transaction_stmt (tree stmt, tree compound_stmt, int flags, tree noex) in finish_transaction_stmt() 11113 build_transaction_expr (location_t loc, tree expr, int flags, tree noex) in build_transaction_expr()
|
H A D | pt.cc | 19572 tree noex = NULL_TREE; in tsubst_expr() local 26346 tree noex = TREE_PURPOSE (spec); in maybe_instantiate_noexcept() local 27345 if (tree noex = TREE_PURPOSE (spec)) in value_dependent_noexcept_spec_p() local
|
H A D | parser.cc | 47367 tree stmt, attrs, noex; in cp_parser_transaction() local 47424 tree expr, noex; in cp_parser_transaction_expression() local
|