Home
last modified time | relevance | path

Searched defs:ev (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/
H A Dcopyfmt.pass.cpp38 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1()
53 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2()
68 void g1(std::ios_base::event ev, std::ios_base& stream, int index) in g1()
83 void g2(std::ios_base::event ev, std::ios_base& stream, int index) in g2()
98 void g3(std::ios_base::event ev, std::ios_base& stream, int index) in g3()
H A Dimbue.pass.cpp33 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1()
46 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2()
59 void f3(std::ios_base::event ev, std::ios_base& stream, int index) in f3()
H A Dmove.pass.cpp54 void g1(std::ios_base::event ev, std::ios_base&, int index) in g1()
63 void g2(std::ios_base::event ev, std::ios_base&, int index) in g2()
72 void g3(std::ios_base::event ev, std::ios_base&, int index) in g3()
/llvm-project-15.0.7/libcxx/test/std/input.output/iostreams.base/ios.base/ios.base.cons/
H A Ddtor.pass.cpp36 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1()
49 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2()
62 void f3(std::ios_base::event ev, std::ios_base& stream, int index) in f3()
/llvm-project-15.0.7/libcxx/test/std/input.output/iostreams.base/ios.base/ios.base.locales/
H A Dimbue.pass.cpp39 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1()
52 void f2(std::ios_base::event ev, std::ios_base& stream, int index) in f2()
65 void f3(std::ios_base::event ev, std::ios_base& stream, int index) in f3()
/llvm-project-15.0.7/libcxx/src/
H A Dsystem_error.cpp70 string do_strerror_r(int ev) { in do_strerror_r()
114 string do_strerror_r(int ev) { in do_strerror_r()
264 system_error::system_error(int ev, const error_category& ecat, const string& what_arg) in system_error()
270 system_error::system_error(int ev, const error_category& ecat, const char* what_arg) in system_error()
276 system_error::system_error(int ev, const error_category& ecat) in system_error()
287 __throw_system_error(int ev, const char* what_arg) in __throw_system_error()
H A Dios.cpp109 ios_base::__call_callbacks(event ev) in __call_callbacks()
/llvm-project-15.0.7/libcxx/test/std/input.output/iostreams.base/ios.base/ios.base.callback/
H A Dregister_callback.pass.cpp37 void f1(std::ios_base::event ev, std::ios_base& stream, int index) in f1()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp375 auto *ev = reinterpret_cast<EventTime *>(evp); in TraceReplay() local
502 auto *ev = reinterpret_cast<EventAccess *>(evp); in RestoreStack() local
517 auto *ev = reinterpret_cast<EventFunc *>(evp); in RestoreStack() local
533 auto *ev = reinterpret_cast<EventAccessExt *>(evp); in RestoreStack() local
547 auto *ev = reinterpret_cast<EventAccessRange *>(evp); in RestoreStack() local
564 auto *ev = reinterpret_cast<EventLock *>(evp); in RestoreStack() local
580 auto *ev = reinterpret_cast<EventUnlock *>(evp); in RestoreStack() local
H A Dtsan_rtl_access.cpp24 EventAccess* ev; in TryTraceMemoryAccess() local
61 EventAccessRange* ev; in TryTraceMemoryAccessRange() local
110 EventLock ev; in TraceMutexLock() local
125 EventUnlock ev; in TraceMutexUnlock() local
138 EventTime ev; in TraceTime() local
H A Dtsan_rtl.h689 EventT **ev) { in TraceAcquire()
724 void TraceEvent(ThreadState *thr, EventT ev) { in TraceEvent()
739 EventFunc *ev; variable
H A Dtsan_rtl.cpp1003 EventFunc *ev; in TraceSwitchPartImpl() local
H A Dtsan_interceptors_posix.cpp1898 TSAN_INTERCEPTOR(int, epoll_ctl, int epfd, int op, int fd, void *ev) { in TSAN_INTERCEPTOR()
1912 TSAN_INTERCEPTOR(int, epoll_wait, int epfd, void *ev, int cnt, int timeout) { in TSAN_INTERCEPTOR()
1922 TSAN_INTERCEPTOR(int, epoll_pwait, int epfd, void *ev, int cnt, int timeout, in TSAN_INTERCEPTOR()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_rtl_access.cpp26 EventAccess *ev; in TryTraceMemoryAccess() local
61 EventAccessRange *ev; in TryTraceMemoryAccessRange() local
100 EventLock ev; in TraceMutexLock() local
115 EventUnlock ev; in TraceMutexUnlock() local
127 EventTime ev; in TraceTime() local
H A Dtsan_rtl_report.cpp418 Event ev = events[i]; in RestoreStack() local
477 auto *ev = reinterpret_cast<EventTime *>(evp); in TraceReplay() local
578 auto *ev = reinterpret_cast<EventAccess *>(evp); in RestoreStack() local
593 auto *ev = reinterpret_cast<EventFunc *>(evp); in RestoreStack() local
606 auto *ev = reinterpret_cast<EventAccessExt *>(evp); in RestoreStack() local
620 auto *ev = reinterpret_cast<EventAccessRange *>(evp); in RestoreStack() local
637 auto *ev = reinterpret_cast<EventLock *>(evp); in RestoreStack() local
653 auto *ev = reinterpret_cast<EventUnlock *>(evp); in RestoreStack() local
H A Dtsan_rtl.h631 Event ev = (u64)addr | ((u64)typ << kEventPCBits); in TraceAddEvent() local
678 EventT **ev) { in TraceAcquire()
710 void TraceEvent(ThreadState *thr, EventT ev) { in TraceEvent()
725 EventFunc *ev; variable
H A Dtsan_rtl.cpp646 Event *ev; in TraceSwitchPart() local
H A Dtsan_interceptors_posix.cpp1898 TSAN_INTERCEPTOR(int, epoll_ctl, int epfd, int op, int fd, void *ev) { in TSAN_INTERCEPTOR()
1910 TSAN_INTERCEPTOR(int, epoll_wait, int epfd, void *ev, int cnt, int timeout) { in TSAN_INTERCEPTOR()
1920 TSAN_INTERCEPTOR(int, epoll_pwait, int epfd, void *ev, int cnt, int timeout, in TSAN_INTERCEPTOR()
/llvm-project-15.0.7/clang/test/Sema/
H A Dext_vector_components.c73 float2 ev(float3 x) { return x.even; } in ev() function
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionVariable.h201 static bool classof(const ExpressionVariable *ev) { in classof()
/llvm-project-15.0.7/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util_posix.cpp242 void ScopedThread::Impl::HandleEvent(Event *ev) { in HandleEvent()
351 Event *ev = in ScopedThreadCallback() local
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dreferences.cpp152 ext_vec4 ev; in test10() local
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_stats.cpp672 kmp_stats_event ev = theEvents->at(i); in printEvents() local
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2575 if (auto *ev = dyn_cast<PathDiagnosticEventPiece>(piece.get())) in VisitNode() local