Home
last modified time | relevance | path

Searched refs:collection_expression (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dstub-objc.c433 tree ARG_UNUSED (collection_expression), tree ARG_UNUSED (for_body), in objc_finish_foreach_loop() argument
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dstub-objc.cc434 tree ARG_UNUSED (collection_expression), tree ARG_UNUSED (for_body), in objc_finish_foreach_loop() argument
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.cc9878 objc_finish_foreach_loop (location_t location, tree object_expression, tree collection_expression, … in objc_finish_foreach_loop() argument
9924 if (collection_expression == error_mark_node) in objc_finish_foreach_loop()
9933 if (!objc_type_valid_for_messaging (TREE_TYPE (collection_expression), true)) in objc_finish_foreach_loop()
10006 t = build2 (MODIFY_EXPR, void_type_node, objc_foreach_collection_decl, collection_expression); in objc_finish_foreach_loop()
10010 mark_exp_read (collection_expression); in objc_finish_foreach_loop()
10172 tree_cons (NULL, collection_expression, NULL)), in objc_finish_foreach_loop()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c9748 objc_finish_foreach_loop (location_t location, tree object_expression, tree collection_expression, … in objc_finish_foreach_loop() argument
9794 if (collection_expression == error_mark_node) in objc_finish_foreach_loop()
9803 if (!objc_type_valid_for_messaging (TREE_TYPE (collection_expression), true)) in objc_finish_foreach_loop()
9876 t = build2 (MODIFY_EXPR, void_type_node, objc_foreach_collection_decl, collection_expression); in objc_finish_foreach_loop()
9880 mark_exp_read (collection_expression); in objc_finish_foreach_loop()
10042 tree_cons (NULL, collection_expression, NULL)), in objc_finish_foreach_loop()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c6832 tree collection_expression = NULL; in c_parser_for_statement() local
6994 collection_expression = error_mark_node; in c_parser_for_statement()
7002 collection_expression in c_parser_for_statement()
7027 collection_expression, body, c_break_label, in c_parser_for_statement()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc6784 tree collection_expression = NULL; in c_parser_for_statement() local
6943 collection_expression = error_mark_node; in c_parser_for_statement()
6951 collection_expression in c_parser_for_statement()
6983 collection_expression, body, in c_parser_for_statement()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201138523 collection_expression.