/minix3/external/bsd/llvm/dist/clang/test/CXX/lex/lex.literal/lex.ext/ |
H A D | p12.cpp | 5 struct check<char, 34, -47, -126, -48, -75, -47, -127, -47, -126, 32, -16, -112, -128, -128>{}; struct 7 struct check<char16_t, 34, 1090, 1077, 1089, 1090, 32, 55296, 56320>{}; struct 9 struct check<char32_t, 34, 1090, 1077, 1089, 1090, 32, 65536>{}; struct
|
/minix3/external/bsd/llvm/dist/clang/test/Lexer/ |
H A D | cxx-features.cpp | 8 #define check(macro, cxx98, cxx11, cxx1y) cxx98 == 0 ? defined(__cpp_##macro) : __cpp_##macro != cx… macro 10 #define check(macro, cxx98, cxx11, cxx1y) cxx11 == 0 ? defined(__cpp_##macro) : __cpp_##macro != cx… macro 12 #define check(macro, cxx98, cxx11, cxx1y) cxx1y == 0 ? defined(__cpp_##macro) : __cpp_##macro != cx… macro
|
/minix3/external/bsd/flex/dist/tests/test-alloc-extra/ |
H A D | scanner.l | 71 struct Check check; in main() local 94 struct Check *check; in yyalloc() local 108 struct Check *check; in check_extra() local
|
/minix3/external/public-domain/xz/dist/src/liblzma/check/ |
H A D | check.c | 84 lzma_check_init(lzma_check_state *check, lzma_check type) in lzma_check_init() 117 lzma_check_update(lzma_check_state *check, lzma_check type, in lzma_check_update() 148 lzma_check_finish(lzma_check_state *check, lzma_check type) in lzma_check_finish()
|
H A D | check.h | 124 #define lzma_sha256_init(check) \ argument 126 #define lzma_sha256_update(buf,size,check) \ argument 128 #define lzma_sha256_finish(check) \ argument 148 lzma_sha256_init(lzma_check_state *check) in lzma_sha256_init() 155 lzma_sha256_update(const uint8_t *buf, size_t size, lzma_check_state *check) in lzma_sha256_update() 172 lzma_sha256_finish(lzma_check_state *check) in lzma_sha256_finish()
|
H A D | sha256.c | 119 process(lzma_check_state *check) in process() 127 lzma_sha256_init(lzma_check_state *check) in lzma_sha256_init() 142 lzma_sha256_update(const uint8_t *buf, size_t size, lzma_check_state *check) in lzma_sha256_update() 169 lzma_sha256_finish(lzma_check_state *check) in lzma_sha256_finish()
|
/minix3/external/bsd/llvm/dist/clang/docs/ |
H A D | ClangTools.rst | 84 ``clang-format`` 96 ``clang-modernize``
|
/minix3/tests/lib/libc/regex/ |
H A D | t_regex.sh | 28 check() function
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/localization/locales/locale/locale.statics/ |
H A D | classic.pass.cpp | 17 void check(const std::locale& loc) in check() function
|
H A D | global.pass.cpp | 19 void check(const std::locale& loc) in check() function
|
/minix3/tests/bin/sh/ |
H A D | t_here.sh | 31 check() function
|
H A D | t_varquote.sh | 30 check() { function
|
/minix3/external/bsd/libc++/dist/libcxx/test/localization/locales/locale/locale.statics/ |
H A D | classic.pass.cpp | 17 void check(const std::locale& loc) in check() function
|
H A D | global.pass.cpp | 19 void check(const std::locale& loc) in check() function
|
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/ |
H A D | attributes.cpp | 9 template <bool X> struct check { struct 10 int check_failed[X ? 1 : -1]; // expected-error {{array with a negative size}}
|
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | pragma-pack.cpp | 16 int check[sizeof(Sub) == 5 ? 1 : -1]; variable 33 int check[sizeof(Sub) == 13 ? 1 : -1]; variable
|
/minix3/external/public-domain/xz/dist/src/liblzma/common/ |
H A D | easy_encoder.c | 17 lzma_easy_encoder(lzma_stream *strm, uint32_t preset, lzma_check check) in lzma_easy_encoder()
|
/minix3/minix/commands/minix-service/ |
H A D | parse.c | 120 char *check; in do_uid() local 295 char *check; in do_priority() local 333 char *check; in do_quantum() local 371 char *check; in do_cpu() local 410 char *check; in do_irq() local 465 char *check; in do_io() local 526 char *check, *check2; in do_pci_device() local 579 char *check; in do_pci_class() local
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/localization/locales/locale/locale.cons/ |
H A D | default.pass.cpp | 20 void check(const std::locale& loc) in check() function
|
/minix3/bin/ed/test/ |
H A D | Makefile | 10 check: build test target
|
/minix3/external/bsd/atf/dist/atf-c++/ |
H A D | check.hpp | 48 namespace check { namespace
|
/minix3/external/bsd/bind/dist/unit/atf-src/atf-c++/ |
H A D | check.hpp | 50 namespace check { namespace
|
/minix3/usr.bin/gzip/ |
H A D | gzexe | 80 check () { function
|
/minix3/external/bsd/llvm/dist/llvm/test/ |
H A D | CMakeLists.txt | 102 add_custom_target(check) target
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.general/ |
H A D | p8.cpp | 6 template<size_t N> struct check<const char[N]> {}; struct
|