HomeSort by: relevance | last modified time | path
    Searched refs:make_attribute (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
attribs.h 41 extern tree make_attribute (const char *, const char *, tree);
multiple_target.cc 398 tree attributes = make_attribute ("target", attr,
430 tree attributes = make_attribute ("target", "default",
attribs.cc 1013 make_attribute (const char *name, const char *arg_name, tree chain) function
  /src/external/gpl3/gcc/dist/gcc/
multiple_target.cc 397 tree attributes = make_attribute (new_attr_name, attr,
435 tree attributes = make_attribute (new_attr_name, "default",
attribs.h 48 extern tree make_attribute (const char *, const char *, tree);
attribs.cc 1075 make_attribute (const char *name, const char *arg_name, tree chain) function
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-features.cc 2938 = make_attribute ("ifunc", resolver_name,
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-features.cc 3922 = make_attribute ("ifunc", resolver_name,
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.cc 20175 = make_attribute ("ifunc", resolver_name,
28922 TYPE_ATTRIBUTES (t) = make_attribute ("aarch64_vector_pcs", "default",
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64.cc 27022 TYPE_ATTRIBUTES (t) = make_attribute ("aarch64_vector_pcs", "default",
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 25091 = make_attribute ("ifunc", resolver_name, DECL_ATTRIBUTES (dispatch_decl));
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 25527 = make_attribute ("ifunc", resolver_name, DECL_ATTRIBUTES (dispatch_decl));

Completed in 194 milliseconds