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

  /src/external/gpl3/gcc/dist/gcc/config/m32r/
m32r.cc 377 static tree small_ident2;
389 small_ident2 = get_identifier ("__small__");
410 && arg != small_ident2
462 if (id == small_ident1 || id == small_ident2)
373 static tree small_ident2; variable
  /src/external/gpl3/gcc.old/dist/gcc/config/m32r/
m32r.cc 380 static tree small_ident2;
392 small_ident2 = get_identifier ("__small__");
413 && arg != small_ident2
465 if (id == small_ident1 || id == small_ident2)
376 static tree small_ident2; variable
  /src/external/gpl3/gcc/dist/gcc/config/ia64/
ia64.cc 716 static GTY(()) tree small_ident2;
724 small_ident2 = get_identifier ("__small__");
742 if (id == small_ident1 || id == small_ident2)
758 if (arg == small_ident1 || arg == small_ident2)
713 static GTY(()) tree small_ident2; variable
  /src/external/gpl3/gcc.old/dist/gcc/config/ia64/
ia64.cc 706 static GTY(()) tree small_ident2;
714 small_ident2 = get_identifier ("__small__");
732 if (id == small_ident1 || id == small_ident2)
748 if (arg == small_ident1 || arg == small_ident2)
703 static GTY(()) tree small_ident2; variable

Completed in 43 milliseconds