Searched refs:get_identifier (Results 1 - 25 of 53) sorted by relevance

123

/freebsd-9.3-release/contrib/gcc/config/
H A Dsol2.c57 *attributes = tree_cons (get_identifier ("aligned"), value,
72 *attributes = tree_cons (get_identifier ("init"), NULL,
74 *attributes = tree_cons (get_identifier ("used"), NULL,
89 *attributes = tree_cons (get_identifier ("fini"), NULL,
91 *attributes = tree_cons (get_identifier ("used"), NULL,
H A Dsol2-c.c174 tree init_list = build_tree_list (get_identifier ("init"),
176 tree attrs = tree_cons (get_identifier ("used"), NULL, init_list);
232 tree fini_list = build_tree_list (get_identifier ("fini"),
234 tree attrs = tree_cons (get_identifier ("used"), NULL, fini_list);
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64-c.c187 get_identifier(c89_mathlib_name_list[i].c89name));
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dpe.c125 /* We pass newname through get_identifier to ensure it has a unique
130 idp = get_identifier (newname);
192 /* We pass newname through get_identifier to ensure it has a unique
197 idp = get_identifier (newname);
233 tree idp = get_identifier (oldname + 9);
/freebsd-9.3-release/contrib/gcc/
H A Dstringpool.c105 #undef get_identifier macro
108 get_identifier (const char *text) function
118 /* Identical to get_identifier, except that the length is assumed
H A Dtarghooks.c375 t = build_decl (VAR_DECL, get_identifier ("__stack_chk_guard"),
401 t = build_decl (FUNCTION_DECL, get_identifier ("__stack_chk_fail"), t);
434 get_identifier ("__stack_chk_fail_local"), t);
H A Dc-common.c1997 decl = build_decl (TYPE_DECL, get_identifier (name), type);
3338 get_identifier ("__int128_t"),
3352 get_identifier ("__uint128_t"),
3371 TREE_TYPE (identifier_global_value (get_identifier (SIZE_TYPE)));
3376 TREE_TYPE (identifier_global_value (get_identifier (PID_TYPE)));
3396 get_identifier ("complex int"),
3399 get_identifier ("complex float"),
3402 get_identifier ("complex double"),
3405 (build_decl (TYPE_DECL, get_identifier ("complex long double"),
3444 wchar_type_node = get_identifier (MODIFIED_WCHAR_TYP
[all...]
H A Dcoverage.c404 DECL_NAME (tree_ctr_tables[counter]) = get_identifier (buf);
760 get_identifier (ctr_merge_functions[counter]),
936 DECL_NAME (gcov_info) = get_identifier (name_buf);
945 t = build_decl (FUNCTION_DECL, get_identifier ("__gcov_init"), t);
H A Dlanghooks.c184 SET_DECL_ASSEMBLER_NAME (decl, get_identifier (label));
H A Dtree-mudflap.c300 tree decl = mf_mark (build_decl (category, get_identifier (name), type));
316 tree fieldlo = build_decl (FIELD_DECL, get_identifier ("low"), field_type);
317 tree fieldhi = build_decl (FIELD_DECL, get_identifier ("high"), field_type);
324 TYPE_NAME (struct_type) = get_identifier ("__mf_cache");
H A Ddwarf2asm.c739 id = get_identifier (ref_name);
753 id = get_identifier (label);
H A Dtree-nested.c226 TYPE_NAME (type) = get_identifier (name);
370 DECL_NAME (field) = get_identifier ("__chain");
452 t = build_decl (FIELD_DECL, get_identifier ("__data"), t);
457 TYPE_NAME (record) = get_identifier ("__builtin_trampoline");
536 DECL_NAME (field) = get_identifier ("__nl_goto_buf");
H A Dstor-layout.c1542 TYPE_NAME (type) = make_type_decl (get_identifier (name), type);
1544 TYPE_NAME (type) = build_decl (TYPE_DECL, get_identifier (name), type);
1965 TYPE_NAME (t) = get_identifier ("bit_size_type");
H A Dc-pragma.c261 decl_attributes (&decl, build_tree_list (get_identifier ("alias"),
/freebsd-9.3-release/contrib/gcc/cp/
H A Dexcept.c78 = push_throw_library_fn (get_identifier ("__cxa_call_unexpected"), tmp);
169 fn = get_identifier ("__cxa_get_exception_ptr");
189 fn = get_identifier ("__cxa_begin_catch");
227 fn = get_identifier ("__cxa_end_catch");
274 = IDENTIFIER_GLOBAL_VALUE (get_identifier ("jthrowable"));
535 fn = get_identifier ("__cxa_allocate_exception");
555 fn = get_identifier ("__cxa_free_exception");
627 tree fn = get_identifier ("_Jv_Throw");
662 fn = get_identifier ("__cxa_throw");
805 tree fn = get_identifier ("__cxa_rethro
[all...]
H A Dlex.c113 identifier = get_identifier (buffer); \
128 = get_identifier ("<invalid operator>");
323 id = get_identifier (reswords[i].word);
H A Drtti.c143 type_info_type = xref_tag (class_type, get_identifier ("type_info"),
195 tree fn = get_identifier ("__cxa_bad_cast");
209 tree fn = get_identifier ("__cxa_bad_typeid");
666 get_identifier ("__class_type_info"),
1153 ti->name = get_identifier (real_name);
1401 get_identifier ("__fundamental_type_info"),
H A Dmangle.c265 when making a call that could result in a call to get_identifier,
2571 subst_identifiers[SUBID_ALLOCATOR] = get_identifier ("allocator");
2572 subst_identifiers[SUBID_BASIC_STRING] = get_identifier ("basic_string");
2573 subst_identifiers[SUBID_CHAR_TRAITS] = get_identifier ("char_traits");
2574 subst_identifiers[SUBID_BASIC_ISTREAM] = get_identifier ("basic_istream");
2575 subst_identifiers[SUBID_BASIC_OSTREAM] = get_identifier ("basic_ostream");
2576 subst_identifiers[SUBID_BASIC_IOSTREAM] = get_identifier ("basic_iostream");
2599 /* Like get_identifier, except that NAME is assumed to have been
2855 identifier = get_identifier (buffer);
H A Ddecl.c1238 == get_identifier ("FILE")
2584 if (name == get_identifier ("wchar_t"))
3010 tname = get_identifier (name);
3079 tree decl = pushdecl (build_decl (TYPE_DECL, get_identifier (name), type));
3137 *pid->node = get_identifier (pid->name);
3266 push_namespace (get_identifier ("__cxxabiv1"));
3284 bad_alloc_id = get_identifier ("bad_alloc");
3425 tree decl = build_library_fn_1 (get_identifier (name), ERROR_MARK, type);
3436 SET_DECL_ASSEMBLER_NAME (decl, get_identifier (libname));
3539 return build_library_fn (get_identifier (nam
[all...]
H A Ddecl2.c270 fn_name = get_identifier ("<anonymous>");
2468 get_identifier (id),
2497 (get_identifier (INITIALIZE_P_IDENTIFIER), integer_type_node);
2501 (get_identifier (PRIORITY_IDENTIFIER), integer_type_node);
3039 nid = get_identifier (nname);
H A Dinit.c1716 if (!get_global_value_if_present (get_identifier (alloc_name),
2162 CL_suffix = get_identifier("class$");
2165 jclass_node = IDENTIFIER_GLOBAL_VALUE (get_identifier ("jclass"));
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dwinnt.c229 /* We pass newname through get_identifier to ensure it has a unique
233 idp = get_identifier (newname);
274 /* We pass newname through get_identifier to ensure it has a unique
278 idp = get_identifier (newname);
338 return get_identifier (newsym);
H A Dcygming.h292 build_tree_list (get_identifier ("stdcall"), \
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dmacroexp.c214 /* Presumed; get_identifier may overwrite this. */
262 get_identifier (struct macro_buffer *tok, char *p, char *end)
505 character constant. By trying `get_identifier' after
510 || get_identifier (tok, p, end)
260 get_identifier (struct macro_buffer *tok, char *p, char *end) function
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Drs6000.c5812 type_decl = build_decl (TYPE_DECL, get_identifier ("__va_list_tag"), record);
5814 f_gpr = build_decl (FIELD_DECL, get_identifier ("gpr"),
5816 f_fpr = build_decl (FIELD_DECL, get_identifier ("fpr"),
5820 f_res = build_decl (FIELD_DECL, get_identifier ("reserved"),
5822 f_ovf = build_decl (FIELD_DECL, get_identifier ("overflow_arg_area"),
5824 f_sav = build_decl (FIELD_DECL, get_identifier ("reg_save_area"),
8086 get_identifier ("__bool char"),
8089 get_identifier ("__bool short"),
8092 get_identifier ("__bool int"),
8095 get_identifier ("__pixe
[all...]

Completed in 351 milliseconds

123