Home | History | Annotate | Download | only in Preprocessor

Lines Matching defs:FOO

48 #define FOO(name)  name ## $foo
49 6: FOO(blarg)
50 // CHECK-Identifiers-False: 6: blarg $foo
53 #define FOO(name) name ## $foo
54 7: FOO(blarg)
55 // CHECK-Identifiers-True: 7: blarg$foo
61 9: T7(foo)
63 // CHECK-Identifiers-True: 9: T7 "foo"