Searched refs:small_ident1 (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/m32r/
H A Dm32r.c378 static tree small_ident1;
388 if (small_ident1 == 0)
390 small_ident1 = get_identifier ("small");
411 if (arg != small_ident1
464 if (id == small_ident1 || id == small_ident2)
374 static tree small_ident1; variable
/netbsd-current/external/gpl3/gcc/dist/gcc/config/m32r/
H A Dm32r.cc379 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
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.c705 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
/netbsd-current/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.cc705 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 240 milliseconds