Searched refs:startMutations_decl (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | stub-objc.c | 370 tree *ARG_UNUSED (startMutations_decl), in objc_build_foreach_components() argument
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | parser.c | 18766 tree outer_if_stmt, inner_if_stmt, if_condition, startMutations_decl; in objc_foreach_stmt() local 18793 &startMutations_decl, &counter_decl, in objc_foreach_stmt() 18827 exp = build2 (MODIFY_EXPR, void_type_node, startMutations_decl, exp); in objc_foreach_stmt() 18828 bind = build3 (BIND_EXPR, void_type_node, startMutations_decl, exp, NULL); in objc_foreach_stmt() 18856 if_condition = build_binary_op (NE_EXPR, startMutations_decl, exp, 1); in objc_foreach_stmt()
|