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

123

/freebsd-10.1-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-10.1-release/contrib/gcc/config/ia64/
H A Dia64-c.c187 get_identifier(c89_mathlib_name_list[i].c89name));
/freebsd-10.1-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-10.1-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.c387 t = build_decl (VAR_DECL, get_identifier ("__stack_chk_guard"),
413 t = build_decl (FUNCTION_DECL, get_identifier ("__stack_chk_fail"), t);
446 get_identifier ("__stack_chk_fail_local"), t);
H A Dc-common.c2002 decl = build_decl (TYPE_DECL, get_identifier (name), type);
3343 get_identifier ("__int128_t"),
3357 get_identifier ("__uint128_t"),
3376 TREE_TYPE (identifier_global_value (get_identifier (SIZE_TYPE)));
3381 TREE_TYPE (identifier_global_value (get_identifier (PID_TYPE)));
3401 get_identifier ("complex int"),
3404 get_identifier ("complex float"),
3407 get_identifier ("complex double"),
3410 (build_decl (TYPE_DECL, get_identifier ("complex long double"),
3449 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 Dc-decl.c2836 pushdecl (build_decl (TYPE_DECL, get_identifier ("_Bool"),
2913 tree id = get_identifier (name);
2922 SET_DECL_ASSEMBLER_NAME (decl, get_identifier (library_name));
3518 dst_arg = build_decl (PARM_DECL, get_identifier ("_dst"),
3522 src_arg = build_decl (PARM_DECL, get_identifier ("_src"),
3581 src_arg = build_decl (PARM_DECL, get_identifier ("_src"),
3647 Block_byref_type = start_struct (RECORD_TYPE, get_identifier (string));
3651 field_decl = build_decl (FIELD_DECL, get_identifier ("__isa"), ptr_type_node);
3656 field_decl = build_decl (FIELD_DECL, get_identifier ("__forwarding"),
3662 field_decl = build_decl (FIELD_DECL, get_identifier ("__flag
[all...]
H A Ddwarf2asm.c739 id = get_identifier (ref_name);
753 id = get_identifier (label);
H A Dc-parser.c274 id = get_identifier (reswords[i].word);
8543 get_identifier ("__block_literal_generic"));
8545 field_decl = build_decl (FIELD_DECL, get_identifier ("__isa"), ptr_type_node);
8548 field_decl = build_decl (FIELD_DECL, get_identifier ("__flags"),
8552 field_decl = build_decl (FIELD_DECL, get_identifier ("__reserved"),
8557 field_decl = build_decl (FIELD_DECL, get_identifier ("__FuncPtr"), ptr_type_node);
8560 field_decl = build_decl (FIELD_DECL, get_identifier ("__descriptor"),
8622 block_struct_type = start_struct (RECORD_TYPE, get_identifier (buffer));
8625 field_decl = build_decl (FIELD_DECL, get_identifier ("__isa"), ptr_type_node);
8629 field_decl = build_decl (FIELD_DECL, get_identifier ("__flag
[all...]
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");
/freebsd-10.1-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 Ddecl.c1239 == get_identifier ("FILE")
2585 if (name == get_identifier ("wchar_t"))
3011 tname = get_identifier (name);
3080 tree decl = pushdecl (build_decl (TYPE_DECL, get_identifier (name), type));
3138 *pid->node = get_identifier (pid->name);
3267 push_namespace (get_identifier ("__cxxabiv1"));
3285 bad_alloc_id = get_identifier ("bad_alloc");
3426 tree decl = build_library_fn_1 (get_identifier (name), ERROR_MARK, type);
3437 SET_DECL_ASSEMBLER_NAME (decl, get_identifier (libname));
3540 return build_library_fn (get_identifier (nam
[all...]
H A Dmangle.c265 when making a call that could result in a call to get_identifier,
2578 subst_identifiers[SUBID_ALLOCATOR] = get_identifier ("allocator");
2579 subst_identifiers[SUBID_BASIC_STRING] = get_identifier ("basic_string");
2580 subst_identifiers[SUBID_CHAR_TRAITS] = get_identifier ("char_traits");
2581 subst_identifiers[SUBID_BASIC_ISTREAM] = get_identifier ("basic_istream");
2582 subst_identifiers[SUBID_BASIC_OSTREAM] = get_identifier ("basic_ostream");
2583 subst_identifiers[SUBID_BASIC_IOSTREAM] = get_identifier ("basic_iostream");
2606 /* Like get_identifier, except that NAME is assumed to have been
2862 identifier = get_identifier (buffer);
H A Dparser.c8269 linkage = get_identifier (TREE_STRING_POINTER (linkage));
17993 case CPP_AND_AND: return get_identifier ("and");
17994 case CPP_AND_EQ: return get_identifier ("and_eq");
17995 case CPP_AND: return get_identifier ("bitand");
17996 case CPP_OR: return get_identifier ("bitor");
17997 case CPP_COMPL: return get_identifier ("compl");
17998 case CPP_NOT: return get_identifier ("not");
17999 case CPP_NOT_EQ: return get_identifier ("not_eq");
18000 case CPP_OR_OR: return get_identifier ("or");
18001 case CPP_OR_EQ: return get_identifier ("or_e
[all...]
H A Ddecl2.c270 fn_name = get_identifier ("<anonymous>");
2493 get_identifier (id),
2522 (get_identifier (INITIALIZE_P_IDENTIFIER), integer_type_node);
2526 (get_identifier (PRIORITY_IDENTIFIER), integer_type_node);
3064 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-10.1-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-10.1-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

Completed in 414 milliseconds

123