Home
last modified time | relevance | path

Searched refs:FOO4 (Results 1 – 3 of 3) sorted by relevance

/external/llvm/test/tools/llvm-profdata/
Dhash-mismatch.proftext10 # RUN: FileCheck -check-prefix=FOO4 -check-prefix=BOTH %s -input-file %t.out
23 # FOO4: Hash: 0x{{0+}}4
24 # FOO4-NEXT: Counters: 4
25 # FOO4-NEXT: Function count: 11
26 # FOO4-NEXT: Block counts: [22, 33, 44]
/external/clang/test/Preprocessor/
Dmacro_paste_empty.c15 #define FOO4(X, Y) X ## Y macro
16 d:FOO4(,FOO4(,))
Dmacro_space.c6 #define FOO4(x)x x macro
23 TEST(FOO4,)