Home
last modified time | relevance | path

Searched defs:check (Results 1 – 25 of 223) sorted by relevance

123456789

/minix3/external/bsd/llvm/dist/clang/test/CXX/lex/lex.literal/lex.ext/
H A Dp12.cpp5 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 Dcxx-features.cpp8 #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 Dscanner.l71 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 Dcheck.c84 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 Dcheck.h124 #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 Dsha256.c119 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 DClangTools.rst84 ``clang-format``
96 ``clang-modernize``
/minix3/tests/lib/libc/regex/
H A Dt_regex.sh28 check() function
/minix3/external/bsd/libc++/dist/libcxx/test/std/localization/locales/locale/locale.statics/
H A Dclassic.pass.cpp17 void check(const std::locale& loc) in check() function
H A Dglobal.pass.cpp19 void check(const std::locale& loc) in check() function
/minix3/tests/bin/sh/
H A Dt_here.sh31 check() function
H A Dt_varquote.sh30 check() { function
/minix3/external/bsd/libc++/dist/libcxx/test/localization/locales/locale/locale.statics/
H A Dclassic.pass.cpp17 void check(const std::locale& loc) in check() function
H A Dglobal.pass.cpp19 void check(const std::locale& loc) in check() function
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dattributes.cpp9 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 Dpragma-pack.cpp16 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 Deasy_encoder.c17 lzma_easy_encoder(lzma_stream *strm, uint32_t preset, lzma_check check) in lzma_easy_encoder()
/minix3/minix/commands/minix-service/
H A Dparse.c120 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 Ddefault.pass.cpp20 void check(const std::locale& loc) in check() function
/minix3/bin/ed/test/
H A DMakefile10 check: build test target
/minix3/external/bsd/atf/dist/atf-c++/
H A Dcheck.hpp48 namespace check { namespace
/minix3/external/bsd/bind/dist/unit/atf-src/atf-c++/
H A Dcheck.hpp50 namespace check { namespace
/minix3/usr.bin/gzip/
H A Dgzexe80 check () { function
/minix3/external/bsd/llvm/dist/llvm/test/
H A DCMakeLists.txt102 add_custom_target(check) target
/minix3/external/bsd/llvm/dist/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.general/
H A Dp8.cpp6 template<size_t N> struct check<const char[N]> {}; struct

123456789