/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/ |
H A D | vbase4.C | 30 void A::check (void *whole, void *base) in check() function 53 void B::check (void *whole, void *base) in check() function 75 void C::check (void *whole, void *base) in check() function 99 void D::check (void *whole, void *base) in check() function 122 void E::check (void *whole, void *base) in check() function 146 void F::check (void *whole, void *base) in check() function
|
/openbsd-src/regress/lib/libutil/fmt_scaled/ |
H A D | fmt_test.c | 301 assert_int(int testnum, int check, int expect, int result) in assert_int() 311 assert_errno(int testnum, int check, int expect, int result) in assert_errno() 325 assert_llong(int testnum, int check, long long expect, long long result) in assert_llong() 335 assert_str(int testnum, int check, char * expect, char * result) in assert_str()
|
/openbsd-src/gnu/llvm/lld/include/lld/Common/ |
H A D | ErrorHandler.h | 162 template <class T> T check(ErrorOr<T> e) { in check() function 168 template <class T> T check(Expected<T> e) { in check() function 175 template <class T> T &check(Expected<T &> e) { in check() function
|
/openbsd-src/lib/libcurses/widechar/ |
H A D | widechars.c | 102 int check = WideCharToMultiByte(CP_UTF8, in _nc_mblen() local 126 int check; in _nc_wctomb() local
|
/openbsd-src/gnu/gcc/libgomp/testsuite/libgomp.fortran/ |
H A D | vla2.f90 | 5 subroutine check (x, y, l) subroutine 9 end subroutine check argument
|
H A D | vla1.f90 | 5 subroutine check (x, y, l) subroutine 9 end subroutine check argument
|
H A D | vla6.f90 | 5 subroutine check (x, y, l) subroutine 9 end subroutine check argument
|
H A D | vla3.f90 | 5 subroutine check (x, y, l) subroutine 9 end subroutine check argument
|
H A D | vla5.f90 | 5 subroutine check (x, y, l) subroutine 9 end subroutine check argument
|
H A D | vla4.f90 | 5 subroutine check (x, y, l) subroutine 9 end subroutine check argument
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-lto2/ |
H A D | llvm-lto2.cpp | 190 static void check(Error E, std::string Msg) { in check() function 199 template <typename T> static T check(Expected<T> E, std::string Msg) { in check() function 206 static void check(std::error_code EC, std::string Msg) { in check() function 210 template <typename T> static T check(ErrorOr<T> E, std::string Msg) { in check() function
|
/openbsd-src/sys/lib/libz/ |
H A D | inflate.c | 418 # define UPDATE_CHECK(check, buf, len) \ argument 421 # define UPDATE_CHECK(check, buf, len) adler32(check, buf, len) argument 426 # define CRC2(check, wor argument 433 CRC4(check,word) global() argument 1584 inflateValidate(z_streamp strm,int check) inflateValidate() argument [all...] |
/openbsd-src/lib/libz/ |
H A D | inflate.c | 418 # define UPDATE_CHECK(check, buf, len) \ argument 421 # define UPDATE_CHECK(check, buf, len) adler32(check, buf, len) argument 426 # define CRC2(check, wor argument 433 CRC4(check,word) global() argument 1585 inflateValidate(z_streamp strm,int check) inflateValidate() argument [all...] |
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/ |
H A D | inflate.c | 453 UPDATE_CHECK(check,buf,len) global() argument 456 UPDATE_CHECK(check,buf,len) global() argument 461 CRC2(check,word) global() argument 468 CRC4(check,word) global() argument 1562 inflateValidate(z_streamp strm,int check) inflateValidate() argument [all...] |
/openbsd-src/gnu/usr.bin/perl/cpan/Encode/ |
H A D | Encode.xs | 148 IV check, STRLEN * offset, SV * term, int * retcode, in encode_method() 390 IV check; in process_utf8() local 579 call_encoding(pTHX_ const char *method, SV *obj, SV *src, SV *check) in call_encoding() 628 IV check; variable 686 IV check; variable
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/ |
H A D | 19990325-0.f | 306 subroutine check (expect, got) subroutine 308 complex expect, got
|
H A D | 19990325-1.f | 306 subroutine check (expect, got) subroutine 308 double complex expect, got
|
/openbsd-src/sys/dev/acpi/ |
H A D | acpisbs.c | 233 const struct acpisbs_battery_check check = in acpisbs_read() local 277 const struct acpisbs_battery_check check = in acpisbs_setup_sensors() local 306 const struct acpisbs_battery_check check = in acpisbs_refresh_sensors() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | 20000223-1.c | 8 void check (char const *type, int align) in check() function 19 #define check(t) check(QUOTE(t), __alignof__(t)) macro
|
H A D | 960419-1.c | 4 check(x) in check() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/MCParser/ |
H A D | MCAsmParserExtension.h | 103 bool check(bool P, const Twine &Msg) { in check() function 107 bool check(bool P, SMLoc Loc, const Twine &Msg) { in check() function
|
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/ |
H A D | MCAsmParser.cpp | 87 bool MCAsmParser::check(bool P, const Twine &Msg) { in check() function in MCAsmParser 91 bool MCAsmParser::check(bool P, SMLoc Loc, const Twine &Msg) { in check() function in MCAsmParser
|
/openbsd-src/regress/usr.bin/ssh/ |
H A D | dhgex.sh | 46 check() function
|
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/ |
H A D | check_analyze.sh | 29 check() { function
|
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
H A D | rss_limit_checker.cpp | 15 void RssLimitChecker::check(u64 NextCheck) { in check() function in scudo::RssLimitChecker
|