Searched refs:is_outer (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dtrans-mem.c475 build_tm_abort_call (location_t loc, bool is_outer)
480 | (is_outer ? AR_OUTERABORT : 0)));
474 build_tm_abort_call(location_t loc, bool is_outer) argument
/haiku-buildtools/gcc/gcc/c/
H A Dc-parser.c15397 bool is_outer = false;
15404 is_outer = (parse_tm_stmt_attr (attrs, TM_STMT_ATTR_OUTER) != 0);
15418 else if (is_outer)
15436 return add_stmt (build_tm_abort_call (loc, is_outer));
15390 bool is_outer = false; local
/haiku-buildtools/gcc/gcc/cp/
H A Dparser.c32829 bool is_outer = false;
32838 is_outer = (parse_tm_stmt_attr (attrs, TM_STMT_ATTR_OUTER) != 0);
32856 else if (is_outer)
32875 stmt = build_tm_abort_call (token->location, is_outer);
32824 bool is_outer = false; local

Completed in 384 milliseconds