Searched defs:noex (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | typeck2.c | 1838 tree noex, orig_list; in merge_exception_specifiers() local
|
H A D | semantics.c | 5057 finish_transaction_stmt (tree stmt, tree compound_stmt, int flags, tree noex) in finish_transaction_stmt() 5085 build_transaction_expr (location_t loc, tree expr, int flags, tree noex) in build_transaction_expr()
|
H A D | pt.c | 13047 tree noex = NULL_TREE; in tsubst_expr() local 18094 tree fntype, spec, noex, clone; in maybe_instantiate_noexcept() local
|
H A D | parser.c | 26986 tree stmt, attrs, noex; in cp_parser_transaction() local 27034 tree expr, noex; in cp_parser_transaction_expression() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | typeck2.c | 2276 tree noex, orig_list; in merge_exception_specifiers() local
|
H A D | semantics.c | 8602 finish_transaction_stmt (tree stmt, tree compound_stmt, int flags, tree noex) in finish_transaction_stmt() 8630 build_transaction_expr (location_t loc, tree expr, int flags, tree noex) in build_transaction_expr()
|
H A D | pt.c | 17388 tree noex = NULL_TREE; in tsubst_expr() local 23602 tree fntype, spec, noex, clone; in maybe_instantiate_noexcept() local 24578 if (tree noex = TREE_PURPOSE (spec)) in dependent_type_p_r() local
|
H A D | parser.c | 38445 tree stmt, attrs, noex; in cp_parser_transaction() local 38498 tree expr, noex; in cp_parser_transaction_expression() local
|