rb_ident_hash_new 1088 eval.c             VALUE hash = rb_ident_hash_new();
rb_ident_hash_new  826 ext/objspace/objspace.c 	category_objects = data->last_category_objects = rb_ident_hash_new();
rb_ident_hash_new  862 ext/objspace/objspace.c     VALUE hash = data.categories = rb_ident_hash_new();
rb_ident_hash_new 11314 ext/ripper/ripper.c 	if (!opt) opt = rb_obj_hide(rb_ident_hash_new());
rb_ident_hash_new 12862 ext/ripper/ripper.c 	parser->compile_option = rb_obj_hide(rb_ident_hash_new());
rb_ident_hash_new 5565 ext/ripper/ripper.y 	if (!opt) opt = rb_obj_hide(rb_ident_hash_new());
rb_ident_hash_new 7113 ext/ripper/ripper.y 	parser->compile_option = rb_obj_hide(rb_ident_hash_new());
rb_ident_hash_new 1552 internal.h     VALUE rb_ident_hash_new(void);
rb_ident_hash_new 11238 parse.c        	if (!opt) opt = rb_obj_hide(rb_ident_hash_new());
rb_ident_hash_new 12786 parse.c        	parser->compile_option = rb_obj_hide(rb_ident_hash_new());
rb_ident_hash_new 5565 parse.y        	if (!opt) opt = rb_obj_hide(rb_ident_hash_new());
rb_ident_hash_new 7113 parse.y        	parser->compile_option = rb_obj_hide(rb_ident_hash_new());
rb_ident_hash_new  337 struct.c           VALUE ary, list = rb_ident_hash_new();
rb_ident_hash_new  503 struct.c           rest = rb_ident_hash_new();
rb_ident_hash_new   77 symbol.c           VALUE dsym_fstrs = rb_ident_hash_new();
rb_ident_hash_new 1712 thread.c       	*maskp = rb_ident_hash_new();
rb_ident_hash_new 4448 thread.c       	hash = rb_ident_hash_new();
rb_ident_hash_new 4981 thread.c           VALUE interrupt_mask = rb_ident_hash_new();