Home
last modified time | relevance | path

Searched refs:begin_transaction_stmt (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-2011715 * cp-tree.h (begin_transaction_stmt, finish_transaction_stmt,
737 * semantics.c (begin_transaction_stmt, finish_transaction_stmt,
H A Dcp-tree.h7720 extern tree begin_transaction_stmt (location_t, tree *, int);
H A DChangeLog-20133923 * semantics.c (begin_transaction_stmt): Set TREE_SIDE_EFFECTS.
H A Dsemantics.cc11055 begin_transaction_stmt (location_t loc, tree *pcompound, int flags) in begin_transaction_stmt() function
H A Dparser.cc47400 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 Dpt.cc19580 stmt = begin_transaction_stmt (input_location, NULL, flags); in tsubst_expr()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-tree.h7331 extern tree begin_transaction_stmt (location_t, tree *, int);
H A Dsemantics.c9563 begin_transaction_stmt (location_t loc, tree *pcompound, int flags) in begin_transaction_stmt() function
H A Dparser.c43395 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 Dpt.c18902 stmt = begin_transaction_stmt (input_location, NULL, flags); in tsubst_expr()