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

  /src/external/gpl3/gcc/dist/gcc/config/m32r/
m32r.cc 376 static tree small_ident1;
386 if (small_ident1 == 0)
388 small_ident1 = get_identifier ("small");
409 if (arg != small_ident1
462 if (id == small_ident1 || id == small_ident2)
372 static tree small_ident1; variable
  /src/external/gpl3/gcc.old/dist/gcc/config/m32r/
m32r.cc 379 static tree small_ident1;
389 if (small_ident1 == 0)
391 small_ident1 = get_identifier ("small");
412 if (arg != small_ident1
465 if (id == small_ident1 || id == small_ident2)
375 static tree small_ident1; variable
  /src/external/gpl3/gcc/dist/gcc/config/ia64/
ia64.cc 715 static GTY(()) tree small_ident1;
721 if (small_ident1 == 0)
723 small_ident1 = get_identifier ("small");
742 if (id == small_ident1 || id == small_ident2)
758 if (arg == small_ident1 || arg == small_ident2)
712 static GTY(()) tree small_ident1; variable
  /src/external/gpl3/gcc.old/dist/gcc/config/ia64/
ia64.cc 705 static GTY(()) tree small_ident1;
711 if (small_ident1 == 0)
713 small_ident1 = get_identifier ("small");
732 if (id == small_ident1 || id == small_ident2)
748 if (arg == small_ident1 || arg == small_ident2)
702 static GTY(()) tree small_ident1; variable

Completed in 42 milliseconds