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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/m32r/
H A Dm32r.c346 static tree small_ident1;
356 if (small_ident1 == 0)
358 small_ident1 = get_identifier ("small");
379 if (arg != small_ident1
425 if (id == small_ident1 || id == small_ident2)
342 static tree small_ident1; variable
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/m32r/
H A Dm32r.c327 static tree small_ident1;
337 if (small_ident1 == 0)
339 small_ident1 = get_identifier ("small");
369 if (arg != small_ident1
415 if (id == small_ident1 || id == small_ident2)
324 static tree small_ident1; variable
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.c555 static GTY(()) tree small_ident1;
561 if (small_ident1 == 0)
563 small_ident1 = get_identifier ("small");
582 if (id == small_ident1 || id == small_ident2)
598 if (arg == small_ident1 || arg == small_ident2)
552 static GTY(()) tree small_ident1; variable
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/ia64/
H A Dia64.c456 static GTY(()) tree small_ident1;
462 if (small_ident1 == 0)
464 small_ident1 = get_identifier ("small");
483 if (id == small_ident1 || id == small_ident2)
499 if (arg == small_ident1 || arg == small_ident2)
453 static GTY(()) tree small_ident1; variable

Completed in 203 milliseconds