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

  /src/external/gpl3/gcc/dist/gcc/lto/
lto-symtab.cc 183 If COMMON_OR_EXTERN is true, do not warn on size mismatches of arrays.
614 issue diagnostics about type mismatches. If DIAGNOSED_P is true
622 vec<tree> mismatches = vNULL; local
648 mismatches.safe_push (e->decl);
687 if (mismatches.is_empty ())
691 FOR_EACH_VEC_ELT (mismatches, i, decl)
763 mismatches.release ();
868 mismatches. */
  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-symtab.cc 183 If COMMON_OR_EXTERN is true, do not warn on size mismatches of arrays.
614 issue diagnostics about type mismatches. If DIAGNOSED_P is true
622 vec<tree> mismatches = vNULL; local
648 mismatches.safe_push (e->decl);
687 if (mismatches.is_empty ())
691 FOR_EACH_VEC_ELT (mismatches, i, decl)
763 mismatches.release ();
868 mismatches. */

Completed in 18 milliseconds