Home
last modified time | relevance | path

Searched defs:bad1 (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dpaste1.c7 #define bad1 ## owt /* { dg-error "cannot" "## at objlike start" } */ macro
H A Dstrify1.c9 #define bad1(x) # /* { dg-error "followed by a macro parameter" "#1" } */ macro
H A Ddefined.c72 #define bad1 defined macro
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dbcp-1.c6 int bad1(void) { return __builtin_constant_p(global++); } in bad1() function