| /openbsd-src/sys/dev/pci/drm/amd/display/dc/bios/ |
| H A D | bios_parser_common.c | 29 static enum object_type object_type_from_bios_object_id(uint32_t bios_object_id) in object_type_from_bios_object_id() 33 enum object_type object_type; in object_type_from_bios_object_id() local 37 object_type = OBJECT_TYPE_GPU; in object_type_from_bios_object_id() 40 object_type = OBJECT_TYPE_ENCODER; in object_type_from_bios_object_id() 43 object_type = OBJECT_TYPE_CONNECTOR; in object_type_from_bios_object_id() 46 object_type = OBJECT_TYPE_ROUTER; in object_type_from_bios_object_id() 49 object_type = OBJECT_TYPE_GENERIC; in object_type_from_bios_object_id() 52 object_type = OBJECT_TYPE_UNKNOWN; in object_type_from_bios_object_id() 56 return object_type; in object_type_from_bios_object_id() 251 static uint32_t id_from_bios_object_id(enum object_type type, in id_from_bios_object_id() [all …]
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_external.cpp | 24 const char *object_type; member 41 return tag_data ? tag_data->object_type : nullptr; in GetObjectTypeFromTag() 77 void *__tsan_external_register_tag(const char *object_type) { in __tsan_external_register_tag() argument 80 GetTagData(new_tag)->object_type = internal_strdup(object_type); in __tsan_external_register_tag() 82 internal_snprintf(header, sizeof(header), "race on %s", object_type); in __tsan_external_register_tag()
|
| H A D | tsan_report.cpp | 155 const char *object_type = GetObjectTypeFromTag(mop->external_tag); in PrintMop() local 156 if (object_type == nullptr) in PrintMop() 157 object_type = "external object"; in PrintMop() 159 ExternalMopDesc(first, mop->write), object_type, in PrintMop() 185 const char *object_type = GetObjectTypeFromTag(loc->external_tag); in PrintLocation() local 186 if (!object_type) { in PrintLocation() 193 object_type, loc->heap_chunk_size, in PrintLocation()
|
| H A D | tsan_debugging.cpp | 144 const char **object_type) { in __tsan_get_report_loc_object_type() argument 148 *object_type = GetObjectTypeFromTag(loc->external_tag); in __tsan_get_report_loc_object_type()
|
| H A D | tsan_interface.h | 89 void *__tsan_external_register_tag(const char *object_type); 164 const char **object_type);
|
| /openbsd-src/gnu/llvm/clang/tools/clang-format/ |
| H A D | git-clang-format | 256 object_type = get_object_type(commit) 257 if object_type not in ('commit', 'tag'): 258 if object_type is None: 261 die("'%s' is a %s, but a commit was expected" % (commit, object_type)) 283 object_type = get_object_type(value) 284 if object_type is None: 286 if object_type in ('commit', 'tag'): 289 (value, object_type))
|
| /openbsd-src/gnu/llvm/llvm/utils/ |
| H A D | revert_checker.py | 205 object_type = subprocess.check_output( 216 if object_type == 'commit': 221 object_type, reverted_sha)
|
| /openbsd-src/sys/dev/pci/drm/amd/display/include/ |
| H A D | grph_object_id.h | 30 enum object_type { enum 239 enum object_type type) in dal_graphics_object_id_init()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | typeck.c | 1850 tree object_type; in build_class_member_access_expr() local 1885 object_type = TREE_TYPE (object); in build_class_member_access_expr() 1886 if (!complete_type_or_else (object_type, object)) in build_class_member_access_expr() 1888 if (!CLASS_TYPE_P (object_type)) in build_class_member_access_expr() 1891 member, object, object_type); in build_class_member_access_expr() 1912 object_type)) in build_class_member_access_expr() 1914 if (!member_scope || !DERIVED_FROM_P (member_scope, object_type)) in build_class_member_access_expr() 1916 error ("`%D' is not a member of `%T'", member, object_type); in build_class_member_access_expr() 1941 if (!same_type_p (TYPE_MAIN_VARIANT (object_type), in build_class_member_access_expr() 1947 binfo = lookup_base (access_path ? access_path : object_type, in build_class_member_access_expr() [all …]
|
| H A D | call.c | 473 tree object_type; local 511 object_type = TREE_TYPE (instance); 520 if (! check_dtor_name (object_type, name)) 523 TREE_OPERAND (name, 0), object_type); 526 object_type = complete_type_or_else (object_type, NULL_TREE); 527 if (!object_type || object_type == error_mark_node) 530 if (! TYPE_HAS_DESTRUCTOR (object_type)) 534 return build_delete (build_pointer_type (object_type), 539 if (!CLASS_TYPE_P (object_type)) 544 name, instance, object_type); [all …]
|
| H A D | pt.c | 1384 tree object_type = NULL_TREE; local 1404 object_type = TREE_TYPE (TREE_VALUE (spec_types)); 1427 if (object_type) 1440 new_type = build_cplus_method_type (object_type,
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | typeck.c | 1764 tree object_type; in build_class_member_access_expr() local 1777 object_type = TREE_TYPE (object); in build_class_member_access_expr() 1778 if (!currently_open_class (object_type) in build_class_member_access_expr() 1779 && !complete_type_or_else (object_type, object)) in build_class_member_access_expr() 1781 if (!CLASS_TYPE_P (object_type)) in build_class_member_access_expr() 1784 member, object, object_type); in build_class_member_access_expr() 1805 object_type)) in build_class_member_access_expr() 1807 if (!member_scope || !DERIVED_FROM_P (member_scope, object_type)) in build_class_member_access_expr() 1812 error ("%qD is not a member of %qT", member, object_type); in build_class_member_access_expr() 1846 if (!same_type_p (TYPE_MAIN_VARIANT (object_type), in build_class_member_access_expr() [all …]
|
| H A D | semantics.c | 1474 tree object_type, in check_accessibility_of_qualified_id() argument 1490 if (object_type in check_accessibility_of_qualified_id() 1499 && CLASS_TYPE_P (object_type) in check_accessibility_of_qualified_id() 1500 && DERIVED_FROM_P (scope, object_type)) in check_accessibility_of_qualified_id() 1503 qualifying_type = object_type; in check_accessibility_of_qualified_id()
|
| H A D | pt.c | 1710 tree object_type = NULL_TREE; in copy_default_args_to_explicit_spec() local 1730 object_type = TREE_TYPE (TREE_VALUE (spec_types)); in copy_default_args_to_explicit_spec() 1753 if (object_type) in copy_default_args_to_explicit_spec() 1766 new_type = build_method_type_directly (object_type, in copy_default_args_to_explicit_spec() 7841 tsubst_baselink (tree baselink, tree object_type, in tsubst_baselink() argument 7893 if (!object_type) in tsubst_baselink() 7894 object_type = current_class_type; in tsubst_baselink() 7897 object_type); in tsubst_baselink() 9275 tree object_type; in tsubst_copy_and_build() local 9283 object_type = TREE_TYPE (object); in tsubst_copy_and_build() [all …]
|
| H A D | parser.c | 1201 tree object_type; member 1289 context->object_type = next->object_type; in cp_parser_context_new() 4642 parser->context->object_type = scope; in cp_parser_postfix_dot_deref_expression() 4737 parser->context->object_type = NULL_TREE; in cp_parser_postfix_dot_deref_expression() 14998 tree object_type = parser->context->object_type; in cp_parser_lookup_name() local 15010 parser->context->object_type = NULL_TREE; in cp_parser_lookup_name() 15036 else if (object_type) in cp_parser_lookup_name() 15037 type = object_type; in cp_parser_lookup_name() 15123 else if (object_type) in cp_parser_lookup_name() 15128 if (CLASS_TYPE_P (object_type)) in cp_parser_lookup_name() [all …]
|
| H A D | class.c | 498 tree object_type; in convert_to_base() local 502 object_type = TREE_TYPE (TREE_TYPE (object)); in convert_to_base() 506 object_type = TREE_TYPE (object); in convert_to_base() 508 binfo = lookup_base (object_type, type, in convert_to_base()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 662 std::string object_type = std::string(loc->GetAsDictionary() in GenerateSummary() local 666 if (!object_type.empty()) { in GenerateSummary() 667 summary = "Race on " + object_type + " object"; in GenerateSummary() 761 std::string object_type = std::string(loc->GetAsDictionary() in GetLocationDescription() local 765 if (!object_type.empty()) { in GetLocationDescription() 767 object_type.c_str(), addr); in GetLocationDescription()
|
| /openbsd-src/gnu/llvm/compiler-rt/include/sanitizer/ |
| H A D | tsan_interface.h | 139 void *__tsan_external_register_tag(const char *object_type);
|
| /openbsd-src/lib/libcrypto/asn1/ |
| H A D | tasn_dec.c | 528 int object_type; in asn1_d2i_any() local 547 if (asn1_check_tag(&cbs_object, &length, &object_type, &object_class, in asn1_d2i_any() 553 object_type = V_ASN1_OTHER; in asn1_d2i_any() 555 return asn1_d2i_primitive_content(pval, cbs, &cbs_object, object_type, in asn1_d2i_any()
|
| /openbsd-src/sys/dev/pci/drm/amd/amdkfd/ |
| H A D | kfd_priv.h | 1211 uint32_t object_type; member 1219 uint32_t object_type; member 1243 uint32_t object_type; member
|
| H A D | kfd_chardev.c | 2503 BUILD_BUG_ON(offsetof(struct kfd_criu_queue_priv_data, object_type)); in criu_restore_objects() 2504 BUILD_BUG_ON(offsetof(struct kfd_criu_event_priv_data, object_type)); in criu_restore_objects() 2505 BUILD_BUG_ON(offsetof(struct kfd_criu_svm_range_priv_data, object_type)); in criu_restore_objects() 2508 uint32_t object_type; in criu_restore_objects() 2510 if (*priv_offset + sizeof(object_type) > max_priv_data_size) { in criu_restore_objects() 2515 ret = get_user(object_type, (uint32_t __user *)(args->priv_data + *priv_offset)); in criu_restore_objects() 2521 switch (object_type) { in criu_restore_objects() 2541 pr_err("Invalid object type:%u at index:%d\n", object_type, i); in criu_restore_objects() 2502 uint32_t object_type; criu_restore_objects() local
|
| H A D | kfd_events.c | 550 ev_priv->object_type = KFD_CRIU_OBJECT_TYPE_EVENT; in kfd_criu_checkpoint_events()
|
| H A D | kfd_process_queue_manager.c | 845 q_data->object_type = KFD_CRIU_OBJECT_TYPE_QUEUE; in criu_checkpoint_queues_device()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | expr.c | 806 tree object_type = TYPE_NAME (TREE_TYPE (TREE_TYPE (object))); local 815 || TREE_CODE (object_type) != TYPE_DECL) 825 if (element_type == object_type
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 8352 const clang::ObjCObjectType *object_type = in StartTagDeclarationDefinition() local 8354 if (object_type) { in StartTagDeclarationDefinition() 8355 clang::ObjCInterfaceDecl *interface_decl = object_type->getInterface(); in StartTagDeclarationDefinition()
|