Searched refs:build_transaction_expr (Results 1 – 8 of 8) sorted by relevance
| /dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
| H A D | cp-tree.h | 5618 extern tree build_transaction_expr (location_t, tree, int, tree);
|
| H A D | semantics.c | 5085 build_transaction_expr (location_t loc, tree expr, int flags, tree noex) in build_transaction_expr() function
|
| H A D | pt.c | 13061 stmt = build_transaction_expr (EXPR_LOCATION (t), in tsubst_expr()
|
| H A D | parser.c | 27084 expr = build_transaction_expr (token->location, expr, this_in, noex); in cp_parser_transaction_expression()
|
| /dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
| H A D | cp-tree.h | 6998 extern tree build_transaction_expr (location_t, tree, int, tree);
|
| H A D | semantics.c | 8630 build_transaction_expr (location_t loc, tree expr, int flags, tree noex) in build_transaction_expr() function
|
| H A D | pt.c | 17402 stmt = build_transaction_expr (EXPR_LOCATION (t), in tsubst_expr()
|
| H A D | parser.c | 38551 expr = build_transaction_expr (token->location, expr, this_in, noex); in cp_parser_transaction_expression()
|