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

  /src/external/gpl3/gcc/dist/gcc/cp/
call.cc 8435 diagnostic_t diag_kind; local
8841 expr = build_temp (expr, totype, flags, &diag_kind, complain);
8842 if (diag_kind && complain)
decl.cc 3699 diagnostic_t diag_kind, bool computed)
3702 diag_kind = DK_WARNING;
3704 = emit_diagnostic (diag_kind, loc, 0,
3909 diagnostic_t diag_kind = DK_PERMERROR;
3913 diag_kind = DK_ERROR;
3915 &input_location, diag_kind, computed);
3916 identified = 1 + (diag_kind == DK_ERROR);
3902 diagnostic_t diag_kind = DK_PERMERROR; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc 7840 diagnostic_t diag_kind; local
8213 expr = build_temp (expr, totype, flags, &diag_kind, complain);
8214 if (diag_kind && complain)
decl.cc 3474 diagnostic_t diag_kind)
3477 = emit_diagnostic (diag_kind, loc, 0,
3671 diagnostic_t diag_kind = DK_PERMERROR;
3675 diag_kind = DK_ERROR;
3677 &input_location, diag_kind);
3678 identified = 1 + (diag_kind == DK_ERROR);
3664 diagnostic_t diag_kind = DK_PERMERROR; local

Completed in 42 milliseconds