Searched refs:id2 (Results 1 - 15 of 15) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/thread/id/
H A Doperators.cc29 std::thread::id id2; local
31 id1 == id2; local
32 id1 != id2; local
33 id1 < id2;
34 id1 > id2; local
35 id1 >= id2; local
36 id1 <= id2;
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dchar_result_12.f9026 function jetter(id1,id2)
27 character(len=512) :: jetter(id1:id2)
29 jetter(id2) = 'uxbridge'
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp11144.C16 const Id &id2 = foo(); local
17 return &id1 == &id2;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/thread/cons/
H A D2.cc53 std::thread::id id2 = t.get_id(); local
57 VERIFY( id1 == id2 );
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/ken/
H A Ddivmod.go52 var id2 int = -3
62 if in1/id2 != q3 || in1%id2 != r3 {
63 println("int-3", in1, id2, in1/id2, in1%id2)
66 if in2/id2 != q4 || in2%id2 != r4 {
67 println("int-4", in2, id2, in2/id2, in
[all...]
/haiku-buildtools/gcc/gcc/
H A Dira-conflicts.c79 int id1, id2;
91 id2 = OBJECT_CONFLICT_ID (obj2);
93 SET_MINMAX_SET_BIT (conflicts[id1], id2, OBJECT_MIN (obj1),
95 SET_MINMAX_SET_BIT (conflicts[id2], id1, OBJECT_MIN (obj2),
78 int id1, id2; local
H A Dgenmatch.c376 char *id2 = xstrdup (id); local
377 for (unsigned i = 0; i < strlen (id2); ++i)
378 id2[i] = TOUPPER (id2[i]);
379 new (&tem) id_base (id_base::CODE, id2);
383 free (id2);
388 id2 = (char *)xrealloc (id2, strlen (id2) + sizeof ("_EXPR") + 1);
389 strcat (id2, "_EXP
417 equal_keys(const char *id1, const char *id2) argument
[all...]
H A Dlra-remat.c325 lra_insn_recog_data_t id2 = lra_get_insn_recog_data (c2->insn);
336 && *id1->operand_loc[i] != *id2->operand_loc[i])
323 lra_insn_recog_data_t id2 = lra_get_insn_recog_data (c2->insn); local
/haiku-buildtools/gcc/gcc/cp/
H A Dmangle.c3554 tree id2; local
3565 id2 = mangle_decl_string (decl);
3566 id2 = targetm.mangle_decl_assembler_name (decl, id2);
3569 if (id2 == id)
3578 G.entity, flag_abi_compat_version, id2,
3584 flag_abi_compat_version, id2);
3587 note_mangling_alias (decl, id2);
H A Ddecl2.c4358 generate_mangling_alias (tree decl, tree id2)
4362 if (IDENTIFIER_GLOBAL_VALUE (id2))
4371 tree alias = make_alias_for (decl, id2);
4372 SET_IDENTIFIER_GLOBAL_VALUE (id2, alias);
4389 note_mangling_alias (tree decl ATTRIBUTE_UNUSED, tree id2 ATTRIBUTE_UNUSED)
4393 generate_mangling_alias (decl, id2);
4397 vec_safe_push (mangling_aliases, id2);
4409 tree id2 = mangling_aliases->pop();
4411 generate_mangling_alias (decl, id2);
4353 generate_mangling_alias(tree decl, tree id2) argument
4404 tree id2 = mangling_aliases->pop(); local
/haiku-buildtools/binutils/ld/
H A Dpe-dll.c1885 asection *id2, *id5, *id4; local
1903 id2 = quick_section (abfd, ".idata$2", SEC_HAS_CONTENTS, 2);
1906 quick_symbol (abfd, U ("_head_"), dll_symname, "", id2, BSF_GLOBAL, 0);
1915 bfd_set_section_size (abfd, id2, 20);
1917 id2->contents = d2;
1924 save_relocs (id2);
1943 bfd_set_section_contents (abfd, id2, d2, 0, 20);
2446 asection *id2; local
2464 id2 = quick_section (abfd, ".idata$2", SEC_HAS_CONTENTS, 2);
2475 bfd_set_section_size (abfd, id2, 2
[all...]
/haiku-buildtools/isl/
H A Disl_space.c707 isl_id *id1, *id2; local
719 id2 = tuple_id(dim2, dim2_type);
720 if (!id1 ^ !id2)
722 if (id1 && id1 != id2)
/haiku-buildtools/gcc/gcc/c/
H A Dc-parser.c8234 tree id2;
8242 id2 = NULL_TREE;
8253 id2 = c_parser_peek_token (parser)->value;
8259 objc_start_category_implementation (id1, id2);
8264 objc_start_category_interface (id1, id2, proto, attributes);
8460 tree id1, id2;
8477 id2 = c_parser_peek_token (parser)->value;
8480 objc_declare_alias (id1, id2);
8231 tree id2; local
8457 tree id1, id2; local
/haiku-buildtools/legacy/binutils/bfd/
H A Delfxx-mips.c385 unsigned long id2; /* Always two? */ member in struct:__anon2398
395 bfd_byte id2[4]; member in struct:__anon2399
1588 H_PUT_32 (abfd, in->id2, ex->id2);
8928 cpt.id2 = 2;
/haiku-buildtools/binutils/bfd/
H A Delfxx-mips.c637 unsigned long id2; /* Always two? */ member in struct:__anon149
647 bfd_byte id2[4]; member in struct:__anon150
2644 H_PUT_32 (abfd, in->id2, ex->id2);
11967 cpt.id2 = 2;

Completed in 507 milliseconds