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

  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-attribs.cc 2982 or a type but not if it's an expression. Set ATTR_FLAG_INTERNAL
2985 decl_attributes (node, at, flags | ATTR_FLAG_INTERNAL,
3300 if (flags & ATTR_FLAG_INTERNAL)
4879 decl_attributes (node, axsat, flags | ATTR_FLAG_INTERNAL);
4883 if (flags & ATTR_FLAG_INTERNAL)
5127 decl_attributes (node, new_attrs, flags | ATTR_FLAG_INTERNAL);
  /src/external/gpl3/gcc/dist/gcc/
tree-core.h 924 ATTR_FLAG_INTERNAL = 64
  /src/external/gpl3/gcc.old/dist/gcc/
tree-core.h 904 ATTR_FLAG_INTERNAL = 64
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-attribs.cc 3305 or a type but not if it's an expression. Set ATTR_FLAG_INTERNAL
3308 decl_attributes (node, at, flags | ATTR_FLAG_INTERNAL,
3623 if (flags & ATTR_FLAG_INTERNAL)
5251 decl_attributes (node, axsat, flags | ATTR_FLAG_INTERNAL);
5255 if (flags & ATTR_FLAG_INTERNAL)
5498 decl_attributes (node, new_attrs, flags | ATTR_FLAG_INTERNAL);
  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 10697 decl_attributes (&current_function_decl, access, ATTR_FLAG_INTERNAL,
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 9759 decl_attributes (&current_function_decl, access, ATTR_FLAG_INTERNAL,

Completed in 37 milliseconds