/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
|
/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()
|
/llvm-project/compiler-rt/lib/tsan/tests/rtl/ |
H A D | tsan_test_util_posix.cpp | 189 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 D | device.cpp | 46 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 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()
|
/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 | SummaryView.cpp | 39 void SummaryView::onEvent(const HWInstructionEvent &Event) { in onEvent()
|
H A D | BottleneckAnalysis.cpp | 67 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 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_ 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 D | implicit-cast-to-base-class-with-deref-in-superclass.cpp | 13 class Event : public Base { class
|
/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()
|
/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()
|
/llvm-project/clang-tools-extra/clang-tidy/ |
H A D | ClangTidyDiagnosticConsumer.cpp | 596 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 D | Event.h | 29 class Event; variable 37 friend class Event; variable [all...] |
H A D | Listener.h | 30 class Event; variable
|
/llvm-project/llvm/include/llvm/MCA/ |
H A D | HWEventListener.h | 169 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 D | ProcessWindowsLog.h | 19 Event = Log::ChannelFlag<1>, // Low level debug events enumerator
|
/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
|
/llvm-project/llvm/lib/MCA/Stages/ |
H A D | InstructionTables.cpp | 63 HWInstructionIssuedEvent Event(IR, UsedResources); in execute() local
|
/llvm-project/clang-tools-extra/clangd/support/ |
H A D | Function.h | 44 friend Event; variable
|
/llvm-project/offload/src/OpenMP/ |
H A D | Mapping.cpp | 118 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 D | Stage.h | 82 template <typename EventT> void notifyEvent(const EventT &Event) const { in notifyEvent()
|
/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()
|
/llvm-project/llvm/lib/Analysis/ |
H A D | DevelopmentModeInlineAdvisor.cpp | 240 InlineEvent Event; local 298 void TrainingLogger::logInlineEvent(const InlineEvent &Event,
|