Home
last modified time | relevance | path

Searched defs:Event (Results 1 – 25 of 54) sorted by relevance

123

/llvm-project/clang/include/clang/DirectoryWatcher/
H A DDirectoryWatcher.h66 struct Event { struct
67 enum class EventKind { argument
93 EventKind Kind; argument
98 Event(EventKind Kind, llvm::StringRef Filename) in Event() argument
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_range.cpp19 struct Event { in Intersect() struct
20 uptr val; in Intersect()
21 s8 diff1; in Intersect()
22 s8 diff2; in Intersect()
/llvm-project/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util_posix.cpp189 struct Event { struct
190 enum Type {
216 explicit Event(Type type, const void *ptr = 0, uptr arg = 0, uptr arg2 = 0) in Event() argument
235 __tsan::atomic_uintptr_t event; // Event* argument
/llvm-project/offload/src/
H A Ddevice.cpp46 void *Event = getEvent(); in addEventIfNecessary() local
247 int32_t DeviceTy::createEvent(void **Event) { in createEvent()
251 int32_t DeviceTy::recordEvent(void *Event, AsyncInfoTy &AsyncInfo) { in recordEvent()
255 int32_t DeviceTy::waitEvent(void *Event, AsyncInfoTy &AsyncInfo) { in waitEvent()
259 int32_t DeviceTy::syncEvent(void *Event) { in syncEvent()
263 int32_t DeviceTy::destroyEvent(void *Event) { in destroyEvent()
/llvm-project/clang/lib/DirectoryWatcher/mac/
H A DDirectoryWatcher-mac.cpp50 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> in DirectoryWatcherMac()
162 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, in createFSEventStream()
218 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, in create()
261 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, in create()
/llvm-project/llvm/tools/llvm-mca/Views/
H A DDispatchStatistics.cpp20 void DispatchStatistics::onEvent(const HWStallEvent &Event) { in onEvent()
25 void DispatchStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent()
H A DRetireControlUnitStatistics.cpp31 void RetireControlUnitStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent()
H A DSummaryView.cpp39 void SummaryView::onEvent(const HWInstructionEvent &Event) { in onEvent()
H A DBottleneckAnalysis.cpp67 const HWInstructionIssuedEvent &Event) { in handleInstructionIssuedEvent() argument
104 void PressureTracker::handlePressureEvent(const HWPressureEvent &Event) { in handlePressureEvent() argument
489 onEvent(const HWInstructionEvent & Event) onEvent() argument
541 onEvent(const HWPressureEvent & Event) onEvent() argument
[all...]
/llvm-project/lldb/source/Utility/
H A DEvent.cpp33 Event::Event(Broadcaster *broadcaster, uint32_t event_type, EventData *data) in Event() function in Event
37 Event::Event(Broadcaster *broadcaster, uint32_t event_type, in Event() function in Event
42 Event::Event(uint32_ function in Event
45 Event::Event(uint32_t event_type, const EventDataSP &event_data_sp) Event() function in Event
[all...]
/llvm-project/clang/test/Analysis/Checkers/WebKit/
H A Dimplicit-cast-to-base-class-with-deref-in-superclass.cpp13 class Event : public Base { class
/llvm-project/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp247 struct inotify_event *Event = reinterpret_cast<struct inotify_event *>(P); in InotifyPollingLoop() local
287 DirectoryWatcher::Event Event = this->Queue.pop_front_blocking(); in EventReceivingLoop() local
299 std::function<void(llvm::ArrayRef<Event>, bool)> Receiver, in DirectoryWatcherLinux()
327 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, in create()
/llvm-project/clang/lib/DirectoryWatcher/default/
H A DDirectoryWatcher-not-implemented.cpp16 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, in create()
/llvm-project/clang-tools-extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.cpp596 struct Event { removeIncompatibleErrors() struct
598 EventTypeClangTidyDiagnosticConsumer::removeIncompatibleErrors::Event removeIncompatibleErrors() argument
604 EventClangTidyDiagnosticConsumer::removeIncompatibleErrors::Event removeIncompatibleErrors() argument
645 operator <ClangTidyDiagnosticConsumer::removeIncompatibleErrors::Event removeIncompatibleErrors() argument
650 TypeClangTidyDiagnosticConsumer::removeIncompatibleErrors::Event removeIncompatibleErrors() argument
653 ErrorIdClangTidyDiagnosticConsumer::removeIncompatibleErrors::Event removeIncompatibleErrors() argument
655 PriorityClangTidyDiagnosticConsumer::removeIncompatibleErrors::Event removeIncompatibleErrors() argument
703 for (const auto &Event : Events) { removeIncompatibleErrors() local
[all...]
/llvm-project/lldb/include/lldb/Utility/
H A DEvent.h29 class Event; variable
37 friend class Event; variable
[all...]
H A DListener.h30 class Event; variable
/llvm-project/llvm/include/llvm/MCA/
H A DHWEventListener.h169 virtual void onEvent(const HWInstructionEvent &Event) {} in onEvent()
170 virtual void onEvent(const HWStallEvent &Event) {} in onEvent()
171 virtual void onEvent(const HWPressureEvent &Event) {} in onEvent()
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindowsLog.h19 Event = Log::ChannelFlag<1>, // Low level debug events enumerator
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_trace.h32 struct Event { struct
39 EventType type : 3; argument
42 static_assert(sizeof(Event) == 8, "bad Event size"); argument
/llvm-project/llvm/lib/MCA/Stages/
H A DInstructionTables.cpp63 HWInstructionIssuedEvent Event(IR, UsedResources); in execute() local
/llvm-project/clang-tools-extra/clangd/support/
H A DFunction.h44 friend Event; variable
/llvm-project/offload/src/OpenMP/
H A DMapping.cpp118 void *Event = HDTT.getEvent(); in disassociatePtr() local
352 void *Event = LR.TPR.getEntry()->getEvent(); in getTargetPointer() local
489 void *Event = Entry->getEvent(); in deallocTgtPtrAndEntry() local
/llvm-project/llvm/include/llvm/MCA/Stages/
H A DStage.h82 template <typename EventT> void notifyEvent(const EventT &Event) const { in notifyEvent()
/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_controller.h333 bool customEvent(uint64_t TSC, uint16_t CPU, const void *Event, in customEvent()
348 const void *Event, int32_t EventSize) XRAY_NEVER_INSTRUMENT { in typedEvent()
/llvm-project/llvm/lib/Analysis/
H A DDevelopmentModeInlineAdvisor.cpp240 InlineEvent Event; local
298 void TrainingLogger::logInlineEvent(const InlineEvent &Event,

123