Searched refs:build_transaction_expr (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2011 | 245 * semantics.c (finish_transaction_stmt, build_transaction_expr): 247 * cp-tree.h (finish_transaction_stmt, build_transaction_expr): Adapt 716 build_transaction_expr): Declare. 738 build_transaction_expr): New.
|
H A D | ChangeLog-2013 | 1021 (build_transaction_expr): Check for EXPR_P before setting the 3924 (build_transaction_expr): Same.
|
H A D | cp-tree.h | 7722 extern tree build_transaction_expr (location_t, tree, int, tree);
|
H A D | ChangeLog-2015 | 1515 (build_transaction_expr): Likewise.
|
H A D | semantics.cc | 11113 build_transaction_expr (location_t loc, tree expr, int flags, tree noex) in build_transaction_expr() function
|
H A D | pt.cc | 19586 stmt = build_transaction_expr (EXPR_LOCATION (t), in tsubst_expr()
|
H A D | parser.cc | 47480 expr = build_transaction_expr (token->location, expr, this_in, noex); in cp_parser_transaction_expression()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cp-tree.h | 7333 extern tree build_transaction_expr (location_t, tree, int, tree);
|
H A D | semantics.c | 9621 build_transaction_expr (location_t loc, tree expr, int flags, tree noex) in build_transaction_expr() function
|
H A D | pt.c | 18908 stmt = build_transaction_expr (EXPR_LOCATION (t), in tsubst_expr()
|
H A D | parser.c | 43476 expr = build_transaction_expr (token->location, expr, this_in, noex); in cp_parser_transaction_expression()
|