| /llvm-project-15.0.7/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/ |
| H A D | copyfmt.pass.cpp | 38 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 D | imbue.pass.cpp | 33 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 D | move.pass.cpp | 54 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 D | dtor.pass.cpp | 36 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 D | imbue.pass.cpp | 39 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 D | system_error.cpp | 70 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 D | ios.cpp | 109 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 D | register_callback.pass.cpp | 37 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 D | tsan_rtl_report.cpp | 375 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 D | tsan_rtl_access.cpp | 24 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 D | tsan_rtl.h | 689 EventT **ev) { in TraceAcquire() 724 void TraceEvent(ThreadState *thr, EventT ev) { in TraceEvent() 739 EventFunc *ev; variable
|
| H A D | tsan_rtl.cpp | 1003 EventFunc *ev; in TraceSwitchPartImpl() local
|
| H A D | tsan_interceptors_posix.cpp | 1898 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 D | tsan_rtl_access.cpp | 26 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 D | tsan_rtl_report.cpp | 418 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 D | tsan_rtl.h | 631 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 D | tsan_rtl.cpp | 646 Event *ev; in TraceSwitchPart() local
|
| H A D | tsan_interceptors_posix.cpp | 1898 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 D | ext_vector_components.c | 73 float2 ev(float3 x) { return x.even; } in ev() function
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionVariable.h | 201 static bool classof(const ExpressionVariable *ev) { in classof()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/tests/rtl/ |
| H A D | tsan_test_util_posix.cpp | 242 void ScopedThread::Impl::HandleEvent(Event *ev) { in HandleEvent() 351 Event *ev = in ScopedThreadCallback() local
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | references.cpp | 152 ext_vec4 ev; in test10() local
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_stats.cpp | 672 kmp_stats_event ev = theEvents->at(i); in printEvents() local
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 2575 if (auto *ev = dyn_cast<PathDiagnosticEventPiece>(piece.get())) in VisitNode() local
|