Searched refs:PREFIX2 (Results 1 – 8 of 8) sorted by relevance
2 // RUN: not FileCheck -check-prefix=PREFIX1 -check-prefix=PREFIX2 -input-file %s %s 2>&1 | FileChec…3 // RUN: not FileCheck -check-prefixes=PREFIX1,PREFIX2 -input-file %s %s 2>&1 | FileCheck -strict-wh…10 ; CHECK-NONEXISTENT-PREFIX: error: no check strings found with prefixes 'PREFIX1{{:}}', 'PREFIX2{{:…
2 // RUN: %ProtectFileCheckOutput not FileCheck -check-prefix=PREFIX1 -check-prefix=PREFIX2 -input-fi…3 // RUN: %ProtectFileCheckOutput not FileCheck -check-prefixes=PREFIX1,PREFIX2 -input-file %s %s 2>&…10 ; CHECK-NONEXISTENT-PREFIX: error: no check strings found with prefixes 'PREFIX1{{:}}', 'PREFIX2{{:…
15 # define PREFIX2(x) ZLIB_ ## x macro22 # define PREFIX2(x) ZLIBNG_ ## x macro
32 …if (version == NULL || version[0] != PREFIX2(VERSION)[0] || stream_size != (int)(sizeof(PREFIX3(st… in PREFIX()
139 …if (version == NULL || version[0] != PREFIX2(VERSION)[0] || stream_size != (int)(sizeof(PREFIX3(st… in PREFIX()
263 static const char my_version[] = PREFIX2(VERSION); in PREFIX()
1004 static const char* myVersion = PREFIX2(VERSION); in main()1010 } else if (strcmp(zVersion(), PREFIX2(VERSION)) != 0) { in main()1015 PREFIX2(VERSION), PREFIX2(VERNUM), PREFIX(zlibCompileFlags)()); in main()
380 ret = PREFIX(inflateInit_)(&strm, &PREFIX2(VERSION)[1], (int)sizeof(PREFIX3(stream))); in cover_support()