Searched refs:type_ (Results 1 - 25 of 98) sorted by relevance

1234

/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/
H A Dtypes.py22 def get_basic_type(type_):
26 type_: The type to reduce to its basic type.
29 type_ with const/volatile is stripped away,
33 while (type_.code == gdb.TYPE_CODE_REF or
34 type_.code == gdb.TYPE_CODE_RVALUE_REF or
35 type_.code == gdb.TYPE_CODE_TYPEDEF):
36 if (type_.code == gdb.TYPE_CODE_REF or
37 type_.code == gdb.TYPE_CODE_RVALUE_REF):
38 type_ = type_
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/python/lib/gdb/
H A Dtypes.py22 def get_basic_type(type_):
26 type_: The type to reduce to its basic type.
29 type_ with const/volatile is stripped away,
34 type_.code == gdb.TYPE_CODE_REF
35 or type_.code == gdb.TYPE_CODE_RVALUE_REF
36 or type_.code == gdb.TYPE_CODE_TYPEDEF
38 if type_.code == gdb.TYPE_CODE_REF or type_.code == gdb.TYPE_CODE_RVALUE_REF:
39 type_ = type_
[all...]
/netbsd-current/common/include/prop/
H A Dprop_ingest.h59 #define PROP_INGEST(key_, type_, handler_) \
61 .pite_type = type_ , \
65 #define PROP_INGEST_OPTIONAL(key_, type_, handler_) \
67 .pite_type = type_ , \
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-test-part.h65 : type_(a_type),
72 Type type() const { return type_; }
91 bool skipped() const { return type_ == kSkip; }
94 bool passed() const { return type_ == kSuccess; }
97 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
100 bool fatally_failed() const { return type_ == kFatalFailure; }
106 Type type_; member in class:testing::TestPartResult
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dosdata.h42 osdata (std::string &&type_) argument
43 : type (std::move (type_))
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dosdata.h42 osdata (std::string &&type_) argument
43 : type (std::move (type_))
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
H A Dtsan_test_util_posix.cc94 , type_(type) {
104 if (type_ == Normal)
107 else if (type_ == Spin)
110 else if (type_ == RW)
118 CHECK(type_ == Normal);
127 if (type_ == Normal)
130 else if (type_ == Spin)
133 else if (type_ == RW)
139 if (type_ == Normal)
142 else if (type_
[all...]
/netbsd-current/external/bsd/unbound/dist/pythonmod/examples/
H A Davahi-resolver.py238 def __init__(self, callback, name, type_, timeout=None, getone=True):
246 self.browser_path = avahi.RecordBrowserNew(IF_UNSPEC, PROTO_UNSPEC, name, dns.rdataclass.IN, type_, 0)
250 % (name, dns.rdatatype.to_text(type_), getone, timeout))
266 def itemNew(self, interface, protocol, name, class_, type_, rdata, flags):
268 self.records.append((name, class_, type_, rdata))
272 def itemRemove(self, interface, protocol, name, class_, type_, rdata, flags):
274 self.records.remove((name, class_, type_, rdata))
420 name, class_, type_, rdata = rec
426 dns.rdatatype.to_text(type_),
427 dns.rdata.from_wire(class_, type_, wir
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dattributes.h78 : type_(0), int_value_(0), string_value_()
83 : type_(oa.type_), int_value_(oa.int_value_), string_value_(oa.string_value_)
93 this->type_ = source.type_;
102 { return this->type_; }
107 { this->type_ = type; }
197 int type_; member in class:gold::Object_attribute
H A Dattributes.cc49 if (Object_attribute::attribute_type_has_int_value(this->type_))
51 if (Object_attribute::attribute_type_has_string_value(this->type_))
61 if (Object_attribute::attribute_type_has_int_value(this->type_)
64 if (Object_attribute::attribute_type_has_string_value(this->type_)
67 if (Object_attribute::attribute_type_has_no_default(this->type_))
98 if (Object_attribute::attribute_type_has_int_value(this->type_))
103 if (Object_attribute::attribute_type_has_string_value(this->type_))
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dattributes.h78 : type_(0), int_value_(0), string_value_()
83 : type_(oa.type_), int_value_(oa.int_value_), string_value_(oa.string_value_)
93 this->type_ = source.type_;
102 { return this->type_; }
107 { this->type_ = type; }
197 int type_; member in class:gold::Object_attribute
H A Dattributes.cc49 if (Object_attribute::attribute_type_has_int_value(this->type_))
51 if (Object_attribute::attribute_type_has_string_value(this->type_))
61 if (Object_attribute::attribute_type_has_int_value(this->type_)
64 if (Object_attribute::attribute_type_has_string_value(this->type_)
67 if (Object_attribute::attribute_type_has_no_default(this->type_))
98 if (Object_attribute::attribute_type_has_int_value(this->type_))
103 if (Object_attribute::attribute_type_has_string_value(this->type_))
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dattributes.h78 : type_(0), int_value_(0), string_value_()
83 : type_(oa.type_), int_value_(oa.int_value_), string_value_(oa.string_value_)
93 this->type_ = source.type_;
102 { return this->type_; }
107 { this->type_ = type; }
197 int type_; member in class:gold::Object_attribute
H A Dattributes.cc49 if (Object_attribute::attribute_type_has_int_value(this->type_))
51 if (Object_attribute::attribute_type_has_string_value(this->type_))
61 if (Object_attribute::attribute_type_has_int_value(this->type_)
64 if (Object_attribute::attribute_type_has_string_value(this->type_)
67 if (Object_attribute::attribute_type_has_no_default(this->type_))
98 if (Object_attribute::attribute_type_has_int_value(this->type_))
103 if (Object_attribute::attribute_type_has_string_value(this->type_))
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_mutex.h59 MutexType type_; member in class:__tsan::Mutex
H A Dtsan_mutex.cc215 type_ = type;
229 cur_thread()->internal_deadlock_detector.Lock(type_);
254 cur_thread()->internal_deadlock_detector.Unlock(type_);
260 cur_thread()->internal_deadlock_detector.Lock(type_);
282 cur_thread()->internal_deadlock_detector.Unlock(type_);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_mutex.h57 MutexType type_; member in class:__tsan::Mutex
H A Dtsan_mutex.cc213 type_ = type;
227 cur_thread()->internal_deadlock_detector.Lock(type_);
252 cur_thread()->internal_deadlock_detector.Unlock(type_);
258 cur_thread()->internal_deadlock_detector.Lock(type_);
280 cur_thread()->internal_deadlock_detector.Unlock(type_);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/cli/
H A Dcli-script.h73 explicit command_line (command_control_type type_, char *line_ = nullptr) argument
75 control_type (type_)
/netbsd-current/external/gpl3/gdb/dist/gdb/cli/
H A Dcli-script.h77 explicit command_line (command_control_type type_, char *line_ = nullptr) argument
79 control_type (type_)
/netbsd-current/external/bsd/kyua-cli/dist/engine/
H A Dtest_result.cpp41 /// \param type_ The type of the result.
44 engine::test_result::test_result(const result_type type_, argument
46 _type(type_),
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dtdesc.h71 int bitsize_, const char *type_);
250 tdesc_type_field (const std::string &name_, tdesc_type *type_, argument
252 : name (name_), type (type_), start (start_), end (end_)
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dtdesc.h71 int bitsize_, const char *type_);
250 tdesc_type_field (const std::string &name_, tdesc_type *type_, argument
252 : name (name_), type (type_), start (start_), end (end_)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/
H A Dlibgccjit++.h154 field new_field (type type_, const std::string &name,
157 field new_bitfield (type type_, int width, const std::string &name,
167 param new_param (type type_,
181 type type_,
308 type type_,
375 lvalue new_local (type type_,
471 rvalue cast_to (type type_,
757 context::new_field (type type_, const std::string &name, location loc) argument
761 type_.get_inner_type (),
766 context::new_bitfield (type type_, in argument
807 new_param(type type_, const std::string &name, location loc) argument
851 new_global(enum gcc_jit_global_kind kind, type type_, const std::string &name, location loc) argument
1229 new_cast(rvalue expr, type type_, location loc) argument
1432 new_local(type type_, const std::string &name, location loc) argument
1690 cast_to(type type_, location loc) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/
H A Dlibgccjit++.h155 field new_field (type type_, const std::string &name,
158 field new_bitfield (type type_, int width, const std::string &name,
168 param new_param (type type_,
182 type type_,
200 rvalue new_struct_ctor (type type_,
205 rvalue new_array_ctor (type type_,
209 rvalue new_union_ctor (type type_,
323 type type_,
393 lvalue new_local (type type_,
496 rvalue cast_to (type type_,
818 new_field(type type_, const std::string &name, location loc) argument
827 new_bitfield(type type_, int width, const std::string &name, location loc) argument
868 new_param(type type_, const std::string &name, location loc) argument
912 new_global(enum gcc_jit_global_kind kind, type type_, const std::string &name, location loc) argument
1290 new_cast(rvalue expr, type type_, location loc) argument
1501 new_local(type type_, const std::string &name, location loc) argument
1790 cast_to(type type_, location loc) argument
1858 new_struct_ctor(type type_, std::vector<field> &fields, std::vector<rvalue> &values, location loc) argument
1888 new_array_ctor(type type_, std::vector<rvalue> &values, location loc) argument
1909 new_union_ctor(type type_, field field, rvalue value, location loc) argument
[all...]

Completed in 236 milliseconds

1234