Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DEvent.cpp30 Event::Event(Broadcaster *broadcaster, uint32_t event_type, EventData *data) in Event() function in Event
34 Event::Event(Broadcaster *broadcaster, uint32_t event_type, in Event() function in Event
39 Event::Event(uint32_t event_type, EventData *data) in Event() function in Event
42 Event::Event(uint32_t event_type, const EventDataSP &event_data_sp) in Event() function in Event
/openbsd-src/gnu/llvm/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 DBottleneckAnalysis.cpp67 const HWInstructionIssuedEvent &Event) { in handleInstructionIssuedEvent()
104 void PressureTracker::handlePressureEvent(const HWPressureEvent &Event) { in handlePressureEvent()
488 void BottleneckAnalysis::onEvent(const HWInstructionEvent &Event) { in onEvent()
540 void BottleneckAnalysis::onEvent(const HWPressureEvent &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 DRegisterFileStatistics.cpp80 void RegisterFileStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent()
H A DSchedulerStatistics.cpp44 void SchedulerStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent()
/openbsd-src/gnu/llvm/llvm/include/llvm/MCA/
H A DHWEventListener.h166 virtual void onEvent(const HWInstructionEvent &Event) {} in onEvent()
167 virtual void onEvent(const HWStallEvent &Event) {} in onEvent()
168 virtual void onEvent(const HWPressureEvent &Event) {} in onEvent()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DEvent.h29 class Event; variable
37 friend class Event; variable
H A DListener.h31 class Event; variable
/openbsd-src/gnu/llvm/clang/lib/DirectoryWatcher/default/
H A DDirectoryWatcher-not-implemented.cpp16 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, in create()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindowsLog.h19 Event = Log::ChannelFlag<1>, // Low level debug events enumerator
/openbsd-src/games/trek/
H A Dmain.c44 struct event Event[MAXEVENTS]; variable
/openbsd-src/gnu/llvm/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()
H A Dxray_fdr_logging.cpp554 void fdrLoggingHandleCustomEvent(void *Event, in fdrLoggingHandleCustomEvent()
584 uint16_t EventType, const void *Event, in fdrLoggingHandleTypedEvent()
/openbsd-src/gnu/llvm/llvm/lib/MCA/Stages/
H A DInstructionTables.cpp62 HWInstructionIssuedEvent Event(IR, UsedResources); in execute() local
/openbsd-src/gnu/llvm/llvm/include/llvm/MCA/Stages/
H A DStage.h82 template <typename EventT> void notifyEvent(const EventT &Event) const { in notifyEvent()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DDevelopmentModeInlineAdvisor.cpp240 InlineEvent Event; local
299 void TrainingLogger::logInlineEvent(const InlineEvent &Event,
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DPerfHelper.cpp146 Counter::Counter(PerfEvent &&Event) : Event(std::move(Event)) {} in Counter()
/openbsd-src/gnu/llvm/clang/utils/analyzer/
H A DSATestBuild.py678 results_differ: threading.Event,
679 failure_flag: threading.Event):

12