/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | decl.c | 570 lookup_class (get_identifier ("java.lang.Error")); in java_init_decl_processing() 596 TYPE_identifier_node = get_identifier ("TYPE"); in java_init_decl_processing() 597 init_identifier_node = get_identifier ("<init>"); in java_init_decl_processing() 599 finit_identifier_node = get_identifier ("finit$"); in java_init_decl_processing() 601 void_signature_node = get_identifier ("()V"); in java_init_decl_processing() 602 length_identifier_node = get_identifier ("length"); in java_init_decl_processing() 604 this_identifier_node = get_identifier ("this"); in java_init_decl_processing() 605 super_identifier_node = get_identifier ("super"); in java_init_decl_processing() 612 get_identifier ("java.io.Serializable"); in java_init_decl_processing() 1680 DECL_NAME (parm) = get_identifier ("this"); [all …]
|
H A D | builtins.c | 210 decl = build_decl (FUNCTION_DECL, get_identifier (name), type); 215 get_identifier (name + strlen ("__builtin_"))); 273 tree klass_id = get_identifier (java_builtins[i].class_name.s); in initialize_builtins() 274 tree m = get_identifier (java_builtins[i].method_name.s); in initialize_builtins()
|
H A D | mangle.c | 452 atms = get_identifier ("6JArray"); 573 identifier = get_identifier (type_string); 583 elt = build_tree_list (type, get_identifier (type_string)); 641 result = get_identifier (obstack_base (mangle_obstack)); in finish_mangling()
|
H A D | typeck.c | 417 fld = build_decl (FIELD_DECL, get_identifier ("length"), int_type_node); 425 arfld = build_decl (FIELD_DECL, get_identifier ("data"), atype); 609 sig = get_identifier (obstack_base (&temporary_obstack)); 653 sig = get_identifier (sg); 683 sig = get_identifier (obstack_base (&temporary_obstack));
|
H A D | lex.c | 93 java_lang_id = get_identifier ("java.lang"); 95 inst_id = get_identifier ("inst$"); 97 wpv_id = get_identifier ("write_parm_value$"); 112 label_id = get_identifier ("$L"); 114 wfl_append = build_expr_wfl (get_identifier ("append"), NULL, 0, 0); 117 build_expr_wfl (get_identifier (flag_emit_class_files 122 wfl_to_string = build_expr_wfl (get_identifier ("toString"), NULL, 0, 0);
|
/openbsd/gnu/gcc/gcc/treelang/ |
H A D | treetree.c | 331 id = get_identifier ((const char*)chars); in tree_code_create_function_prototype() 348 id = get_identifier ((const char*)chars); in tree_code_create_function_prototype() 379 tree parm_decl = build_decl (PARM_DECL, get_identifier in tree_code_create_function_prototype() 521 var_id = get_identifier ((const char*)chars); in tree_code_create_variable() 1165 tree_push_type_decl (get_identifier ("long int"), in treelang_init_decl_processing() 1167 tree_push_type_decl (get_identifier ("unsigned int"), in treelang_init_decl_processing() 1169 tree_push_type_decl (get_identifier ("long unsigned int"), in treelang_init_decl_processing() 1171 tree_push_type_decl (get_identifier ("long long int"), in treelang_init_decl_processing() 1175 tree_push_type_decl (get_identifier ("short int"), in treelang_init_decl_processing() 1179 tree_push_type_decl (get_identifier ("signed char"), in treelang_init_decl_processing() [all …]
|
/openbsd/gnu/gcc/gcc/config/ |
H A D | sol2.c | 57 *attributes = tree_cons (get_identifier ("aligned"), value, in solaris_insert_attributes() 72 *attributes = tree_cons (get_identifier ("init"), NULL, in solaris_insert_attributes() 74 *attributes = tree_cons (get_identifier ("used"), NULL, in solaris_insert_attributes() 89 *attributes = tree_cons (get_identifier ("fini"), NULL, in solaris_insert_attributes() 91 *attributes = tree_cons (get_identifier ("used"), NULL, in solaris_insert_attributes()
|
H A D | sol2-c.c | 174 tree init_list = build_tree_list (get_identifier ("init"), in solaris_pragma_init() 176 tree attrs = tree_cons (get_identifier ("used"), NULL, init_list); in solaris_pragma_init() 232 tree fini_list = build_tree_list (get_identifier ("fini"), in solaris_pragma_fini() 234 tree attrs = tree_cons (get_identifier ("used"), NULL, fini_list); in solaris_pragma_fini()
|
/openbsd/gnu/usr.bin/gcc/gcc/objc/ |
H A D | objc-act.c | 1137 get_identifier (TAG_SUPER))); in synth_module_prologue() 1870 ident = get_identifier (buf); in generate_static_references() 1989 ident = get_identifier (buf); in build_selector_reference_decl() 2204 ident = get_identifier (buf); in build_class_reference_decl() 2340 ident = get_identifier (buf); 2560 get_identifier (UTAG_CLASS))); in build_protocol_template() 4539 return get_identifier (string); 4673 return get_identifier (buf); 5167 get_identifier (TAG_SUPER))) 7298 get_identifier ("class")); in get_super_receiver() [all …]
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | except.c | 78 = push_throw_library_fn (get_identifier ("__cxa_call_unexpected"), tmp); in init_exception_processing() 169 fn = get_identifier ("__cxa_get_exception_ptr"); in do_get_exception_ptr() 189 fn = get_identifier ("__cxa_begin_catch"); in do_begin_catch() 227 fn = get_identifier ("__cxa_end_catch"); in do_end_catch() 274 = IDENTIFIER_GLOBAL_VALUE (get_identifier ("jthrowable")); in decl_is_java_type() 535 fn = get_identifier ("__cxa_allocate_exception"); in do_allocate_exception() 555 fn = get_identifier ("__cxa_free_exception"); in do_free_exception() 627 tree fn = get_identifier ("_Jv_Throw"); in build_throw() 662 fn = get_identifier ("__cxa_throw"); in build_throw() 805 tree fn = get_identifier ("__cxa_rethrow"); in build_throw()
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | except.c | 78 = push_throw_library_fn (get_identifier ("__cxa_call_unexpected"), tmp); in init_exception_processing() 157 fn = get_identifier ("__cxa_begin_catch"); in do_begin_catch() 196 fn = get_identifier ("__cxa_end_catch"); 248 = IDENTIFIER_GLOBAL_VALUE (get_identifier ("jthrowable")); 501 fn = get_identifier ("__cxa_allocate_exception"); 523 fn = get_identifier ("__cxa_free_exception"); 650 tree fn = get_identifier ("_Jv_Throw"); 672 fn = get_identifier ("__cxa_throw"); 785 tree fn = get_identifier ("__cxa_rethrow");
|
H A D | mangle.c | 2385 subst_identifiers[SUBID_ALLOCATOR] = get_identifier ("allocator"); in init_mangle() 2386 subst_identifiers[SUBID_BASIC_STRING] = get_identifier ("basic_string"); in init_mangle() 2387 subst_identifiers[SUBID_CHAR_TRAITS] = get_identifier ("char_traits"); in init_mangle() 2440 tree id = get_identifier (mangle_decl_string (decl)); 2467 return get_identifier (mangle_type_string (type)); 2496 return get_identifier (result); 2570 return get_identifier (result); 2620 return get_identifier (result); 2667 identifier = get_identifier (buffer); in mangle_conv_op_name_for_type() 2695 return get_identifier (finish_mangling (/*warn=*/false)); [all …]
|
/openbsd/gnu/gcc/gcc/config/arm/ |
H A D | pe.c | 129 idp = get_identifier (newname); 196 idp = get_identifier (newname); 232 tree idp = get_identifier (oldname + 9);
|
/openbsd/gnu/usr.bin/gcc/gcc/config/arm/ |
H A D | pe.c | 128 idp = get_identifier (newname); 199 idp = get_identifier (newname); 239 tree idp = get_identifier (oldname + 9);
|
/openbsd/gnu/gcc/gcc/objc/ |
H A D | objc-act.c | 1579 get_identifier (TAG_SELECTOR)), in synth_module_prologue() 1757 self_id = get_identifier ("self"); in synth_module_prologue() 1758 ucmd_id = get_identifier ("_cmd"); in synth_module_prologue() 2841 ident = get_identifier (buf); in build_objc_string_decl() 3523 get_identifier ("buf")); in next_sjlj_build_enter_and_setjmp() 4454 get_identifier (dtor in objc_generate_cxx_ctor_or_dtor() 4863 get_identifier in build_class_template() 4873 get_identifier in build_class_template() 4895 get_identifier in build_class_template() 5931 return get_identifier (buf); in build_keyword_selector() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/ |
H A D | winnt.c | 337 idp = get_identifier (newname); 386 idp = get_identifier (newname); 432 return IDENTIFIER_POINTER (get_identifier (newsym)); 476 tree idp = get_identifier (oldname + 9); 744 decl = get_identifier (p->name);
|
/openbsd/gnu/gcc/gcc/ |
H A D | stringpool.c | 105 #undef get_identifier 108 get_identifier (const char *text) in get_identifier() function
|
H A D | targhooks.c | 375 t = build_decl (VAR_DECL, get_identifier ("__guard_local"), ptr_type_node); in default_stack_protect_guard() 405 fn = get_identifier ("__stack_smash_handler"); in init_stack_smash_fn() 457 DECL_NAME (func) = get_identifier (name_buf); in default_external_stack_protect_fail()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/ |
H A D | darwin.c | 165 return machopic_classify_ident (get_identifier (name)); 187 switch (machopic_classify_ident (get_identifier (name))) 200 return machopic_ident_defined_p (get_identifier (name)); 216 machopic_define_ident (get_identifier (name)); 267 tree temp, ident = get_identifier (name); 309 ptr_name = get_identifier (buffer); 329 tree temp, ident = get_identifier (name); 376 ptr_name = get_identifier (buffer); 391 tree temp, ident = get_identifier (name), id2;
|
/openbsd/gnu/gcc/gcc/config/sh/ |
H A D | sh-c.c | 39 tree id = get_identifier (attr); in sh_add_function_attribute()
|
H A D | symbian.c | 248 idp = get_identifier (newname); in sh_symbian_mark_dllexport() 292 idp = get_identifier (newname); in sh_symbian_mark_dllimport() 323 tree idp = get_identifier (oldname + strlen (DLL_IMPORT_PREFIX)); in sh_symbian_encode_section_info() 376 attr = get_identifier (attr_name); in symbian_add_attribute()
|
/openbsd/gnu/usr.bin/gcc/gcc/treelang/ |
H A D | treetree.c | 246 id = get_identifier ((const char*)chars); in tree_code_create_function_prototype() 261 id = get_identifier ((const char*)chars); in tree_code_create_function_prototype() 361 parm_decl = build_decl (PARM_DECL, get_identifier in tree_code_create_function_initial() 525 var_id = get_identifier ((const char*)chars); in tree_code_create_variable() 1266 id = get_identifier (reswords[i].word); in treelang_init_decl_processing()
|
/openbsd/gnu/gcc/gcc/config/ia64/ |
H A D | ia64-c.c | 187 get_identifier(c89_mathlib_name_list[i].c89name)); in ia64_hpux_add_pragma_builtin()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/ia64/ |
H A D | ia64-c.c | 187 get_identifier(c89_mathlib_name_list[i].c89name));
|
/openbsd/gnu/gcc/gcc/config/i386/ |
H A D | winnt.c | 232 idp = get_identifier (newname); in i386_pe_mark_dllexport() 277 idp = get_identifier (newname); in i386_pe_mark_dllimport() 337 return get_identifier (newsym); in gen_stdcall_or_fastcall_suffix()
|