Searched defs:Observer (Results 1 – 15 of 15) sorted by relevance
8 struct Observer<'a>(&'a mut FilledOnDrop); struct22 impl<'a> Drop for Observer<'a> { implementation28 fn foo(b: &mut Observer) { in foo()
112 explicit Observer(RefCountedPtr<State> state) : state_(std::move(state)) {} in Observer() function125 Observer(Observer&& other) noexcept : state_(std::move(other.state_)) { in Observer() function
36 def reg_observer(self, observer: Observer):
21 class Observer(abc.ABC): class
249 GISelChangeObserver &Observer; variable
55 GISelChangeObserver &Observer; variable
54 GISelChangeObserver *Observer; member
37 bool MipsPreLegalizerCombinerInfo::combine(GISelChangeObserver &Observer, in combine()
127 WorkListMaintainer Observer(WorkList); in combineMachineInstrs() local
34 CombinerHelper::CombinerHelper(GISelChangeObserver &Observer, in CombinerHelper()
64 void MachineIRBuilder::setChangeObserver(GISelChangeObserver &Observer) { in setChangeObserver()
67 GISelChangeObserver &Observer, in LegalizerHelper()76 GISelChangeObserver &Observer, in LegalizerHelper()
59 bool AArch64PreLegalizerCombinerInfo::combine(GISelChangeObserver &Observer, in combine()
23 export function Observer (value) { class
1155 GISelObserverWrapper Observer(&O); in applyMappingWideLoad() local1515 GISelObserverWrapper Observer(&ApplyBank); in applyMappingImpl() local1654 GISelObserverWrapper Observer(&ApplyBank); in applyMappingImpl() local1730 GISelObserverWrapper Observer(&ApplySALU); in applyMappingImpl() local1758 GISelObserverWrapper Observer(&ApplySALU); in applyMappingImpl() local