Home
last modified time | relevance | path

Searched defs:LIT_NAME_P (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32r/
H A Dm32r.c61 #define LIT_NAME_P(NAME) ((NAME)[0] == '*' && (NAME)[1] == '.') macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m32r/
H A Dm32r.cc62 #define LIT_NAME_P(NAME) ((NAME)[0] == '*' && (NAME)[1] == '.') macro