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

  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 2351 || warning_suppressed_p (newdecl, OPT_Wpedantic)
2352 || warning_suppressed_p (olddecl, OPT_Wpedantic))
2361 else if (pedwarn_c99 (input_location, OPT_Wpedantic,
5047 warned_enum = pedwarn (input_location, OPT_Wpedantic,
5282 pedwarn_c90 (loc, OPT_Wpedantic,
5286 pedwarn_c90 (loc, OPT_Wpedantic,
6382 pedwarn (input_location, OPT_Wpedantic,
6561 pedwarn (loc, OPT_Wpedantic,
6605 pedwarn_c90 (loc, OPT_Wpedantic,
6988 pedwarn_c90 (loc, OPT_Wpedantic, "duplicate %<const%>")
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 2181 || warning_suppressed_p (newdecl, OPT_Wpedantic)
2182 || warning_suppressed_p (olddecl, OPT_Wpedantic))
2191 else if (pedwarn_c99 (input_location, OPT_Wpedantic,
4974 pedwarn_c90 (loc, OPT_Wpedantic,
4978 pedwarn_c90 (loc, OPT_Wpedantic,
5972 pedwarn (input_location, OPT_Wpedantic,
6116 pedwarn (loc, OPT_Wpedantic,
6159 pedwarn_c90 (loc, OPT_Wpedantic,
6482 pedwarn_c90 (loc, OPT_Wpedantic, "duplicate %<const%>");
6484 pedwarn_c90 (loc, OPT_Wpedantic, "duplicate %<restrict%>")
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 1389 complained = pedwarn (new_loc, OPT_Wpedantic, msg, new_decl);
5712 OPT_Wpedantic, "ISO C++ prohibits anonymous structs");
11462 pedwarn (DECL_SOURCE_LOCATION (decl), OPT_Wpedantic,
11609 pedwarn (loc, OPT_Wpedantic, "size of array %qD is not an "
11612 pedwarn (loc, OPT_Wpedantic,
11663 pedwarn (loc, OPT_Wpedantic,
11666 pedwarn (loc, OPT_Wpedantic,
12642 pedwarn (declspecs->locations[ds_complex], OPT_Wpedantic,
12695 pedwarn (id_loc, OPT_Wpedantic,
12723 pedwarn (declspecs->locations[ds_type_spec], OPT_Wpedantic,
    [all...]
pt.cc 1192 pedwarn (input_location, OPT_Wpedantic, "template specialization "
2734 pedwarn (loc, OPT_Wpedantic, "explicit instantiation of %qD "
8615 pedwarn (input_location, OPT_Wpedantic, "injected-class-name %qD"
26596 pedwarn (input_location, OPT_Wpedantic,
26663 pedwarn (input_location, OPT_Wpedantic,
26668 pedwarn (input_location, OPT_Wpedantic,
29410 pedwarn (cp_expr_loc_or_input_loc (fullname), OPT_Wpedantic,
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 1266 complained = pedwarn (new_loc, OPT_Wpedantic, msg, new_decl);
5384 OPT_Wpedantic, "ISO C++ prohibits anonymous structs");
10981 pedwarn (DECL_SOURCE_LOCATION (decl), OPT_Wpedantic,
11127 pedwarn (loc, OPT_Wpedantic, "size of array %qD is not an "
11130 pedwarn (loc, OPT_Wpedantic,
11181 pedwarn (loc, OPT_Wpedantic,
11184 pedwarn (loc, OPT_Wpedantic,
12165 pedwarn (declspecs->locations[ds_complex], OPT_Wpedantic,
12218 pedwarn (id_loc, OPT_Wpedantic,
12246 pedwarn (declspecs->locations[ds_type_spec], OPT_Wpedantic,
    [all...]

Completed in 62 milliseconds