Home
last modified time | relevance | path

Searched refs:build_transaction_expr (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/cp/
HDcp-tree.h5618 extern tree build_transaction_expr (location_t, tree, int, tree);
HDsemantics.c5085 build_transaction_expr (location_t loc, tree expr, int flags, tree noex) in build_transaction_expr() function
HDpt.c13061 stmt = build_transaction_expr (EXPR_LOCATION (t), in tsubst_expr()
HDparser.c27084 expr = build_transaction_expr (token->location, expr, this_in, noex); in cp_parser_transaction_expression()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDcp-tree.h6998 extern tree build_transaction_expr (location_t, tree, int, tree);
HDsemantics.c8630 build_transaction_expr (location_t loc, tree expr, int flags, tree noex) in build_transaction_expr() function
HDpt.c17402 stmt = build_transaction_expr (EXPR_LOCATION (t), in tsubst_expr()
HDparser.c38551 expr = build_transaction_expr (token->location, expr, this_in, noex); in cp_parser_transaction_expression()