Home | History | Annotate | Download | only in c-family

Lines Matching refs:attr_name

309   tree attr_name = NULL_TREE;
322 attr_name = get_identifier ((const char *)
324 attr_name = canonicalize_attr_name (attr_name);
357 tree attr_ns = attr_name;
372 attr_name = NULL_TREE;
374 attr_name = build_tree_list (attr_ns, attr_id);
380 attr_name = NULL_TREE;
387 attr_name = NULL_TREE;
397 if (is_attribute_p ("noreturn", attr_name))
399 else if (is_attribute_p ("deprecated", attr_name))
401 else if (is_attribute_p ("maybe_unused", attr_name)
402 || is_attribute_p ("fallthrough", attr_name))
404 else if (is_attribute_p ("no_unique_address", attr_name)
405 || is_attribute_p ("likely", attr_name)
406 || is_attribute_p ("unlikely", attr_name))
408 else if (is_attribute_p ("nodiscard", attr_name))
413 if (is_attribute_p ("deprecated", attr_name)
414 || is_attribute_p ("maybe_unused", attr_name)
415 || is_attribute_p ("fallthrough", attr_name))
417 else if (is_attribute_p ("nodiscard", attr_name))
421 attr_name = NULL_TREE;
423 if (attr_name && (have_scope || !std_syntax))
426 const struct attribute_spec *attr = lookup_attribute_spec (attr_name);