Home
last modified time | relevance | path

Searched refs:PREFIX2 (Results 1 – 8 of 8) sorted by relevance

/external/llvm/test/FileCheck/
Dmultiple-missing-prefixes.txt2 // 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{{:…
/external/llvm-project/llvm/test/FileCheck/
Dmultiple-missing-prefixes.txt2 // 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{{:…
/external/rust/crates/libz-sys/src/zlib-ng/
Dzbuild.h15 # define PREFIX2(x) ZLIB_ ## x macro
22 # define PREFIX2(x) ZLIBNG_ ## x macro
Dinfback.c32 …if (version == NULL || version[0] != PREFIX2(VERSION)[0] || stream_size != (int)(sizeof(PREFIX3(st… in PREFIX()
Dinflate.c139 …if (version == NULL || version[0] != PREFIX2(VERSION)[0] || stream_size != (int)(sizeof(PREFIX3(st… in PREFIX()
Ddeflate.c263 static const char my_version[] = PREFIX2(VERSION); in PREFIX()
/external/rust/crates/libz-sys/src/zlib-ng/test/
Dexample.c1004 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()
Dinfcover.c380 ret = PREFIX(inflateInit_)(&strm, &PREFIX2(VERSION)[1], (int)sizeof(PREFIX3(stream))); in cover_support()