Searched refs:u_ (Results 1 - 21 of 21) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dwidechar_9.f9011 string = u_"2008"//nen
12 print *, u_"2008"//nen ! Compiles OK
13 print *, u_"2008"//nen//u_"8" ! Rejects this.
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dlex.h106 tok.u_.keyword = keyword;
116 tok.u_.identifier_value.name = new std::string(value);
117 tok.u_.identifier_value.is_exported = is_exported;
126 tok.u_.string_value = new std::string(value);
135 tok.u_.op = op;
144 mpz_init(tok.u_.integer_value);
145 mpz_swap(tok.u_.integer_value, val);
154 mpz_init(tok.u_.integer_value);
155 mpz_swap(tok.u_.integer_value, val);
164 mpfr_init(tok.u_
328 } u_; member in class:Token
[all...]
H A Dlex.cc168 mpz_clear(this->u_.integer_value);
171 mpfr_clear(this->u_.float_value);
185 this->u_.keyword = tok.u_.keyword;
189 this->u_.string_value = tok.u_.string_value;
192 this->u_.op = tok.u_.op;
196 mpz_init_set(this->u_.integer_value, tok.u_
[all...]
H A Dgogo.h2067 return this->u_.unknown_value;
2074 return this->u_.unknown_value;
2081 return this->u_.const_value;
2088 return this->u_.const_value;
2095 return this->u_.type_value;
2102 return this->u_.type_value;
2109 return this->u_.type_declaration;
2116 return this->u_.type_declaration;
2123 return this->u_.var_value;
2130 return this->u_
2286 } u_; member in class:Named_object
[all...]
H A Dexpressions.cc15305 mpz_init_set(this->u_.int_val, a.u_.int_val);
15308 mpfr_init_set(this->u_.float_val, a.u_.float_val, GMP_RNDN);
15311 mpc_init2(this->u_.complex_val, mpc_precision);
15312 mpc_set(this->u_.complex_val, a.u_.complex_val, MPC_RNDNN);
15333 mpz_init_set(this->u_.int_val, a.u_.int_val);
15336 mpfr_init_set(this->u_
[all...]
H A Dgogo.cc6559 named_object->u_.unknown_value = value;
6575 named_object->u_.const_value = named_constant;
6588 named_object->u_.type_value = named_type;
6602 named_object->u_.type_declaration = type_declaration;
6614 named_object->u_.var_value = variable;
6626 named_object->u_.result_var_value = result;
6646 named_object->u_.func_value = function;
6661 named_object->u_.func_declaration_value = func_decl;
6672 named_object->u_.package_value = package;
6700 Type_declaration* td = this->u_
[all...]
H A Dexpressions.h2736 } u_; member in class:Numeric_constant
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dnullptr23.C18 } u_; member in struct:Foo
/haiku-buildtools/binutils/gold/
H A Dehframe.h172 this->u_.from_object.shndx = shndx;
173 this->u_.from_object.input_offset = input_offset;
182 this->u_.from_linker.plt = plt;
183 this->u_.from_linker.post_map = post_map;
199 this->object_->add_merge_mapping(output_data, this->u_.from_object.shndx,
200 this->u_.from_object.input_offset, this->length(),
207 { return this->object_ == NULL && this->u_.from_linker.post_map; }
245 } u_; member in class:gold::Fde
H A Dlayout.h233 { this->u_.linkonce_size = 0; }
243 this->u_.linkonce_size = 0;
249 delete this->u_.group_sections;
289 this->u_.group_sections = new Comdat_group();
311 this->u_.group_sections->insert(std::make_pair(name, sinfo));
321 Comdat_group::const_iterator p = this->u_.group_sections->find(name);
322 if (p == this->u_.group_sections->end())
335 if (this->u_.group_sections->size() != 1)
337 Comdat_group::const_iterator p = this->u_.group_sections->begin();
348 return this->u_
386 } u_; member in class:gold::Kept_section
[all...]
H A Dresolve.cc95 this->u_.from_object.object = object;
97 this->u_.from_object.shndx = st_shndx;
955 this->u_.from_object = from->u_.from_object;
958 this->u_.in_output_data = from->u_.in_output_data;
961 this->u_.in_output_segment = from->u_.in_output_segment;
H A Dsymtab.h162 return this->u_.from_object.object;
172 return this->u_.from_object.shndx;
182 return this->u_.in_output_data.output_data;
191 return this->u_.in_output_data.offset_is_from_end;
201 return this->u_.in_output_segment.output_segment;
210 return this->u_.in_output_segment.offset_base;
997 } u_; member in class:gold::Symbol
1062 // True if the field u_.from_object.shndx is an ordinary section
H A Dobject.h1684 { this->u_.value = 0; }
1689 delete this->u_.merged_symbol_value;
1699 return this->u_.value + addend;
1703 return this->u_.merged_symbol_value->value(object, this->input_shndx_,
1711 { this->u_.value = value; }
1720 this->u_.merged_symbol_value = msv;
1732 Merged_symbol_value<size>* msv = this->u_.merged_symbol_value;
1743 this->u_.merged_symbol_value->free_input_to_output_map();
1751 { this->u_.value = value; }
1757 { return this->u_
[all...]
H A Dsymtab.cc50 // Initialize fields in Symbol. This initializes everything except u_
122 this->u_.from_object.object = object;
123 this->u_.from_object.shndx = st_shndx;
142 this->u_.in_output_data.output_data = od;
143 this->u_.in_output_data.offset_is_from_end = offset_is_from_end;
162 this->u_.in_output_segment.output_segment = os;
163 this->u_.in_output_segment.offset_base = offset_base;
208 this->u_.in_output_data.output_data = od;
209 this->u_.in_output_data.offset_is_from_end = false;
490 unsigned int shndx = this->u_
[all...]
H A Doutput.h2623 { this->u_.constant = 0; }
2629 { this->u_.gsym = gsym; }
2641 this->u_.object = object;
2654 this->u_.object = object;
2661 { this->u_.constant = constant; }
2683 } u_; member in class:gold::Output_data_got::Got_entry
2814 { this->u_.val = val; }
2823 this->u_.od = od;
2832 this->u_.od = od;
2840 { this->u_
2896 } u_; member in class:gold::Output_data_dynamic::Dynamic_entry
[all...]
H A Darm.cc522 this->u_.symbol = symbol;
528 this->u_.relobj = relobj;
551 { return this->r_sym_ == invalid_index ? this->u_.symbol : NULL; }
556 { return this->r_sym_ != invalid_index ? this->u_.relobj : NULL; }
565 ? (this->u_.relobj == k.u_.relobj)
566 : (this->u_.symbol == k.u_.symbol))
578 ? this->u_.relobj->name().c_str()
579 : this->u_
618 } u_; member in class:__anon535::Reloc_stub::Key
[all...]
H A Daarch64.cc580 { this->u_.global.symbol = gsym; }
586 this->u_.local.relobj = relobj;
587 this->u_.local.index = index;
610 return this->u_.global.symbol;
618 return this->u_.local.relobj;
626 return this->u_.local.index;
651 } u_; member in class:__anon527::Output_data_got_aarch64::Static_reloc
1191 this->u_.symbol = symbol;
1197 this->u_.relobj = relobj;
1217 { return this->r_sym_ == invalid_index ? this->u_
1283 } u_; member in class:__anon527::Output_data_got_aarch64::Reloc_stub::Key
[all...]
H A Doutput.cc1368 Symbol* gsym = this->u_.gsym;
1410 val = this->u_.constant;
1417 val = this->u_.constant;
1422 const Relobj* object = this->u_.object;
1835 val = this->u_.val;
1839 val = this->u_.od->data_size();
1847 static_cast<const Sized_symbol<size>*>(this->u_.sym);
1853 val = pool->get_offset(this->u_.str);
1861 val = this->u_.od->address() + this->offset_;
H A Dehframe.cc374 parameters->target().plt_fde_location(this->u_.from_linker.plt,
H A Dmips.cc2220 { this->u_.global.symbol = gsym; }
2226 this->u_.local.relobj = relobj;
2227 this->u_.local.index = index;
2250 return this->u_.global.symbol;
2258 return this->u_.local.relobj;
2266 return this->u_.local.index;
2291 } u_; member in class:__anon554::Mips_output_data_got::Static_reloc
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dinclhack.def1786 select = "typedef[ \t]+(unsigned[ \t]+)?long[ \t]+(u_)?longlong_t";

Completed in 506 milliseconds