Home
last modified time | relevance | path

Searched +defs:type +defs:const (Results 1 – 25 of 177) sorted by relevance

12345678

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Drange-op.cc53 max_limit (const_tree type) in max_limit()
61 min_limit (const_tree type) in min_limit()
72 empty_range_varying (irange &r, tree type, in empty_range_varying()
89 get_shift_range (irange &r, tree type, const irange &op) in get_shift_range()
108 wi_includes_zero_p (tree type, const wide_int &wmin, const wide_int &wmax) in wi_includes_zero_p()
117 wi_zero_p (tree type, const wide_int &wmin, const wide_int &wmax) in wi_zero_p()
126 range_operator::wi_fold (irange &r, tree type, in wi_fold()
130 const wide_int &rh_ub ATTRIBUTE_UNUSED) const in wi_fold() argument
141 range_operator::wi_fold_in_parts (irange &r, tree type, in wi_fold_in_parts()
145 const wide_int &rh_ub) const in wi_fold_in_parts() argument
[all …]
H A Dvalue-range.cc191 tree type = TREE_TYPE (min); in irange_set_1bit_anti_range() local
228 tree type = TREE_TYPE (min); in irange_set_anti_range() local
409 irange::legacy_lower_bound (unsigned pair) const in legacy_lower_bound()
436 irange::legacy_upper_bound (unsigned pair) const in legacy_upper_bound()
460 irange::legacy_equal_p (const irange &other) const in legacy_equal_p() argument
477 irange::equal_p (const irange &other) const in equal_p() argument
533 irange::singleton_p (tree *result) const in singleton_p()
585 irange::value_inside_range (tree val) const in value_inside_range()
615 irange::may_contain_p (tree val) const in may_contain_p()
629 irange::contains_p (tree cst) const in contains_p()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drange-op.cc52 max_limit (const_tree type) in max_limit()
60 min_limit (const_tree type) in min_limit()
85 undefined_shift_range_check (value_range &r, tree type, const value_range op) in undefined_shift_range_check()
110 wi_includes_zero_p (tree type, const wide_int &wmin, const wide_int &wmax) in wi_includes_zero_p()
119 wi_zero_p (tree type, const wide_int &wmin, const wide_int &wmax) in wi_zero_p()
128 range_operator::wi_fold (value_range &r, tree type, in wi_fold()
132 const wide_int &rh_ub ATTRIBUTE_UNUSED) const in wi_fold() argument
142 range_operator::fold_range (value_range &r, tree type, in fold_range()
144 const value_range &rh) const in fold_range() argument
173 const value_range &op2 ATTRIBUTE_UNUSED) const in op1_range() argument
[all …]
H A Dvalue-range.cc35 value_range::value_range (tree type) in value_range()
40 value_range::value_range (tree type, in value_range()
58 value_range::set_varying (tree type) in set_varying()
154 tree type = TREE_TYPE (min); in set() local
243 value_range::set_nonzero (tree type) in set_nonzero()
252 value_range::set_zero (tree type) in set_zero()
320 value_range::lower_bound (unsigned pair) const in lower_bound()
349 value_range::upper_bound (unsigned pair) const in upper_bound()
385 value_range::equal_p (const value_range &other) const in equal_p() argument
397 value_range::operator== (const value_range &r) const in operator ==() argument
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_new_delete.cc75 #define OPERATOR_NEW_BODY(type, nothrow) \ argument
85 #define OPERATOR_NEW_BODY_ALIGN(type, nothrow) \ argument
111 void *operator new(size_t size, std::nothrow_t const&) in operator new()
114 void *operator new[](size_t size, std::nothrow_t const&) in operator new[]()
123 void *operator new(size_t size, std::align_val_t align, std::nothrow_t const&) in operator new()
126 void *operator new[](size_t size, std::align_val_t align, std::nothrow_t const&) in operator new[]()
136 INTERCEPTOR(void *, _ZnwmRKSt9nothrow_t, size_t size, std::nothrow_t const&) { in INTERCEPTOR()
139 INTERCEPTOR(void *, _ZnamRKSt9nothrow_t, size_t size, std::nothrow_t const&) { in INTERCEPTOR()
144 #define OPERATOR_DELETE_BODY(type) \ argument
149 #define OPERATOR_DELETE_BODY_SIZE(type) \ argument
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_new_delete.cc73 #define OPERATOR_NEW_BODY(type, nothrow) \ argument
83 #define OPERATOR_NEW_BODY_ALIGN(type, nothrow) \ argument
109 void *operator new(size_t size, std::nothrow_t const&) in operator new()
112 void *operator new[](size_t size, std::nothrow_t const&) in operator new[]()
121 void *operator new(size_t size, std::align_val_t align, std::nothrow_t const&) in operator new()
124 void *operator new[](size_t size, std::align_val_t align, std::nothrow_t const&) in operator new[]()
134 INTERCEPTOR(void *, _ZnwmRKSt9nothrow_t, size_t size, std::nothrow_t const&) { in INTERCEPTOR()
137 INTERCEPTOR(void *, _ZnamRKSt9nothrow_t, size_t size, std::nothrow_t const&) { in INTERCEPTOR()
142 #define OPERATOR_DELETE_BODY(type) \ argument
147 #define OPERATOR_DELETE_BODY_SIZE(type) \ argument
[all …]
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_new_delete.cpp72 #define OPERATOR_NEW_BODY(type, nothrow) \ argument
78 #define OPERATOR_NEW_BODY_ALIGN(type, nothrow) \ argument
100 void *operator new(size_t size, std::nothrow_t const&) in operator new()
103 void *operator new[](size_t size, std::nothrow_t const&) in operator new[]()
112 void *operator new(size_t size, std::align_val_t align, std::nothrow_t const&) in operator new()
115 void *operator new[](size_t size, std::align_val_t align, std::nothrow_t const&) in operator new[]()
125 INTERCEPTOR(void *, _ZnwmRKSt9nothrow_t, size_t size, std::nothrow_t const&) { in INTERCEPTOR()
128 INTERCEPTOR(void *, _ZnamRKSt9nothrow_t, size_t size, std::nothrow_t const&) { in INTERCEPTOR()
133 #define OPERATOR_DELETE_BODY(type) \ argument
137 #define OPERATOR_DELETE_BODY_SIZE(type) \ argument
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsvalue.cc71 svalue::dump (bool simple) const in dump()
85 svalue::get_desc (bool simple) const in get_desc()
163 model_merger *merger) const in can_merge_p()
285 const region_model *model) const in live_p() argument
300 svalue::implicitly_live_p (const svalue_set *, const region_model *) const in implicitly_live_p() argument
625 svalue::involves_p (const svalue *other) const in involves_p() argument
639 svalue::extract_bit_range (tree type, in extract_bit_range()
641 region_model_manager *mgr) const in extract_bit_range()
651 region_model_manager *) const in maybe_fold_bits_within()
713 region_svalue::dump_to_pp (pretty_printer *pp, bool simple) const in dump_to_pp()
[all …]
H A Dregion.cc141 region::descendent_of_p (const region *elder) const in descendent_of_p() argument
306 region::get_byte_size (byte_size_t *out) const in get_byte_size()
308 tree type = get_type (); in get_byte_size() local
324 region::get_byte_size_sval (region_model_manager *mgr) const in get_byte_size_sval()
326 tree type = get_type (); in get_byte_size_sval() local
347 int_size_in_bits (const_tree type, bit_size_t *out) in int_size_in_bits()
370 region::get_bit_size (bit_size_t *out) const in get_bit_size()
372 tree type = get_type (); in get_bit_size() local
412 region::get_subregions_for_binding (region_model_manager *mgr, in get_subregions_for_binding()
415 tree type, in get_subregions_for_binding()
[all …]
/netbsd-src/external/bsd/kyua-cli/dist/engine/
H A Dtest_result.cpp76 std::string type, reason; in parse() local
116 engine::test_result::type(void) const in type() function in engine::test_result
126 engine::test_result::reason(void) const in reason()
136 engine::test_result::good(void) const in good()
158 engine::test_result::operator==(const test_result& other) const in operator ==() argument
171 engine::test_result::operator!=(const test_result& other) const in operator !=() argument
/netbsd-src/external/mit/isl/dist/interface/
H A Dcpp.cc52 QualType type; in set_class_construction_types() local
338 const Type *type = param->getOriginalType().getTypePtr(); in next_variant() local
446 QualType type = param->getOriginalType(); in print_descendent_overloads() local
504 void Method::print_param_use(ostream &os, int pos) const in print_param_use()
509 QualType type = param->getOriginalType(); in print_param_use() local
554 std::string cpp_type_printer::return_type(const Method &method) const in return_type() argument
655 QualType type = param->getOriginalType(); in print_method_header() local
684 std::string cpp_type_printer::generate_callback_args(int arg, QualType type, in generate_callback_args()
685 bool cpp) const in generate_callback_args()
697 QualType type = callback->getArgType(i); in generate_callback_args() local
[all …]
H A Dgenerator.cc51 bool isl_class::first_arg_matches_class(FunctionDecl *method) const in first_arg_matches_class()
54 QualType type; in first_arg_matches_class() local
73 bool isl_class::is_static(FunctionDecl *method) const in is_static()
96 QualType type, return_type; in is_mutator() local
148 const Type *type = return_type.getTypePtr(); in extract_automatic_conversion() local
569 bool generator::is_isl_ctx(QualType type) in is_isl_ctx()
671 bool generator::is_isl_type(QualType type) in is_isl_type()
689 bool generator::is_isl_neg_error(QualType type) in is_isl_neg_error()
696 static bool is_isl_primitive(QualType type, const char *name) in is_isl_primitive()
709 bool generator::is_isl_bool(QualType type) in is_isl_bool()
[all …]
/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/
H A Ddynamic_cast.cc40 const __class_type_info *type; member
51 unsigned int outer) const in __do_catch()
53 const type_info *type = this; in __do_catch() local
68 unsigned int outer) const in __do_catch()
110 void *__class_type_info::cast_to(void *obj, const struct __class_type_info *other) const in cast_to() argument
119 void *__si_class_type_info::cast_to(void *obj, const struct __class_type_info *other) const in cast_to() argument
128 void **thrown_object) const in __do_upcast()
137 void *__vmi_class_type_info::cast_to(void *obj, const struct __class_type_info *other) const in cast_to() argument
147 void **thrown_object) const in __do_upcast()
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DTlsOptions.cpp25 opttype type; member
48 static void checkOpt( TlsOptions::tls_option opt, opttype type ) { in checkOpt()
62 void TlsOptions::setOption( tls_option opt, const std::string& value ) const { in setOption()
102 void TlsOptions::setOption( tls_option opt, int value ) const { in setOption()
107 void TlsOptions::setOption( tls_option opt, void *value ) const { in setOption()
120 void TlsOptions::getOption( tls_option opt, void* value ) const { in getOption()
132 int TlsOptions::getIntOption( tls_option opt ) const { in getIntOption()
139 std::string TlsOptions::getStringOption( tls_option opt ) const { in getStringOption()
H A DLdifReader.cpp37 std::string type; in readNextRecord() local
246 std::string &type, in splitLine()
247 std::string &value) const in splitLine()
328 std::string LdifReader::readIncludeLine( const std::string& line ) const in readIncludeLine()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dattributes.cc42 Object_attribute::size(int tag) const in size()
77 Object_attribute::matches(const Object_attribute& oa) const in matches() argument
88 std::vector<unsigned char>* buffer) const in write()
162 int type = Object_attribute::arg_type(this->vendor_, tag); in new_attribute() local
199 Vendor_object_attributes::get_attribute(int tag) const in get_attribute()
214 Vendor_object_attributes::write(std::vector<unsigned char>* buffer) const in write()
342 int type = Object_attribute::arg_type(vendor, tag); in Attributes_section_data() local
431 Attributes_section_data::write(std::vector<unsigned char>* buffer) const in write()
H A Dsymtab.cc55 elfcpp::STT type, elfcpp::STB binding, in init_fields()
137 Output_data* od, elfcpp::STT type, in init_base_output_data()
156 Output_segment* os, elfcpp::STT type, in init_base_output_segment()
176 elfcpp::STT type, elfcpp::STB binding, in init_base_constant()
192 elfcpp::STT type, elfcpp::STB binding, in init_base_undefined()
235 Size_type symsize, elfcpp::STT type, in init_output_data()
255 Size_type symsize, elfcpp::STT type, in init_output_segment()
275 elfcpp::STT type, elfcpp::STB binding, in init_constant()
290 Value_type value, elfcpp::STT type, in init_undefined()
341 Symbol::should_add_dynsym_entry(Symbol_table* symtab) const in should_add_dynsym_entry()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dattributes.cc42 Object_attribute::size(int tag) const in size()
77 Object_attribute::matches(const Object_attribute& oa) const in matches() argument
88 std::vector<unsigned char>* buffer) const in write()
162 int type = Object_attribute::arg_type(this->vendor_, tag); in new_attribute() local
199 Vendor_object_attributes::get_attribute(int tag) const in get_attribute()
214 Vendor_object_attributes::write(std::vector<unsigned char>* buffer) const in write()
342 int type = Object_attribute::arg_type(vendor, tag); in Attributes_section_data() local
431 Attributes_section_data::write(std::vector<unsigned char>* buffer) const in write()
H A Dsymtab.cc55 elfcpp::STT type, elfcpp::STB binding, in init_fields()
137 Output_data* od, elfcpp::STT type, in init_base_output_data()
156 Output_segment* os, elfcpp::STT type, in init_base_output_segment()
176 elfcpp::STT type, elfcpp::STB binding, in init_base_constant()
192 elfcpp::STT type, elfcpp::STB binding, in init_base_undefined()
235 Size_type symsize, elfcpp::STT type, in init_output_data()
255 Size_type symsize, elfcpp::STT type, in init_output_segment()
275 elfcpp::STT type, elfcpp::STB binding, in init_constant()
290 Value_type value, elfcpp::STT type, in init_undefined()
341 Symbol::should_add_dynsym_entry(Symbol_table* symtab) const in should_add_dynsym_entry()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp264 #define ASSERT_IMPLEMENTS_children(type) \ argument
266 #define ASSERT_IMPLEMENTS_getBeginLoc(type) \ argument
268 #define ASSERT_IMPLEMENTS_getEndLoc(type) \ argument
277 #define ABSTRACT_STMT(type) in check_implementations() argument
278 #define STMT(type, base) \ in check_implementations() argument
288 #define ABSTRACT_STMT(type) in children() argument
289 #define STMT(type, base) \ in children() argument
306 SourceRange getSourceRangeImpl(const Stmt *stmt, in getSourceRangeImpl()
316 SourceRange getSourceRangeImpl(const Stmt *stmt, in getSourceRangeImpl()
327 #define ABSTRACT_STMT(type) in getSourceRange() argument
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_suppressions.cc81 bool SuppressionContext::Match(const char *str, const char *type, in Match()
121 int type; in Parse() local
151 bool SuppressionContext::HasSuppressionType(const char *type) const { in HasSuppressionType() argument
159 const Suppression *SuppressionContext::SuppressionAt(uptr i) const { in SuppressionAt()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_suppressions.cc79 bool SuppressionContext::Match(const char *str, const char *type, in Match()
119 int type; in Parse() local
149 bool SuppressionContext::HasSuppressionType(const char *type) const { in HasSuppressionType() argument
157 const Suppression *SuppressionContext::SuppressionAt(uptr i) const { in SuppressionAt()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_suppressions.cpp91 bool SuppressionContext::Match(const char *str, const char *type, in Match()
131 int type; in Parse() local
161 bool SuppressionContext::HasSuppressionType(const char *type) const { in HasSuppressionType() argument
169 const Suppression *SuppressionContext::SuppressionAt(uptr i) const { in SuppressionAt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DConstantInitBuilder.cpp154 ConstantAggregateBuilderBase::getAddrOfPosition(llvm::Type *type, in getAddrOfPosition()
168 ConstantAggregateBuilderBase::getAddrOfCurrentPosition(llvm::Type *type) { in getAddrOfCurrentPosition()
183 size_t position) const { in getGEPIndicesTo()
202 ConstantAggregateBuilderBase::addPlaceholderWithSize(llvm::Type *type) { in addPlaceholderWithSize()
222 CharUnits ConstantAggregateBuilderBase::getOffsetFromGlobalTo(size_t end) const{ in getOffsetFromGlobalTo()
273 auto type = llvm::ArrayType::get(eltTy, elts.size()); in finishArray() local
/netbsd-src/external/bsd/atf/dist/tools/
H A Dparser.cpp56 const throw() in what()
69 const in operator std::string()
91 const throw() in what()
131 const in lineno()
137 impl::token::type(void) in type() function in impl::token
138 const in type()
145 const in text()
151 const in operator bool()
158 const in operator !()
180 impl::header_entry::name(void) const in name()
[all …]

12345678