Home
last modified time | relevance | path

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

/llvm-project/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/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/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/flang/unittests/Runtime/
H A DRuntimeCrashTest.cpp60 auto *cookie{IONAME(BeginInternalFormattedOutput)( in TEST() local
76 auto *cookie{IONAME(BeginInternalFormattedOutput)( in TEST() local
87 auto *cookie{IONAME(BeginInternalFormattedOutput)( in TEST() local
98 auto *cookie{IONAME(BeginInternalFormattedOutput)( in TEST() local
109 auto *cookie{IONAME(BeginInternalFormattedOutput)( TEST() local
127 auto *cookie{IONAME(BeginInternalFormattedOutput)( TEST() local
145 auto *cookie{IONAME(BeginInternalFormattedOutput)( TEST() local
[all...]
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{IONAM in TEST() local
168 auto *cookie{IONAME(BeginInternalArrayListInput)(whole)}; TEST_P() local
[all...]
H A DNumericalFormatTest.cpp37 auto cookie{IONAME(BeginInternalFormattedOutput)( in CompareFormatReal() local
63 auto cookie{IONAME(BeginInternalFormattedOutput)( in CompareFormatInteger() local
84 auto cookie{IONAME(BeginInternalFormattedOutput)( in TEST() local
139 auto cookie{IONAME(BeginInternalArrayFormattedOutput)( TEST() local
172 auto cookie{IONAME(BeginInternalListInput)(input, sizeof input - 1)}; TEST() local
220 auto cookie{IONAME(BeginInternalFormattedOutput)( TEST() local
931 auto cookie{IONAME(BeginInternalFormattedInput)( TEST() local
965 auto cookie{IONAME(BeginInternalListOutput)(buffer, sizeof buffer)}; TEST() local
[all...]
H A DLogicalFormatTest.cpp27 auto cookie{IONAME(BeginInternalFormattedOutput)( in TEST() local
[all...]
/llvm-project/libc/test/src/stdio/
H A Dfopencookie_test.cpp34 ssize_t write_ss(void *cookie, const char *buf, size_t size) { in write_ss() argument
46 ssize_t read_ss(void *cookie, char *buf, size_t size) { in read_ss() argument
60 int seek_ss(void *cookie, off64_t *offset, int whence) { in seek_ss() argument
80 int close_ss(void *cookie) { in close_ss() argument
/llvm-project/lldb/test/API/commands/watchpoints/watchpoint_commands/command/
H A Dmain.cpp5 int32_t cookie = 0; variable
/llvm-project/flang/lib/Lower/
H A DIO.cpp193 genEndIO(Fortran::lower::AbstractConverter & converter,mlir::Location loc,mlir::Value cookie,ConditionSpecInfo & csi,Fortran::lower::StatementContext & stmtCtx) genEndIO() argument
640 genNamelistIO(Fortran::lower::AbstractConverter & converter,mlir::Value cookie,mlir::func::FuncOp funcOp,Fortran::semantics::Symbol & symbol,bool checkResult,mlir::Value & ok,Fortran::lower::StatementContext & stmtCtx) genNamelistIO() argument
712 genOutputItemList(Fortran::lower::AbstractConverter & converter,mlir::Value cookie,const std::list<Fortran::parser::OutputItem> & items,bool isFormatted,bool checkResult,mlir::Value & ok,bool inLoop) genOutputItemList() argument
829 createIoRuntimeCallForItem(Fortran::lower::AbstractConverter & converter,mlir::Location loc,mlir::func::FuncOp inputFunc,mlir::Value cookie,const fir::ExtendedValue & item) createIoRuntimeCallForItem() argument
865 genInputItemList(Fortran::lower::AbstractConverter & converter,mlir::Value cookie,const std::list<Fortran::parser::InputItem> & items,bool isFormatted,bool checkResult,mlir::Value & ok,bool inLoop) genInputItemList() argument
925 genIoLoop(Fortran::lower::AbstractConverter & converter,mlir::Value cookie,const D & ioImpliedDo,bool isFormatted,bool checkResult,mlir::Value & ok,bool inLoop) genIoLoop() argument
1137 genIntIOOption(Fortran::lower::AbstractConverter & converter,mlir::Location loc,mlir::Value cookie,const B & spec) genIntIOOption() argument
1154 genCharIOOption(Fortran::lower::AbstractConverter & converter,mlir::Location loc,mlir::Value cookie,const B & spec) genCharIOOption() argument
1170 genIOOption(Fortran::lower::AbstractConverter & converter,mlir::Location loc,mlir::Value cookie,const A & spec) genIOOption() argument
1186 genIOOption(Fortran::lower::AbstractConverter & converter,mlir::Location loc,mlir::Value cookie,const Fortran::parser::FileNameExpr & spec) genIOOption() argument
1203 genIOOption(Fortran::lower::AbstractConverter & converter,mlir::Location loc,mlir::Value cookie,const Fortran::parser::ConnectSpec::CharExpr & spec) genIOOption() argument
1266 genIOOption(Fortran::lower::AbstractConverter & converter,mlir::Location loc,mlir::Value cookie,const Fortran::parser::ConnectSpec::Recl & spec) genIOOption() argument
1273 genIOOption(Fortran::lower::AbstractConverter & converter,mlir::Location loc,mlir::Value cookie,const Fortran::parser::StatusExpr & spec) genIOOption() argument
1280 genIOOption(Fortran::lower::AbstractConverter & converter,mlir::Location loc,mlir::Value cookie,const Fortran::parser::IoControlSpec::CharExpr & spec) genIOOption() argument
1320 genIOOption(Fortran::lower::AbstractConverter & converter,mlir::Location loc,mlir::Value cookie,const Fortran::parser::IoControlSpec::Asynchronous & spec) genIOOption() argument
1329 genIOOption(Fortran::lower::AbstractConverter & converter,mlir::Location loc,mlir::Value cookie,const Fortran::parser::IoControlSpec::Pos & spec) genIOOption() argument
1336 genIOOption(Fortran::lower::AbstractConverter & converter,mlir::Location loc,mlir::Value cookie,const Fortran::parser::IoControlSpec::Rec & spec) genIOOption() argument
1344 genIOGetVar(Fortran::lower::AbstractConverter & converter,mlir::Location loc,mlir::Value cookie,const VAR & parserVar) genIOGetVar() argument
1386 threadSpecs(Fortran::lower::AbstractConverter & converter,mlir::Location loc,mlir::Value cookie,const A & specList,bool checkResult,mlir::Value & ok) threadSpecs() argument
1468 genConditionHandlerCall(Fortran::lower::AbstractConverter & converter,mlir::Location loc,mlir::Value cookie,const A & specList,ConditionSpecInfo & csi) genConditionHandlerCall() argument
1874 mlir::Value cookie = call.getResult(0); genBasicIOStmt() local
1910 genNewunitSpec(Fortran::lower::AbstractConverter & converter,mlir::Location loc,mlir::Value cookie,const std::list<Fortran::parser::ConnectSpec> & specList) genNewunitSpec() argument
1959 auto cookie = genOpenStatement() local
2003 auto cookie = builder.create<fir::CallOp>(loc, beginFunc, args).getResult(0); genWaitStatement() local
2183 mlir::Value cookie = genDataTransferStmt() local
2282 genInquireSpec(Fortran::lower::AbstractConverter & converter,mlir::Location loc,mlir::Value cookie,mlir::Value idExpr,const A & var,Fortran::lower::StatementContext & stmtCtx) genInquireSpec() argument
2292 genInquireSpec(Fortran::lower::AbstractConverter & converter,mlir::Location loc,mlir::Value cookie,mlir::Value idExpr,const Fortran::parser::InquireSpec::CharVar & var,Fortran::lower::StatementContext & stmtCtx) genInquireSpec() argument
2322 genInquireSpec(Fortran::lower::AbstractConverter & converter,mlir::Location loc,mlir::Value cookie,mlir::Value idExpr,const Fortran::parser::InquireSpec::IntVar & var,Fortran::lower::StatementContext & stmtCtx) genInquireSpec() argument
2359 genInquireSpec(Fortran::lower::AbstractConverter & converter,mlir::Location loc,mlir::Value cookie,mlir::Value idExpr,const Fortran::parser::InquireSpec::LogVar & var,Fortran::lower::StatementContext & stmtCtx) genInquireSpec() argument
2414 threadInquire(Fortran::lower::AbstractConverter & converter,mlir::Location loc,mlir::Value cookie,const std::list<Fortran::parser::InquireSpec> & ispecs,bool checkResult,mlir::Value & ok,Fortran::lower::StatementContext & stmtCtx) threadInquire() argument
2480 auto cookie = genInquireStatement() local
2505 auto cookie = genInquireStatement() local
[all...]
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dprctl.cpp35 uint64_t cookie = 0; main() local
/llvm-project/libc/test/src/unistd/
H A Dgetopt_test.cpp42 cookie_write(void * cookie,const char * buf,size_t size) cookie_write() argument
49 static cookie_io_functions_t cookie{nullptr, &cookie_write, nullptr, nullptr}; global() variable
/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DArrayConstructor.cpp38 mlir::Value cookie = genInitArrayConstructorVector() local
/llvm-project/libc/src/stdio/
H A Dfopencookie.cpp22 void *cookie; global() member in LIBC_NAMESPACE::__anon6a7490b70111::CookieFile
/llvm-project/flang/runtime/
H A Dextensions.cpp74 Cookie cookie{IONAME(BeginFlush)(unit, __FILE__, __LINE__)}; FORTRAN_PROCEDURE_NAME() local
/llvm-project/clang/test/Analysis/
H A Darray-struct-region.cpp253 long cookie; member
/llvm-project/lldb/source/API/
H A DSBDebugger.cpp234 DumpDiagnostics(void * cookie) DumpDiagnostics() argument
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h2361 void *cookie; global() member
/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2366 Address cookie = newPtr; InitializeArrayCookie() local
[all...]