HomeSort by: relevance | last modified time | path
    Searched defs:version_attr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/ia64/
ia64.cc 2570 tree version_attr = lookup_attribute ("version_id", DECL_ATTRIBUTES (decl));
2571 if (version_attr)
2573 tree v = TREE_VALUE (TREE_VALUE (version_attr));
2565 tree version_attr = lookup_attribute ("version_id", DECL_ATTRIBUTES (decl)); local
  /src/external/gpl3/gcc.old/dist/gcc/config/ia64/
ia64.cc 2560 tree version_attr = lookup_attribute ("version_id", DECL_ATTRIBUTES (decl));
2561 if (version_attr)
2563 tree v = TREE_VALUE (TREE_VALUE (version_attr));
2555 tree version_attr = lookup_attribute ("version_id", DECL_ATTRIBUTES (decl)); local

Completed in 37 milliseconds