Searched refs:begin_transaction_stmt (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2011 | 715 * cp-tree.h (begin_transaction_stmt, finish_transaction_stmt, 737 * semantics.c (begin_transaction_stmt, finish_transaction_stmt,
|
H A D | cp-tree.h | 7720 extern tree begin_transaction_stmt (location_t, tree *, int);
|
H A D | ChangeLog-2013 | 3923 * semantics.c (begin_transaction_stmt): Set TREE_SIDE_EFFECTS.
|
H A D | semantics.cc | 11055 begin_transaction_stmt (location_t loc, tree *pcompound, int flags) in begin_transaction_stmt() function
|
H A D | parser.cc | 47400 stmt = begin_transaction_stmt (token->location, NULL, this_in); in cp_parser_transaction() 47523 stmt = begin_transaction_stmt (token->location, &compound_stmt, new_in); in cp_parser_function_transaction()
|
H A D | pt.cc | 19580 stmt = begin_transaction_stmt (input_location, NULL, flags); in tsubst_expr()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cp-tree.h | 7331 extern tree begin_transaction_stmt (location_t, tree *, int);
|
H A D | semantics.c | 9563 begin_transaction_stmt (location_t loc, tree *pcompound, int flags) in begin_transaction_stmt() function
|
H A D | parser.c | 43395 stmt = begin_transaction_stmt (token->location, NULL, this_in); in cp_parser_transaction() 43519 stmt = begin_transaction_stmt (token->location, &compound_stmt, new_in); in cp_parser_function_transaction()
|
H A D | pt.c | 18902 stmt = begin_transaction_stmt (input_location, NULL, flags); in tsubst_expr()
|