/openbsd/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/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 185 "type": "array", string 202 "type": "array", string 207 "type": "array", string 212 "type": "array", string 217 "type": "array", string [all …]
|
/openbsd/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() 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() 383 opt_i(int type, char *s) in opt_i() [all …]
|
/openbsd/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() 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() 116 CompilerType TypeSystem::GetTypeForFormatters(void *type) { in GetTypeForFormatters() 120 bool TypeSystem::IsTemplateType(lldb::opaque_compiler_type_t type) { in IsTemplateType() [all …]
|
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/ |
H A D | entry_cmp.hpp | 61 typedef Cmp_Fn type; typedef 77 struct type : public Cmp_Fn struct 81 type() in type() argument 85 type(const Cmp_Fn& other) : Cmp_Fn(other) in type() argument 89 operator()(entry p_lhs, entry p_rhs) const in operator ()()
|
H A D | entry_pred.hpp | 61 typedef Pred type; typedef 77 struct type : public Pred struct 81 type() in type() argument 85 type(const Pred& other) : Pred(other) in type() function 89 operator()(entry p_v) const in operator ()()
|
/openbsd/lib/libcrypto/pem/ |
H A D | pem.h | 255 #define DECLARE_PEM_read_fp(name, type) \ argument 258 #define DECLARE_PEM_write_fp(name, type) \ argument 264 #define DECLARE_PEM_write_cb_fp(name, type) \ argument 270 #define DECLARE_PEM_read_bio(name, type) \ argument 273 #define DECLARE_PEM_write_bio(name, type) \ argument 292 #define DECLARE_PEM_write(name, type) \ argument 300 #define DECLARE_PEM_write_cb(name, type) \ argument 304 #define DECLARE_PEM_read(name, type) \ argument 308 #define DECLARE_PEM_rw(name, type) \ argument 312 #define DECLARE_PEM_rw_const(name, type) \ argument [all …]
|
/openbsd/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 353 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, add, +) argument 356 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, sub, -) argument 359 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, and, &) argument 362 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, or, |) argument [all …]
|
/openbsd/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/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() 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() 363 print_array_type (struct type *type, struct ui_file *stream, int show, in print_array_type() 516 print_variant_clauses (struct type *type, int field_num, in print_variant_clauses() 579 print_record_field_types (struct type *type, struct type *outer_type, in print_record_field_types() 627 struct type *type; in print_record_type() local [all …]
|
H A D | ada-lang.c | 1660 struct type *type; in decode_packed_array() local 2251 struct type *type; in ada_array_bound_from_type() local 2320 struct type *type; in ada_array_bound() local 3438 struct type *type; in ada_simple_renamed_entity() local 5136 struct type *type = in ada_variant_discrim_type() local 5164 struct type *type; in ada_variant_discrim_name() local 5306 struct type *type; in ada_value_primitive_field() local 6209 struct type *type; in template_to_static_fixed_type() local 6514 struct type *type; in to_static_fixed_type() local 6633 struct type *type = in ada_to_static_fixed_value() local [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | typeck.c | 51 set_local_type (slot, type) in set_local_type() argument 114 convert (type, expr) in convert() argument 156 convert_to_char (type, expr) in convert_to_char() 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 480 tree type; local 566 tree type; in get_type_from_signature() local 582 build_null_signature (type) in build_null_signature() argument [all …]
|
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 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 549 set_type_package_list (type) in set_type_package_list() argument [all …]
|
/openbsd/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() 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() 1145 tree type = TREE_TYPE (expr); in build_x_arrow() local 1220 tree type; in build_m_component_ref() local 1303 tree type; in build_functional_cast() local [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 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() 859 tree type = TREE_TYPE (expr); in is_admissible_throw_operand() local [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() 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() 1221 type_promotes_to (tree type) in type_promotes_to() [all …]
|
H A D | mangle.c | 441 tree type = NULL; in is_std_substitution() local 532 tree type; in find_substitution() local 1106 tree type; in write_unqualified_name() local 1227 tree n, base, type; in write_integer_cst() local 1312 tree type = TREE_TYPE (value); in write_real_cst() local 1533 write_type (tree type) in write_type() 1722 write_builtin_type (tree type) in write_builtin_type() 1821 write_function_type (const tree type) in write_function_type() 2371 write_array_type (const tree type) in write_array_type() 2608 mangle_type_string (const tree type) in mangle_type_string() [all …]
|
/openbsd/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/gnu/usr.bin/gcc/gcc/cp/ |
H A D | mangle.c | 389 tree type = NULL; local 482 tree type; local 1009 tree type; local 1134 tree n, base, type; local 1334 tree *type; local 1441 write_type (type) in write_type() argument 1629 write_builtin_type (type) in write_builtin_type() argument 1713 write_function_type (type) in write_function_type() argument 2208 write_array_type (type) in write_array_type() argument 2448 mangle_type_string (type) in mangle_type_string() 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 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 970 convert_force (type, expr, convtype) in convert_force() 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 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 1109 tree type = TREE_TYPE (rval); local 1189 tree type; local 1273 tree type; local [all …]
|
/openbsd/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() 611 tree type = *type_ptr; in count_stars() local 1126 tree type = in check_call() local 1133 tree type = in check_call() local 1444 close_type_seen (tree type) in close_type_seen() 1546 close_type_full_escape (tree type) in close_type_full_escape() 1717 tree type = type_for_uid (i); in type_escape_execute() local 1762 tree type = (tree) result->value; in type_escape_execute() local [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() 494 tree type = TREE_TYPE (chrec); in chrec_evaluate() local 537 tree type = chrec_type (chrec); in chrec_apply() local 1103 avoid_arithmetics_in_type_p (tree type) in avoid_arithmetics_in_type_p() [all …]
|
/openbsd/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()
|