HomeSort by: relevance | last modified time | path
    Searched defs:compound_stmt (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
method.cc 798 tree compound_stmt;
803 compound_stmt = begin_compound_stmt (0);
916 finish_compound_stmt (compound_stmt);
1495 tree compound_stmt = NULL_TREE;
1497 compound_stmt = begin_compound_stmt (0);
1766 finish_compound_stmt (compound_stmt);
1847 tree compound_stmt;
1848 compound_stmt = begin_compound_stmt (BCS_FN_BODY);
1849 finish_compound_stmt (compound_stmt);
796 tree compound_stmt; local
lambda.cc 1312 tree compound_stmt = begin_compound_stmt (0); local
1318 finish_compound_stmt (compound_stmt);
1389 tree compound_stmt = begin_compound_stmt (0); local
1399 finish_compound_stmt (compound_stmt);
1411 compound_stmt = begin_compound_stmt (0);
1417 finish_compound_stmt (compound_stmt);
contracts.cc 2076 tree compound_stmt = begin_compound_stmt (0); local
2089 finish_compound_stmt (compound_stmt);
2114 finish_compound_stmt (compound_stmt);
init.cc 79 finish_init_stmts (bool is_global, tree stmt_expr, tree compound_stmt)
81 finish_compound_stmt (compound_stmt);
1991 tree compound_stmt; local
2069 is_global = begin_init_stmts (&stmt_expr, &compound_stmt);
2074 stmt_expr = finish_init_stmts (is_global, stmt_expr, compound_stmt);
4505 tree compound_stmt;
4642 is_global = begin_init_stmts (&stmt_expr, &compound_stmt);
5071 stmt_expr = finish_init_stmts (is_global, stmt_expr, compound_stmt);
4502 tree compound_stmt; local
decl.cc 9927 tree compound_stmt;
9980 compound_stmt = begin_compound_stmt (BCS_FN_BODY);
9982 finish_compound_stmt (compound_stmt);
18377 tree compound_stmt;
18385 compound_stmt = begin_compound_stmt (0);
18390 finish_compound_stmt (compound_stmt);
9915 tree compound_stmt; local
18355 tree compound_stmt; local
pt.cc 18976 tree compound_stmt = NULL_TREE;
18979 stmt = begin_function_try_block (&compound_stmt);
18992 finish_function_handler_sequence (stmt, compound_stmt);
18975 tree compound_stmt = NULL_TREE; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
lambda.cc 1306 tree compound_stmt = begin_compound_stmt (0); local
1316 finish_compound_stmt (compound_stmt);
1328 compound_stmt = begin_compound_stmt (0);
1334 finish_compound_stmt (compound_stmt);
method.cc 798 tree compound_stmt;
803 compound_stmt = begin_compound_stmt (0);
910 finish_compound_stmt (compound_stmt);
1488 tree compound_stmt = NULL_TREE;
1490 compound_stmt = begin_compound_stmt (0);
1757 finish_compound_stmt (compound_stmt);
1843 tree compound_stmt;
1844 compound_stmt = begin_compound_stmt (BCS_FN_BODY);
1845 finish_compound_stmt (compound_stmt);
796 tree compound_stmt; local
init.cc 79 finish_init_stmts (bool is_global, tree stmt_expr, tree compound_stmt)
81 finish_compound_stmt (compound_stmt);
1963 tree compound_stmt; local
2041 is_global = begin_init_stmts (&stmt_expr, &compound_stmt);
2046 stmt_expr = finish_init_stmts (is_global, stmt_expr, compound_stmt);
4400 tree compound_stmt;
4531 is_global = begin_init_stmts (&stmt_expr, &compound_stmt);
4940 stmt_expr = finish_init_stmts (is_global, stmt_expr, compound_stmt);
4397 tree compound_stmt; local
decl.cc 9474 tree compound_stmt;
9527 compound_stmt = begin_compound_stmt (BCS_FN_BODY);
9529 finish_compound_stmt (compound_stmt);
17619 tree compound_stmt;
17627 compound_stmt = begin_compound_stmt (0);
17632 finish_compound_stmt (compound_stmt);
9462 tree compound_stmt; local
17597 tree compound_stmt; local
  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 4614 tree fn, body, compound_stmt, ivar; local
4632 compound_stmt = begin_compound_stmt (0);
4667 finish_compound_stmt (compound_stmt);
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 4616 tree fn, body, compound_stmt, ivar; local
4634 compound_stmt = begin_compound_stmt (0);
4669 finish_compound_stmt (compound_stmt);
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 4591 tree compound_stmt = NULL_TREE;
4614 compound_stmt = c_begin_compound_stmt (false);
4655 compound_stmt = rhs;
4664 compound_stmt = build2 (COMPOUND_EXPR, void_type_node,
4665 compound_stmt, func_call);
4667 /* VAL is the value which was stored, return a COMPOUND_STMT of
4669 return build2 (COMPOUND_EXPR, nonatomic_lhs_type, compound_stmt, val);
4751 compound_stmt = c_end_compound_stmt (loc, compound_stmt, false);
4753 /* NEWVAL is the value which was stored, return a COMPOUND_STMT o
4575 tree compound_stmt = NULL_TREE; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 4147 tree compound_stmt = NULL_TREE;
4170 compound_stmt = c_begin_compound_stmt (false);
4211 compound_stmt = rhs;
4220 compound_stmt = build2 (COMPOUND_EXPR, void_type_node,
4221 compound_stmt, func_call);
4223 /* VAL is the value which was stored, return a COMPOUND_STMT of
4225 return build2 (COMPOUND_EXPR, nonatomic_lhs_type, compound_stmt, val);
4307 compound_stmt = c_end_compound_stmt (loc, compound_stmt, false);
4309 /* NEWVAL is the value which was stored, return a COMPOUND_STMT o
4133 tree compound_stmt = NULL_TREE; local
    [all...]

Completed in 174 milliseconds