Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/gcc-plugins/
Dlatent_entropy_plugin.c493 if (DECL_NAME_LENGTH(var) < sizeof("latent_entropy") - 1) in create_latent_entropy_decl()
Dgcc-common.h157 #define DECL_NAME_LENGTH(node) IDENTIFIER_LENGTH(DECL_NAME(node)) macro