| /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/NetBSD/ |
| H A D | funopen2.cpp | 25 ssize_t f_read(void *cookie, void *buf, size_t len) { in f_read() 32 ssize_t f_write(void *cookie, const void *buf, size_t len) { in f_write() 41 off_t f_seek(void *cookie, off_t off, int whence) { in f_seek() 48 int f_flush(void *cookie) { in f_flush() 54 int f_close(void *cookie) { in f_close()
|
| H A D | cdb.cpp | 88 static void cdbr_unmap(void *cookie, void *base, size_t sz) { in cdbr_unmap()
|
| /llvm-project-15.0.7/compiler-rt/test/msan/Linux/ |
| H A D | fopencookie.cpp | 16 static ssize_t cookie_read(void *cookie, char *buf, size_t size) { in cookie_read() 22 static ssize_t cookie_write(void *cookie, const char *buf, size_t size) { in cookie_write() 28 static int cookie_seek(void *cookie, off64_t *offset, int whence) { in cookie_seek() 34 static int cookie_close(void *cookie) { in cookie_close() 49 void *cookie = (void *)kMagicCookie; in main() local
|
| /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
| H A D | funopen.cpp | 23 int f_read(void *cookie, char *buf, int len) { in f_read() 30 int f_write(void *cookie, const char *buf, int len) { in f_write() 39 off_t f_seek(void *cookie, off_t off, int whence) { in f_seek() 46 int f_close(void *cookie) { in f_close()
|
| /llvm-project-15.0.7/flang/unittests/Runtime/ |
| H A D | RuntimeCrashTest.cpp | 60 auto *cookie{IONAME(BeginInternalFormattedOutput)( in TEST() local 70 auto *cookie{IONAME(BeginInternalFormattedOutput)( in TEST() local 86 auto *cookie{IONAME(BeginInternalFormattedOutput)( in TEST() local 97 auto *cookie{IONAME(BeginInternalFormattedOutput)( in TEST() local 108 auto *cookie{IONAME(BeginInternalFormattedOutput)( in TEST() local 119 auto *cookie{IONAME(BeginInternalFormattedOutput)( in TEST() local 137 auto *cookie{IONAME(BeginInternalFormattedOutput)( in TEST() local 155 auto *cookie{IONAME(BeginInternalFormattedOutput)( in TEST() local
|
| H A D | ListInputTest.cpp | 49 auto *cookie{IONAME(BeginInternalArrayListInput)(whole)}; in TEST() local 84 auto *cookie{IONAME(BeginInternalArrayListInput)(whole)}; in TEST() local 122 auto *cookie{IONAME(BeginInternalArrayListInput)(whole)}; in TEST() local 146 auto *cookie{IONAME(BeginInternalArrayListInput)(whole)}; in TEST() local 168 auto *cookie{IONAME(BeginInternalArrayListInput)(whole)}; in TEST_P() local
|
| H A D | NumericalFormatTest.cpp | 37 auto cookie{IONAME(BeginInternalFormattedOutput)( in CompareFormatReal() local 68 auto cookie{IONAME(BeginInternalFormattedOutput)( in TEST() local 123 auto cookie{IONAME(BeginInternalArrayFormattedOutput)( in TEST() local 156 auto cookie{IONAME(BeginInternalListInput)(input, sizeof input - 1)}; in TEST() local 204 auto cookie{IONAME(BeginInternalFormattedOutput)( in TEST() local 730 auto cookie{IONAME(BeginInternalFormattedInput)( in TEST() local
|
| /llvm-project-15.0.7/libc/test/src/stdio/ |
| H A D | fopencookie_test.cpp | 34 ssize_t write_ss(void *cookie, const char *buf, size_t size) { in write_ss() 46 ssize_t read_ss(void *cookie, char *buf, size_t size) { in read_ss() 60 int seek_ss(void *cookie, off64_t *offset, int whence) { in seek_ss() 80 int close_ss(void *cookie) { in close_ss()
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | IO.cpp | 610 mlir::Value cookie, in genInputItemList() 1058 mlir::Value cookie, in genIOOption() 1644 mlir::Value cookie = call.getResult(0); in genBasicIOStmt() local 1680 mlir::Value cookie, in genNewunitSpec() 1729 auto cookie = in genOpenStatement() local 1935 mlir::Value cookie = in genDataTransferStmt() local 2033 mlir::Value cookie, mlir::Value idExpr, in genInquireSpec() 2063 mlir::Value cookie, mlir::Value idExpr, in genInquireSpec() 2100 mlir::Value cookie, mlir::Value idExpr, in genInquireSpec() 2221 auto cookie = in genInquireStatement() local [all …]
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | extensions.cpp | 22 Cookie cookie{IONAME(BeginFlush)(unit, __FILE__, __LINE__)}; in FORTRAN_SUBROUTINE_NAME() local
|
| H A D | io-api.cpp | 152 Cookie cookie{&New<NoopStatementState>{terminator}( in NoopUnit() local
|
| /llvm-project-15.0.7/lldb/test/API/commands/watchpoints/watchpoint_commands/command/ |
| H A D | main.cpp | 5 int32_t cookie = 0; variable
|
| /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
| H A D | prctl.cpp | 35 uint64_t cookie = 0; in main() local
|
| /llvm-project-15.0.7/libc/src/stdio/ |
| H A D | fopencookie.cpp | 22 void *cookie; member in __llvm_libc::__anone424a9540111::CookieFile
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | array-struct-region.cpp | 253 long cookie; member
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_platform_limits_netbsd.h | 2363 void *cookie; member
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | ItaniumCXXABI.cpp | 2258 Address cookie = newPtr; in InitializeArrayCookie() local
|