/openbsd-src/lib/libcurses/ |
H A D | report_offsets.c | 38 #define show_size(type) \ argument 42 #define show_offset(type,member) \ argument 51 #define show_COLORS(type,member) { flag = "c"; show_offset(type,member); } argument 57 #define show_DRIVER(type,member) { flag = "d"; show_offset(type,member); } argument 63 #define show_MLEAKS(type,member) { flag = "L"; show_offset(type,member); } argument 69 #define show_NORMAL(type,member) /* nothing */ argument 74 #define show_OPTION(type,member) { flag = "+"; show_offset(type,member); } argument 77 #define show_REENTR(type,member) { flag = "r"; show_offset(type,member); } argument 83 #define show_SPFUNC(type,member) { flag = "s"; show_offset(type,member); } argument 89 #define show_THREAD(type,member) { flag = "t"; show_offset(type,member); } argument [all …]
|
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/ |
H A D | package.json | 102 "type": "lldb-vscode", string 134 "type": "string", string 138 "type": [ array 146 "type": "string", string 151 "type": "array", string 156 "type": "boolean", string 161 "type": "boolean", string 166 "type": "boolean", string 171 "type": "boolean", string 176 "type": "boolean", string [all …]
|
/openbsd-src/usr.bin/less/ |
H A D | optfunc.c | 64 opt_o(int type, char *s) in opt_o() 106 opt__O(int type, char *s) in opt__O() 116 opt_j(int type, char *s) in opt_j() 173 opt_shift(int type, char *s) in opt_shift() 228 opt_k(int type, char *s) in opt_k() 246 opt_t(int type, char *s) in opt_t() 282 opt__T(int type, char *s) in opt__T() 305 opt_p(int type, char *s) in opt_p() 330 opt__P(int type, char *s) in opt__P() 364 opt_b(int type, char *s) in opt_b() [all …]
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/ |
H A D | entry_pred.hpp | 61 typedef Pred type; typedef 77 struct type : public Pred struct 81 type() in type() function 85 type(const Pred& other) : Pred(other) in type() argument 89 operator()(entry p_v) const in operator ()()
|
H A D | entry_cmp.hpp | 61 typedef Cmp_Fn type; typedef 77 struct type : public Cmp_Fn struct 81 type() in type() function 85 type(const Cmp_Fn& other) : Cmp_Fn(other) in type() argument 89 operator()(entry p_lhs, entry p_rhs) const in operator ()()
|
/openbsd-src/gnu/llvm/lldb/source/Symbol/ |
H A D | TypeSystem.cpp | 65 bool TypeSystem::Verify(lldb::opaque_compiler_type_t type) { return true; } in Verify() 68 bool TypeSystem::IsAnonymousType(lldb::opaque_compiler_type_t type) { in IsAnonymousType() 72 CompilerType TypeSystem::GetArrayType(lldb::opaque_compiler_type_t type, in GetArrayType() 78 TypeSystem::GetLValueReferenceType(lldb::opaque_compiler_type_t type) { in GetLValueReferenceType() 83 TypeSystem::GetRValueReferenceType(lldb::opaque_compiler_type_t type) { in GetRValueReferenceType() 87 CompilerType TypeSystem::GetAtomicType(lldb::opaque_compiler_type_t type) { in GetAtomicType() 91 CompilerType TypeSystem::AddConstModifier(lldb::opaque_compiler_type_t type) { in AddConstModifier() 96 TypeSystem::AddVolatileModifier(lldb::opaque_compiler_type_t type) { in AddVolatileModifier() 101 TypeSystem::AddRestrictModifier(lldb::opaque_compiler_type_t type) { in AddRestrictModifier() 105 CompilerType TypeSystem::CreateTypedef(lldb::opaque_compiler_type_t type, in CreateTypedef() [all …]
|
/openbsd-src/lib/libcrypto/pem/ |
H A D | pem.h | 151 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \ argument 157 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \ argument 163 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \ argument 169 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) \ argument 177 #define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) \ argument 186 #define IMPLEMENT_PEM_read_bio(name, type, str, asn1) \ argument 192 #define IMPLEMENT_PEM_write_bio(name, type, str, asn1) \ argument 198 #define IMPLEMENT_PEM_write_bio_const(name, type, str, asn1) \ argument 204 #define IMPLEMENT_PEM_write_cb_bio(name, type, str, asn1) \ argument 211 #define IMPLEMENT_PEM_write_cb_bio_const(name, type, str, asn1) \ argument [all …]
|
/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/ |
H A D | atomic.c | 143 #define TRY_LOCK_FREE_CASE(n, type, ptr) \ argument 170 #define LOCK_FREE_ACTION(type) return true; in __atomic_is_lock_free_c() argument 179 #define LOCK_FREE_ACTION(type) \ in __atomic_load_c() argument 193 #define LOCK_FREE_ACTION(type) \ in __atomic_store_c() argument 211 #define LOCK_FREE_ACTION(type) \ in __atomic_compare_exchange_c() argument 232 #define LOCK_FREE_ACTION(type) \ in __atomic_exchange_c() argument 264 #define OPTIMISED_CASE(n, lockfree, type) \ argument 277 #define OPTIMISED_CASE(n, lockfree, type) \ argument 292 #define OPTIMISED_CASE(n, lockfree, type) \ argument 306 #define OPTIMISED_CASE(n, lockfree, type) \ argument [all …]
|
/openbsd-src/lib/libcrypto/lhash/ |
H A D | lhash.h | 145 #define LHASH_OF(type) struct lhash_st_##type argument 147 #define DECLARE_LHASH_OF(type) LHASH_OF(type) argument 149 #define CHECKED_LHASH_OF(type,lh) \ argument 153 #define LHM_lh_new(type, name) \ argument 155 #define LHM_lh_error(type, lh) \ argument 157 #define LHM_lh_insert(type, lh, inst) \ argument 160 #define LHM_lh_retrieve(type, lh, inst) \ argument 163 #define LHM_lh_delete(type, lh, inst) \ argument 166 #define LHM_lh_doall(type, lh,fn) lh_doall(CHECKED_LHASH_OF(type, lh), fn) argument 167 #define LHM_lh_doall_arg(type, lh, fn, arg_type, arg) \ argument [all …]
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | ada-typeprint.c | 70 decoded_type_name (struct type *type) in decoded_type_name() 124 ada_typedef_print (struct type *type, struct symbol *new, in ada_typedef_print() 136 print_range (struct type *type, struct ui_file *stream) in print_range() 186 print_range_bound (struct type *type, char *bounds, int *n, in print_range_bound() 232 print_dynamic_range_bound (struct type *type, const char *name, int name_len, in print_dynamic_range_bound() 304 print_enum_type (struct type *type, struct ui_file *stream) in print_enum_type() 333 print_fixed_point_type (struct type *type, struct ui_file *stream) in print_fixed_point_type() 351 print_vax_floating_point_type (struct type *type, struct ui_file *stream) in print_vax_floating_point_type() 363 print_array_type (struct type *type, struct ui_file *stream, int show, in print_array_type() 440 print_choices (struct type *type, int field_num, struct ui_file *stream, in print_choices() [all …]
|
H A D | ada-lang.c | 362 ada_get_field_index (const struct type *type, const char *field_name, in ada_get_field_index() 413 value_from_contents_and_address (struct type *type, char *valaddr, in value_from_contents_and_address() 431 coerce_unspec_val_to_type (struct value *val, struct type *type) in coerce_unspec_val_to_type() 504 check_size (const struct type *type) in check_size() 560 discrete_type_high_bound (struct type *type) in discrete_type_high_bound() 581 discrete_type_low_bound (struct type *type) in discrete_type_low_bound() 601 base_type (struct type *type) in base_type() 1099 desc_base_type (struct type *type) in desc_base_type() 1115 is_thin_pntr (struct type *type) in is_thin_pntr() 1125 thin_descriptor_type (struct type *type) in thin_descriptor_type() [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
H A D | mangle.c | 91 java_mangle_class_field (obstack, type) in java_mangle_class_field() argument 103 java_mangle_vtable (obstack, type) in java_mangle_vtable() argument 191 mangle_type (type) in mangle_type() argument 255 find_compression_pointer_match (type) in find_compression_pointer_match() argument 270 find_compression_array_match (type) in find_compression_array_match() argument 295 find_compression_record_match (type, next_current) in find_compression_record_match() argument 349 mangle_record_type (type, for_pointer) in mangle_record_type() argument 402 mangle_pointer_type (type) in mangle_pointer_type() argument 440 tree type, elt_type; local 526 entry_match_pointer_p (type, i) in entry_match_pointer_p() argument [all …]
|
H A D | typeck.c | 51 set_local_type (slot, type) in set_local_type() argument 81 convert_ieee_real_to_integer (type, expr) in convert_ieee_real_to_integer() argument 114 convert (type, expr) in convert() argument 156 convert_to_char (type, expr) in convert_to_char() argument 163 convert_to_boolean (type, expr) in convert_to_boolean() argument 217 java_signed_or_unsigned_type (unsignedp, type) in java_signed_or_unsigned_type() argument 237 java_signed_type (type) in java_signed_type() argument 246 java_unsigned_type (type) in java_unsigned_type() argument 321 is_array_type_p (type) in is_array_type_p() argument 442 promote_type (type) in promote_type() argument [all …]
|
/openbsd-src/gnu/gcc/gcc/cp/ |
H A D | typeck2.c | 50 error_not_base_type (tree basetype, tree type) in error_not_base_type() 59 binfo_or_else (tree base, tree type) in binfo_or_else() 131 tree type; member 180 complete_type_check_abstract (tree type) in complete_type_check_abstract() 240 abstract_virtuals_error (tree decl, tree type) in abstract_virtuals_error() 348 cxx_incomplete_type_diagnostic (tree value, tree type, int diag_type) in cxx_incomplete_type_diagnostic() 439 cxx_incomplete_type_error (tree value, tree type) in cxx_incomplete_type_error() 453 tree type = TREE_TYPE (dest); in split_nonconstant_init_1() local 587 tree value, type; in store_init_value() local 651 digest_init (tree type, tree init) in digest_init() [all …]
|
H A D | except.c | 106 prepare_eh_type (tree type) in prepare_eh_type() 124 eh_type_info (tree type) in eh_type_info() 143 build_eh_type_type (tree type) in build_eh_type_type() 205 dtor_nothrow (tree type) in dtor_nothrow() 223 do_end_catch (tree type) in do_end_catch() 245 push_eh_cleanup (tree type) in push_eh_cleanup() 408 tree type; in expand_start_catch_block() local 518 tree type = prepare_eh_type (TREE_VALUE (raw_raises)); in finish_eh_spec_block() local 531 do_allocate_exception (tree type) in do_allocate_exception() 829 complete_ptr_ref_or_void_ptr_p (tree type, tree from) in complete_ptr_ref_or_void_ptr_p() [all …]
|
H A D | cvt.c | 79 cp_convert_to_pointer (tree type, tree expr, bool force) in cp_convert_to_pointer() 296 convert_to_pointer_force (tree type, tree expr) in convert_to_pointer_force() 350 build_up_reference (tree type, tree arg, int flags, tree decl) in build_up_reference() 445 tree type = TYPE_MAIN_VARIANT (TREE_TYPE (reftype)); in convert_to_reference() local 593 cp_convert (tree type, tree expr) in cp_convert() 603 ocp_convert (tree type, tree expr, int convtype, int flags) in ocp_convert() 861 tree type = TREE_TYPE (expr); in convert_to_void() local 886 tree type = TREE_TYPE (expr); in convert_to_void() local 1009 convert (tree type, tree expr) in convert() 1030 convert_force (tree type, tree expr, int convtype) in convert_force() [all …]
|
H A D | mangle.c | 310 const tree type = TREE_TYPE (decl); in decl_is_template_id() local 441 tree type = NULL; in is_std_substitution() local 532 tree type; in find_substitution() local 1019 tree type = DECL_P (node) ? TREE_TYPE (node) : node; in write_template_prefix() local 1106 tree type; in write_unqualified_name() local 1136 write_conversion_operator_name (const tree type) in write_conversion_operator_name() 1227 tree n, base, type; in write_integer_cst() local 1312 tree type = TREE_TYPE (value); in write_real_cst() local 1439 tree type = VEC_index (tree, local_classes, ix); in discriminator_for_local_entity() local 1533 write_type (tree type) in write_type() [all …]
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/ |
H A D | standard_policies.hpp | 66 typedef __gnu_cxx::hash< Key> type; typedef 72 typedef std::equal_to< Key> type; typedef 82 typedef pb_ds::direct_mask_range_hashing<> type; typedef 111 type; typedef 116 typedef pb_ds::move_to_front_lu_policy<> type; typedef 135 type; typedef 156 type; typedef
|
H A D | priority_queue_base_dispatch.hpp | 67 typedef pairing_heap_< Value_Type, Cmp_Fn, Allocator> type; typedef 73 typedef binomial_heap_< Value_Type, Cmp_Fn, Allocator> type; typedef 79 typedef rc_binomial_heap_< Value_Type, Cmp_Fn, Allocator> type; typedef 85 typedef binary_heap_< Value_Type, Cmp_Fn, Allocator> type; typedef 91 typedef thin_heap_< Value_Type, Cmp_Fn, Allocator> type; typedef
|
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
H A D | mangle.c | 253 tree type = TREE_TYPE (decl); local 389 tree type = NULL; local 482 tree type; local 924 tree type = DECL_P (node) ? TREE_TYPE (node) : node; local 1009 tree type; local 1036 write_conversion_operator_name (tree type) in write_conversion_operator_name() 1134 tree n, base, type; local 1220 tree type = TREE_TYPE (value); local 1334 tree *type; local 1441 write_type (type) in write_type() argument [all …]
|
H A D | cvt.c | 75 cp_convert_to_pointer (type, expr, force) in cp_convert_to_pointer() argument 293 convert_to_pointer_force (type, expr) in convert_to_pointer_force() argument 348 build_up_reference (type, arg, flags, decl) in build_up_reference() argument 444 register tree type = TYPE_MAIN_VARIANT (TREE_TYPE (reftype)); local 566 tree type = TREE_TYPE (val); local 607 cp_convert (type, expr) in cp_convert() argument 618 ocp_convert (type, expr, convtype, flags) in ocp_convert() argument 858 tree type = TREE_TYPE (expr); local 880 tree type = TREE_TYPE (expr); local 945 convert (type, expr) in convert() argument [all …]
|
H A D | typeck2.c | 49 error_not_base_type (basetype, type) in error_not_base_type() argument 59 binfo_or_else (base, type) in binfo_or_else() argument 129 abstract_virtuals_error (decl, type) in abstract_virtuals_error() argument 196 cxx_incomplete_type_diagnostic (value, type, diag_type) in cxx_incomplete_type_diagnostic() argument 291 cxx_incomplete_type_error (value, type) in cxx_incomplete_type_error() argument 308 tree *pelt, elt, type = TREE_TYPE (dest); in split_nonconstant_init_1() local 424 register tree value, type; local 514 digest_init (type, init, tail) in digest_init() argument 710 process_init_constructor (type, init, elts) in process_init_constructor() argument 1109 tree type = TREE_TYPE (rval); local [all …]
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | ipa-type-escape.c | 142 get_name_of_type (tree type) in get_name_of_type() 201 discover_unique_type (tree type) in discover_unique_type() 260 type_to_consider (tree type) in type_to_consider() 291 get_canon_type (tree type, bool see_thru_ptrs, bool see_thru_arrays) in get_canon_type() 318 get_canon_type_uid (tree type, bool see_thru_ptrs, bool see_thru_arrays) in get_canon_type_uid() 332 ipa_type_escape_star_count_of_interesting_type (tree type) in ipa_type_escape_star_count_of_interesting_type() 361 ipa_type_escape_star_count_of_interesting_or_array_type (tree type) in ipa_type_escape_star_count_of_interesting_or_array_type() 389 ipa_type_escape_type_contained_p (tree type) in ipa_type_escape_type_contained_p() 463 mark_type (tree type, enum escape_t escape_status) in mark_type() 503 mark_interesting_type (tree type, enum escape_t escape_status) in mark_interesting_type() [all …]
|
H A D | tree-chrec.c | 58 tree type, in chrec_fold_poly_cst() 97 tree type, in chrec_fold_plus_poly_poly() 172 chrec_fold_multiply_poly_poly (tree type, in chrec_fold_multiply_poly_poly() 254 chrec_fold_plus_1 (enum tree_code code, tree type, in chrec_fold_plus_1() 321 chrec_fold_plus (tree type, in chrec_fold_plus() 340 chrec_fold_minus (tree type, in chrec_fold_minus() 357 chrec_fold_multiply (tree type, in chrec_fold_multiply() 418 tree_fold_binomial (tree type, tree n, unsigned int k) in tree_fold_binomial() 494 tree type = TREE_TYPE (chrec); in chrec_evaluate() local 537 tree type = chrec_type (chrec); in chrec_apply() local [all …]
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCTypeEncodingParser.cpp | 35 std::string AppleObjCTypeEncodingParser::ReadStructName(StringLexer &type) { in ReadStructName() 42 std::string AppleObjCTypeEncodingParser::ReadQuotedString(StringLexer &type) { in ReadQuotedString() 52 uint32_t AppleObjCTypeEncodingParser::ReadNumber(StringLexer &type) { in ReadNumber() 68 StringLexer &type, in ReadStructElement() 82 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression) { in BuildStruct() 88 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression) { in BuildUnion() 94 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression, in BuildAggregate() 152 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression) { in BuildArray() 171 TypeSystemClang &clang_ast_ctx, StringLexer &type, bool for_expression) { in BuildObjCObjectPointerType() 256 StringLexer &type, bool for_expression, in BuildType()
|