HomeSort by: relevance | last modified time | path
    Searched defs:observer (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbsupport/
observable.h 27 /* Print an "observer" debug statement. */
30 debug_prefixed_printf_cond (observer_debug, "observer", fmt, ##__VA_ARGS__)
32 /* Print "observer" start/end debug statements. */
35 scoped_debug_start_end (observer_debug, "observer", fmt, ##__VA_ARGS__)
45 /* An observer is an entity which is interested in being notified
48 notifications, the observer attaches a callback to the observable.
51 The observer implementation is also currently not reentrant. In
71 /* Use for sorting algorithm, to indicate which observer we have
88 struct observer struct in class:gdb::observers::observable
90 observer (const struct token *token, func_type func, const char *name function in struct:gdb::observers::observable::observer
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbsupport/
observable.h 27 /* Print an "observer" debug statement. */
30 debug_prefixed_printf_cond (observer_debug, "observer", fmt, ##__VA_ARGS__)
32 /* Print "observer" start/end debug statements. */
35 scoped_debug_start_end (observer_debug, "observer", fmt, ##__VA_ARGS__)
45 /* An observer is an entity which is interested in being notified
48 notifications, the observer attaches a callback to the observable.
51 The observer implementation is also currently not reentrant. In
71 /* Use for sorting algorithm, to indicate which observer we have
88 struct observer struct in class:gdb::observers::observable
90 observer (const struct token *token, func_type func, const char *name function in struct:gdb::observers::observable::observer
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
LiveVariables.cpp 45 LiveVariables::Observer *obs = nullptr);
93 void LiveVariables::Observer::anchor() { }
155 LiveVariables::Observer *observer; member in class:__anon2724::TransferFunctions
160 LiveVariables::Observer *Observer,
162 : LV(im), val(Val), observer(Observer), currentBlock(CurrentBlock) {}
212 if (observer)
213 observer->observeStmt(S, currentBlock, val)
    [all...]

Completed in 23 milliseconds