HomeSort by: relevance | last modified time | path
    Searched defs:typeval (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
expop.h 1814 value *typeval variable
1817 struct type *type = typeval->type ();
eval.c 2675 value *typeval = std::get<0> (m_storage)->evaluate (nullptr, exp,
2677 struct type *type = typeval->type ();
2841 value *typeval = std::get<0> (m_storage)->evaluate (nullptr, exp,
2843 return evaluate_subexp_for_sizeof_base (exp, typeval->type ());
2672 value *typeval = std::get<0> (m_storage)->evaluate (nullptr, exp, local
2838 value *typeval = std::get<0> (m_storage)->evaluate (nullptr, exp, local
  /src/external/gpl3/gdb.old/dist/gdb/
expop.h 1812 value *typeval variable
1815 struct type *type = typeval->type ();
eval.c 2646 value *typeval = std::get<0> (m_storage)->evaluate (nullptr, exp,
2648 struct type *type = typeval->type ();
2812 value *typeval = std::get<0> (m_storage)->evaluate (nullptr, exp,
2814 return evaluate_subexp_for_sizeof_base (exp, typeval->type ());
2643 value *typeval = std::get<0> (m_storage)->evaluate (nullptr, exp, local
2809 value *typeval = std::get<0> (m_storage)->evaluate (nullptr, exp, local
  /src/external/mpl/bind/dist/bin/named/
builtin.c 99 putrdata(bdbnode_t *node, dns_rdatatype_t typeval, dns_ttl_t ttl,
111 if (rdatalist->type == typeval) {
121 rdatalist->type = typeval;
147 dns_rdatatype_t typeval; local
162 result = dns_rdatatype_fromtext(&typeval, (isc_textregion_t *)&r);
179 result = dns_rdata_fromtext(NULL, node->bdb->common.rdclass, typeval,
184 result = putrdata(node, typeval, ttl, isc_buffer_base(rb),
  /src/external/mpl/bind/dist/lib/dns/
sdlz.c 1679 dns_rdatatype_t typeval; local
1697 result = dns_rdatatype_fromtext(&typeval, (void *)&r);
1704 if (rdatalist->type == typeval) {
1714 rdatalist->type = typeval;
  /src/external/mpl/dhcp/bind/dist/lib/dns/
sdb.c 274 dns_sdb_putrdata(dns_sdblookup_t *lookup, dns_rdatatype_t typeval,
287 if (rdatalist->type == typeval) {
297 rdatalist->type = typeval;
324 dns_rdatatype_t typeval; local
344 result = dns_rdatatype_fromtext(&typeval, &r);
377 typeval, lex, origin, 0, mctx, &rb,
398 result = dns_sdb_putrdata(lookup, typeval, ttl, isc_buffer_base(&rb),
sdlz.c 1808 dns_rdatatype_t typeval; local
1826 result = dns_rdatatype_fromtext(&typeval, (void *)&r);
1833 if (rdatalist->type == typeval) {
1843 rdatalist->type = typeval;

Completed in 36 milliseconds