Lines Matching refs:error
23 #error "The RANDSTRUCT plugin requires GCC 4.7 or newer."
82 error("%qE attribute does not apply to functions (%qF)", name, *node); in handle_randomize_layout_attr()
87 error("%qE attribute does not apply to function parameters (%qD)", name, *node); in handle_randomize_layout_attr()
92 error("%qE attribute does not apply to variables (%qD)", name, *node); in handle_randomize_layout_attr()
104 error("%qE attribute used on %qT applies to struct types only", name, type); in handle_randomize_layout_attr()
109 error("%qE attribute is already applied to the type %qT", name, type); in handle_randomize_layout_attr()
361 error(G_("attempted to randomize userland API struct %s"), ORIG_TYPE_NAME(type)); in relayout_struct()
519 error("Only string constants are supported as initializers " in update_decl_size()
955 error(G_("incompatible gcc/plugin versions")); in plugin_init()
973 error(G_("unknown option '-fplugin-arg-%s-%s'"), plugin_name, argv[i].key); in plugin_init()
977 error(G_("invalid seed value supplied for %s plugin"), plugin_name); in plugin_init()
983 error(G_("Invalid seed supplied for %s plugin"), plugin_name); in plugin_init()