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

  /src/external/gpl3/gcc/dist/gcc/c-family/
name-hint.h 42 /* A deferred_diagnostic is a wrapper around optional extra diagnostics
48 class deferred_diagnostic class
51 virtual ~deferred_diagnostic () {}
56 in which case we should also not emit the deferred_diagnostic. */
65 deferred_diagnostic (location_t loc) function in class:deferred_diagnostic
74 optional deferred_diagnostic.
83 and the deferred_diagnostic allows for additional (optional)
88 The deferred_diagnostic is emitted by its destructor, when the
96 name_hint (const char *suggestion, deferred_diagnostic *deferred)
107 /* Take ownership of this name_hint's deferred_diagnostic, for us
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
name-hint.h 42 /* A deferred_diagnostic is a wrapper around optional extra diagnostics
48 class deferred_diagnostic class
51 virtual ~deferred_diagnostic () {}
56 in which case we should also not emit the deferred_diagnostic. */
65 deferred_diagnostic (location_t loc) function in class:deferred_diagnostic
74 optional deferred_diagnostic.
83 and the deferred_diagnostic allows for additional (optional)
88 The deferred_diagnostic is emitted by its destructor, when the
96 name_hint (const char *suggestion, deferred_diagnostic *deferred)
107 /* Take ownership of this name_hint's deferred_diagnostic, for us
    [all...]

Completed in 84 milliseconds