Home
last modified time | relevance | path

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

/openbmc/linux/scripts/gcc-plugins/
H A Dstructleak_plugin.c48 #define BYREF_ALL 2 macro
191 if (byref != BYREF_ALL && TREE_CODE(type) != RECORD_TYPE && TREE_CODE(type) != UNION_TYPE) in structleak_execute()
243 byref = BYREF_ALL; in plugin_init()