Home
last modified time | relevance | path

Searched refs:RECORD_TYPE (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/scripts/gcc-plugins/
H A Drandomize_layout_plugin.c85 if (TREE_CODE(type) != RECORD_TYPE) { in handle_randomize_layout_attr()
253 gcc_assert(TREE_CODE(type) == RECORD_TYPE); in shuffle()
316 gcc_assert(TREE_CODE(type) == RECORD_TYPE); in relayout_struct()
413 gcc_assert(TREE_CODE(node) == RECORD_TYPE || TREE_CODE(node) == UNION_TYPE); in is_pure_ops_struct()
422 if (code == RECORD_TYPE || code == UNION_TYPE) { in is_pure_ops_struct()
439 gcc_assert(TREE_CODE(type) == RECORD_TYPE); in randomize_type()
517 if (TREE_CODE(type) != RECORD_TYPE && TREE_CODE(type) != UNION_TYPE) in randomize_layout_finish_decl()
539 if (TREE_CODE(type) != RECORD_TYPE) in finish_type()
622 if (TREE_CODE(val_type) != RECORD_TYPE) in check_bad_casts_in_constructor()
793 if (TREE_CODE(ptr_rhs_type) != RECORD_TYPE) { in find_bad_casts_execute()
H A Dstructleak_plugin.c89 if (code == RECORD_TYPE || code == UNION_TYPE) in is_userspace_type()
191 if (byref != BYREF_ALL && TREE_CODE(type) != RECORD_TYPE && TREE_CODE(type) != UNION_TYPE) in structleak_execute()
H A Dlatent_entropy_plugin.c166 case RECORD_TYPE: { in handle_latent_entropy_attribute()
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dipz_parser.cpp42 RECORD_TYPE = 2, enumerator
531 Length::RECORD_NAME + Length::RECORD_TYPE, in getRecordDetailsFromVTOC()
/openbmc/phosphor-host-ipmid/
H A Dstoragehandler.cpp705 Created::RECORD_TYPE(recordType), in ipmiStorageAddSEL()