Searched refs:SKIP_CLANG (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/test/util-tests/tests/ctf/ |
H A D | check-sou.c | 48 { "unsigned int:32", CTF_K_INTEGER, 0, 0, 32, SKIP_CLANG }, 328 { "struct csts", CTF_K_STRUCT, 5, check_member_csts, SKIP_CLANG },
|
H A D | check-common.h | 41 SKIP_CLANG = 1 << 0 enumerator
|
H A D | check-common.c | 867 if ((skip & SKIP_CLANG) != 0 && strcmp(compiler, "clang") == 0) in ctftest_skip()
|