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

  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 9892 tree objc_foreach_batchsize_decl;
10000 objc_foreach_batchsize_decl = objc_create_temporary_var (long_unsigned_type_node, "__objc_foreach_batchsize");
10001 TREE_CHAIN (objc_foreach_batchsize_decl) = objc_foreach_items_decl;
10004 bind = build3 (BIND_EXPR, void_type_node, objc_foreach_batchsize_decl, NULL, NULL);
10078 t = build2 (MODIFY_EXPR, void_type_node, objc_foreach_batchsize_decl,
10091 objc_foreach_batchsize_decl,
10218 objc_foreach_batchsize_decl, 1)),
10252 t = build2 (MODIFY_EXPR, void_type_node, objc_foreach_batchsize_decl,
10267 objc_foreach_batchsize_decl,
9887 tree objc_foreach_batchsize_decl; local
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 9894 tree objc_foreach_batchsize_decl;
10002 objc_foreach_batchsize_decl = objc_create_temporary_var (long_unsigned_type_node, "__objc_foreach_batchsize");
10003 TREE_CHAIN (objc_foreach_batchsize_decl) = objc_foreach_items_decl;
10006 bind = build3 (BIND_EXPR, void_type_node, objc_foreach_batchsize_decl, NULL, NULL);
10080 t = build2 (MODIFY_EXPR, void_type_node, objc_foreach_batchsize_decl,
10093 objc_foreach_batchsize_decl,
10220 objc_foreach_batchsize_decl, 1)),
10254 t = build2 (MODIFY_EXPR, void_type_node, objc_foreach_batchsize_decl,
10269 objc_foreach_batchsize_decl,
9889 tree objc_foreach_batchsize_decl; local

Completed in 91 milliseconds