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

  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model.cc 610 class shift_count_overflow_diagnostic class in namespace:ana
611 : public pending_diagnostic_subclass<shift_count_overflow_diagnostic>
614 shift_count_overflow_diagnostic (const gassign *assign, function in class:ana::shift_count_overflow_diagnostic
623 return "shift_count_overflow_diagnostic";
626 bool operator== (const shift_count_overflow_diagnostic &other) const
821 ctxt->warn (new shift_count_overflow_diagnostic
  /src/external/gpl3/gcc/dist/gcc/analyzer/
region-model.cc 728 class shift_count_overflow_diagnostic class in namespace:ana
729 : public pending_diagnostic_subclass<shift_count_overflow_diagnostic>
732 shift_count_overflow_diagnostic (const gassign *assign, function in class:ana::shift_count_overflow_diagnostic
741 return "shift_count_overflow_diagnostic";
744 bool operator== (const shift_count_overflow_diagnostic &other) const
952 (make_unique<shift_count_overflow_diagnostic>

Completed in 32 milliseconds