Home
last modified time | relevance | path

Searched defs:cookie (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
H A Dfunopen2.cpp25 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 Dcdb.cpp88 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 Dfopencookie.cpp16 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 Dfunopen.cpp23 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 DRuntimeCrashTest.cpp60 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 DListInputTest.cpp49 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 DNumericalFormatTest.cpp37 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 Dfopencookie_test.cpp34 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 DIO.cpp610 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 Dextensions.cpp22 Cookie cookie{IONAME(BeginFlush)(unit, __FILE__, __LINE__)}; in FORTRAN_SUBROUTINE_NAME() local
H A Dio-api.cpp152 Cookie cookie{&New<NoopStatementState>{terminator}( in NoopUnit() local
/llvm-project-15.0.7/lldb/test/API/commands/watchpoints/watchpoint_commands/command/
H A Dmain.cpp5 int32_t cookie = 0; variable
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dprctl.cpp35 uint64_t cookie = 0; in main() local
/llvm-project-15.0.7/libc/src/stdio/
H A Dfopencookie.cpp22 void *cookie; member in __llvm_libc::__anone424a9540111::CookieFile
/llvm-project-15.0.7/clang/test/Analysis/
H A Darray-struct-region.cpp253 long cookie; member
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h2363 void *cookie; member
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2258 Address cookie = newPtr; in InitializeArrayCookie() local