/freebsd/contrib/llvm-project/clang/include/clang/DirectoryWatcher/ |
H A D | DirectoryWatcher.h | 66 struct Event { struct 67 enum class EventKind { argument 93 EventKind Kind; argument 98 Event(EventKind Kind, llvm::StringRef Filename) in Event() argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_range.cpp | 19 struct Event { in Intersect() struct 20 uptr val; in Intersect() 21 s8 diff1; in Intersect() 22 s8 diff2; in Intersect()
|
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | aslcompile.c | 203 UINT8 Event; in CmDoCompile() local 320 UINT8 Event; in CmDoAslMiddleAndBackEnd() local 815 ASL_EVENT_INFO *Event; in CmDumpAllEvents() local
|
H A D | aslstartup.c | 416 UINT8 Event; in AslDoOneFile() local
|
/freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/mac/ |
H A D | DirectoryWatcher-mac.cpp | 50 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()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | Event.cpp | 33 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_t event_type, EventData *data) in Event() function in Event 45 Event::Event(uint32_t event_type, const EventDataSP &event_data_sp) in Event() function in Event
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
H A D | DispatchStatistics.cpp | 20 void DispatchStatistics::onEvent(const HWStallEvent &Event) { in onEvent() 25 void DispatchStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent()
|
H A D | RetireControlUnitStatistics.cpp | 31 void RetireControlUnitStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent()
|
H A D | BottleneckAnalysis.cpp | 67 const HWInstructionIssuedEvent &Event) { in handleInstructionIssuedEvent() 104 void PressureTracker::handlePressureEvent(const HWPressureEvent &Event) { in handlePressureEvent() 489 void BottleneckAnalysis::onEvent(const HWInstructionEvent &Event) { in onEvent() 541 void BottleneckAnalysis::onEvent(const HWPressureEvent &Event) { in onEvent()
|
H A D | SummaryView.cpp | 39 void SummaryView::onEvent(const HWInstructionEvent &Event) { in onEvent()
|
H A D | RegisterFileStatistics.cpp | 80 void RegisterFileStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent()
|
H A D | SchedulerStatistics.cpp | 44 void SchedulerStatistics::onEvent(const HWInstructionEvent &Event) { in onEvent()
|
/freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/linux/ |
H A D | DirectoryWatcher-linux.cpp | 247 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()
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
H A D | satimer.c | 59 bit32 Event; in saTimerTick() local 233 bit32 Event, in siTimerAdd()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/ |
H A D | HWEventListener.h | 169 virtual void onEvent(const HWInstructionEvent &Event) {} in onEvent() argument 170 virtual void onEvent(const HWStallEvent &Event) {} in onEvent() argument 171 virtual void onEvent(const HWPressureEvent &Event) {} in onEvent() argument
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_trace.h | 32 struct Event { struct 39 EventType type : 3; argument 42 static_assert(sizeof(Event) == 8, "bad Event size"); argument
|
/freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/default/ |
H A D | DirectoryWatcher-not-implemented.cpp | 16 std::function<void(llvm::ArrayRef<DirectoryWatcher::Event>, bool)> Receiver, in create()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | Event.h | 29 class Event; variable 37 friend class Event; variable
|
H A D | Listener.h | 30 class Event; variable
|
/freebsd/lib/libdevdctl/ |
H A D | consumer.h | 44 class Event; variable
|
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/ |
H A D | InstructionTables.cpp | 62 HWInstructionIssuedEvent Event(IR, UsedResources); execute() local
|
/freebsd/sys/contrib/dev/acpica/components/events/ |
H A D | evevent.c | 414 UINT32 Event) in AcpiEvFixedEventDispatch()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/Stages/ |
H A D | Stage.h | 82 template <typename EventT> void notifyEvent(const EventT &Event) const { in notifyEvent()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_fdr_controller.h | 333 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()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | DevelopmentModeInlineAdvisor.cpp | 240 InlineEvent Event; local 298 void TrainingLogger::logInlineEvent(const InlineEvent &Event,
|