Home
last modified time | relevance | path

Searched refs:severity_fatal (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dparser.cc46665 int severity_fatal = -1; in cp_parser_omp_error() local
46698 v = &severity_fatal; in cp_parser_omp_error()
46795 if (severity_fatal == -1) in cp_parser_omp_error()
46796 severity_fatal = 1; in cp_parser_omp_error()
46806 = builtin_decl_explicit (severity_fatal ? BUILT_IN_GOMP_ERROR in cp_parser_omp_error()
46827 emit_diagnostic (severity_fatal ? DK_ERROR : DK_WARNING, loc, 0, in cp_parser_omp_error()
46830 emit_diagnostic (severity_fatal ? DK_ERROR : DK_WARNING, loc, 0, in cp_parser_omp_error()