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

123456789

/haiku-buildtools/gcc/gcc/
H A Dstringpool.h25 extern tree get_identifier (const char *);
32 /* Identical to get_identifier, except that the length is assumed
37 #define get_identifier(str) \ macro
40 : get_identifier (str))
H A Dtree-profile.c110 get_identifier (
129 get_identifier (
174 = tree_cons (get_identifier ("leaf"), NULL,
186 = tree_cons (get_identifier ("leaf"), NULL,
199 = tree_cons (get_identifier ("leaf"), NULL,
218 = tree_cons (get_identifier ("leaf"), NULL,
230 = tree_cons (get_identifier ("leaf"), NULL,
242 = tree_cons (get_identifier ("leaf"), NULL,
249 = tree_cons (get_identifier ("leaf"), NULL,
/haiku-buildtools/gcc/gcc/config/
H A Dsol2-cxx.c60 force_global_identifiers[i++] = get_identifier ("div_t");
61 force_global_identifiers[i++] = get_identifier ("ldiv_t");
62 force_global_identifiers[i++] = get_identifier ("lconv");
63 force_global_identifiers[i++] = get_identifier ("tm");
H A Dvxworks.c80 *name = get_identifier ("__tls_var");
83 get_identifier ("size"), unsigned_type_node);
88 get_identifier ("module_id"), unsigned_type_node);
94 get_identifier ("offset"), unsigned_type_node);
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dinout.c116 tree var = get_identifier (name);
206 result = build_enumerator (get_identifier ("__IO_UNUSED"),
210 result = build_enumerator (get_identifier ("__IO_ByteVal"),
214 result = build_enumerator (get_identifier ("__IO_UByteVal"),
218 result = build_enumerator (get_identifier ("__IO_IntVal"),
222 result = build_enumerator (get_identifier ("__IO_UIntVal"),
226 result = build_enumerator (get_identifier ("__IO_LongVal"),
230 result = build_enumerator (get_identifier ("__IO_ULongVal"),
234 result = build_enumerator (get_identifier ("__IO_ByteLoc"),
238 result = build_enumerator (get_identifier ("__IO_UByteLo
[all...]
H A Dtasking.c88 return get_identifier (tmpname);
99 return get_identifier (tmpname);
113 return get_identifier (tmpname);
125 return get_identifier (tmpname);
137 return get_identifier (tmpname);
443 DECL_ASSEMBLER_NAME (args) = DECL_NAME (args) = get_identifier ("x");
467 tree x = lookup_name (get_identifier ("x"));
667 build_chill_function_call (lookup_name (get_identifier ("__start_process")),
699 result = build_enumerator (get_identifier ("_TT_UNUSED"),
705 result = build_enumerator (get_identifier ("_TT_Proces
[all...]
H A Dtiming.c79 get_identifier ((ignore_case || ! special_UC ) ?
98 get_identifier ("secs"),
102 get_identifier ("nsecs"),
110 get_identifier ("__tmp_rtstime"), result));
232 lookup_name (get_identifier ("__wait_until")),
296 build_chill_function_call (lookup_name (get_identifier ("__rtstime")),
315 lookup_name (get_identifier ("__check_cycle")),
370 TREE_PURPOSE (value) = decl_temp1 (get_identifier ("AFTER_duration"),
382 build_chill_function_call (lookup_name (get_identifier ("__rtstime")),
455 lookup_name (get_identifier ("__convert_duration_rtstim
[all...]
H A Dtree.c157 /* Return get_identifier (the concatenations of part1, part2, and part3). */
166 return get_identifier (buf);
194 old_prefix = get_identifier (buf);
200 new_prefix = get_identifier (buf);
261 return get_identifier (old_pointer);
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dexcept.c203 push_namespace (get_identifier ("std"));
204 Terminate = auto_function (get_identifier ("terminate"),
252 fn = get_identifier ("__start_cp_handler");
268 get_identifier ("handler_label"), ptr_type_node);
270 get_identifier ("dynamic_handler_chain"), ptr_type_node);
272 get_identifier ("info"), ptr_type_node);
274 get_identifier ("table_index"), ptr_type_node);
282 get_identifier ("match_function"), ptr_type_node);
284 get_identifier ("language"), short_integer_type_node);
286 get_identifier ("versio
[all...]
H A Dlex.c327 time_identifier = get_identifier (buf);
542 ansi_opname[0] = get_identifier ("<invalid operator>");
549 ansi_opname[(int) MULT_EXPR] = get_identifier ("__ml");
552 ansi_assopname[(int) MULT_EXPR] = get_identifier ("__aml");
555 ansi_opname[(int) TRUNC_MOD_EXPR] = get_identifier ("__md");
557 ansi_assopname[(int) TRUNC_MOD_EXPR] = get_identifier ("__amd");
562 ansi_opname[(int) MINUS_EXPR] = get_identifier ("__mi");
565 ansi_assopname[(int) MINUS_EXPR] = get_identifier ("__ami");
568 ansi_opname[(int) RSHIFT_EXPR] = get_identifier ("__rs");
570 ansi_assopname[(int) RSHIFT_EXPR] = get_identifier ("__ar
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/plugin/
H A Dstart_unit_plugin.c45 get_identifier ("_fake_var_"),
/haiku-buildtools/legacy/gcc/gcc/java/
H A Ddecl.c393 pushdecl (build_decl (TYPE_DECL, get_identifier (name), type));
416 tree decl = build_decl (FUNCTION_DECL, get_identifier (name), type);
420 DECL_ASSEMBLER_NAME (decl) = get_identifier (library_name);
455 pushdecl (build_decl (TYPE_DECL, get_identifier ("byte"), byte_type_node));
457 pushdecl (build_decl (TYPE_DECL, get_identifier ("short"), short_type_node));
459 pushdecl (build_decl (TYPE_DECL, get_identifier ("int"), int_type_node));
461 pushdecl (build_decl (TYPE_DECL, get_identifier ("long"), long_type_node));
464 pushdecl (build_decl (TYPE_DECL, get_identifier ("unsigned byte"),
467 pushdecl (build_decl (TYPE_DECL, get_identifier ("unsigned short"),
470 pushdecl (build_decl (TYPE_DECL, get_identifier ("unsigne
[all...]
/haiku-buildtools/gcc/gcc/java/
H A Ddecl.c289 name = get_identifier (buf);
310 name = get_identifier (buf);
508 TYPE_DECL, get_identifier (name), type));
521 VAR_DECL, get_identifier (buf), ptr_type_node);
593 TYPE_DECL, get_identifier ("byte"), byte_type_node));
596 TYPE_DECL, get_identifier ("short"), short_type_node));
599 TYPE_DECL, get_identifier ("int"), int_type_node));
602 TYPE_DECL, get_identifier ("long"), long_type_node));
606 TYPE_DECL, get_identifier ("unsigned byte"),
610 TYPE_DECL, get_identifier ("unsigne
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dc-lex.c248 ridpointers[(int) RID_INT] = get_identifier ("int");
249 ridpointers[(int) RID_CHAR] = get_identifier ("char");
250 ridpointers[(int) RID_VOID] = get_identifier ("void");
251 ridpointers[(int) RID_FLOAT] = get_identifier ("float");
252 ridpointers[(int) RID_DOUBLE] = get_identifier ("double");
253 ridpointers[(int) RID_SHORT] = get_identifier ("short");
254 ridpointers[(int) RID_LONG] = get_identifier ("long");
255 ridpointers[(int) RID_UNSIGNED] = get_identifier ("unsigned");
256 ridpointers[(int) RID_SIGNED] = get_identifier ("signed");
257 ridpointers[(int) RID_INLINE] = get_identifier ("inlin
[all...]
/haiku-buildtools/gcc/gcc/jit/
H A Djit-recording.c131 reproducer::get_identifier can cope with
222 get_identifier (recording::context *ctxt);
225 get_identifier (recording::memento *m);
267 get_identifier (ctxt));
285 get_identifier (ctxt));
293 buffer with the memento (for future calls to get_identifier et al).
324 prefix, get_identifier (m));
331 reproducer::get_identifier (recording::context *ctxt) function in class:reproducer
341 reproducer::get_identifier (recording::memento *m) function in class:reproducer
1588 r.get_identifier (context
[all...]
/haiku-buildtools/gcc/gcc/config/ia64/
H A Dia64-c.c196 get_identifier(c89_mathlib_name_list[i].c89name));
/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-next-runtime-abi-01.c218 objc_meta = get_identifier ("OBJC1META");
221 meta_base = get_identifier ("V1_BASE");
223 meta_class = get_identifier ("V1_CLAS");
224 meta_metaclass = get_identifier ("V1_META");
225 meta_category = get_identifier ("V1_CATG");
226 meta_protocol = get_identifier ("V1_PROT");
228 meta_clac_vars = get_identifier ("V1_CLCV");
229 meta_clai_vars = get_identifier ("V1_CLIV");
231 meta_clac_meth = get_identifier ("V1_CLCM");
232 meta_clai_meth = get_identifier ("V1_CLI
[all...]
H A Dobjc-runtime-shared-support.c111 FIELD_DECL, get_identifier (name), type);
133 VAR_DECL, get_identifier (name), type);
177 objc_super_template = objc_start_struct (get_identifier (UTAG_SUPER));
203 _SLT_record = objc_start_struct (get_identifier (UTAG_METHOD));
225 proto_record = objc_start_struct (get_identifier (UTAG_METHOD_PROTOTYPE));
466 expr = add_objc_string (get_identifier (""), class_names);
472 get_identifier (UTAG_SYMTAB)));
496 objc_module_template = objc_start_struct (get_identifier (UTAG_MODULE));
509 get_identifier (UTAG_SYMTAB))),
613 objc_ivar_id = get_identifier (UTAG_IVA
[all...]
H A Dobjc-next-runtime-abi-02.c311 objc_meta = get_identifier ("OBJC2META");
314 meta_base = get_identifier ("V2_BASE");
316 meta_class = get_identifier ("G2_CLAS");
317 meta_metaclass = get_identifier ("G2_META");
334 meta_sel_refs = get_identifier ("V2_SRFS");
339 meta_prop_name_attr = get_identifier ("V2_STRG");
341 meta_mref = get_identifier ("V2_MREF");
342 meta_class_ref = get_identifier ("V2_CLRF");
343 meta_superclass_ref = get_identifier ("V2_SURF");
345 meta_label_classlist = get_identifier ("V2_CLA
[all...]
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-decl.c282 label_id = get_identifier (label_name);
333 label_decl = gfc_build_label_decl (get_identifier (label_name));
354 return (get_identifier ("MAIN__"));
356 return (get_identifier (sym->name));
370 return get_identifier (sym->binding_label);
377 return get_identifier (name);
396 return get_identifier (sym->binding_label);
404 return get_identifier ("MAIN__");
408 return get_identifier (sym->name);
417 return get_identifier (nam
[all...]
/haiku-buildtools/legacy/gcc/gcc/objc/
H A Dobjc-act.c1145 tree decl = build_decl (code, get_identifier (name), type);
1176 objc_object_id = get_identifier (TAG_OBJECT);
1182 objc_id_id = get_identifier (TYPE_ID);
1183 objc_class_id = get_identifier (TAG_CLASS);
1187 get_identifier (PROTOCOL_OBJECT_CLASS_NAME)));
1198 get_identifier (TAG_SELECTOR)));
1205 get_identifier (TAG_SUPER)));
1219 get_identifier (TAG_MSGSEND), temp_type);
1292 constant_string_id = get_identifier (STRING_OBJECT_CLASS_NAME);
1419 decl = build_decl (VAR_DECL, get_identifier (bu
[all...]
/haiku-buildtools/gcc/gcc/config/i386/
H A Dwinnt-cxx.c103 DECL_ATTRIBUTES (decl) = tree_cons (get_identifier ("dllexport"),
127 na = tree_cons (get_identifier ("dllexport"), NULL_TREE,
/haiku-buildtools/legacy/gcc/gcc/config/i386/
H A Dinterix.c65 return IDENTIFIER_POINTER (get_identifier (newsym));
/haiku-buildtools/legacy/gcc/gcc/config/mips/
H A Diris5.h162 tree name_tree = get_identifier (NAME); \
/haiku-buildtools/gcc/gcc/config/sh/
H A Dsh-c.c51 tree id = get_identifier (attr);

Completed in 313 milliseconds

123456789