Searched refs:build_compound_expr (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-tree.h698 extern tree build_compound_expr (location_t, tree, tree);
H A Dc-parser.c5439 rec = build_compound_expr (comma_loc, rec, next.value);
10676 expr.value = build_compound_expr (loc, expr.value, next.value);
H A Dc-typeck.c5577 build_compound_expr (location_t loc, tree expr1, tree expr2)
5559 build_compound_expr (location_t loc, tree expr1, tree expr2) function
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-tree.h715 extern tree build_compound_expr (location_t, tree, tree);
H A Dc-parser.cc5439 rec = build_compound_expr (comma_loc, rec, next.value);
10737 expr.value = build_compound_expr (loc, expr.value, next.value);
H A Dc-typeck.cc5693 build_compound_expr (location_t loc, tree expr1, tree expr2)
5675 build_compound_expr (location_t loc, tree expr1, tree expr2) function
/netbsd-current/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c1941 compound_expr = build_compound_expr (input_location, build_compound_expr (input_location, s1, s2), s3);
1943 compound_expr = build_compound_expr (input_location, s2, s3);
2069 compound_expr = build_compound_expr (location, build_compound_expr (location, s1, s2), s3);
8932 super_expr_list = build_compound_expr (input_location,
8937 super_expr_list = build_compound_expr (input_location,
/netbsd-current/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.cc2004 compound_expr = build_compound_expr (input_location, build_compound_expr (input_location, s1, s2), s3);
2006 compound_expr = build_compound_expr (input_location, s2, s3);
2132 compound_expr = build_compound_expr (location, build_compound_expr (location, s1, s2), s3);
9059 super_expr_list = build_compound_expr (input_location,
9064 super_expr_list = build_compound_expr (input_location,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dinit.c4043 body = build_compound_expr (loc, body, tmp);
4049 body = build_compound_expr (loc, body, tmp);
4052 loop = build_compound_expr (loc, tbase_init, loop);
H A Dcp-tree.h7635 extern tree build_compound_expr (location_t, tree, tree);
H A Dtypeck.c7199 build_compound_expr (location_t /*loc*/, tree lhs, tree rhs)
7186 build_compound_expr (location_t /*loc*/, tree lhs, tree rhs) function
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dinit.cc4152 body = build_compound_expr (loc, body, tmp);
4158 body = build_compound_expr (loc, body, tmp);
4174 loop = build_compound_expr (loc, tbase_init, loop);
H A Dcp-tree.h8047 extern tree build_compound_expr (location_t, tree, tree);
H A Dtypeck.cc7720 build_compound_expr (location_t /*loc*/, tree lhs, tree rhs)
7707 build_compound_expr (location_t /*loc*/, tree lhs, tree rhs) function

Completed in 630 milliseconds