HomeSort by: relevance | last modified time | path
    Searched refs:inform (Results 1 - 25 of 133) sorted by relevancy

1 2 3 4 5 6

  /src/external/gpl2/texinfo/dist/info/
indices.h 38 REFERENCE **apropos_in_all_indices (char *search_string, int inform);
indices.c 470 apropos_in_all_indices (char *search_string, int inform)
543 if (this_fb && inform)
550 if (this_fb && inform)
  /src/external/gpl2/dtc/dist/
dtc.c 165 const char *inform = NULL; local
185 inform = optarg;
288 if (inform == NULL)
289 inform = guess_input_format(arg, "dts");
293 if (streq(inform, "dts"))
299 if (annotate && (!streq(inform, "dts") || !streq(outform, "dts")))
301 if (streq(inform, "dts"))
303 else if (streq(inform, "fs"))
305 else if(streq(inform, "dtb"))
308 die("Unknown input format \"%s\"\n", inform);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
diagnostic-core.h 107 extern void inform (location_t, const char *, ...) ATTRIBUTE_GCC_DIAG(2,3);
108 extern void inform (rich_location *, const char *, ...) ATTRIBUTE_GCC_DIAG(2,3);
ipa-devirt.cc 678 inform (DECL_SOURCE_LOCATION (prevailing->decl),
724 inform (DECL_SOURCE_LOCATION
728 inform (DECL_SOURCE_LOCATION
766 inform (DECL_SOURCE_LOCATION (ctx),
794 inform (DECL_SOURCE_LOCATION
838 inform (DECL_SOURCE_LOCATION
842 inform (DECL_SOURCE_LOCATION
849 inform (DECL_SOURCE_LOCATION
869 inform (DECL_SOURCE_LOCATION
875 inform (DECL_SOURCE_LOCATIO
    [all...]
gimple-warn-recursion.cc 202 inform (loc, "recursive call");
substring-locations.cc 228 inform (&substring_richloc,
tree-ssa-uninit.cc 315 inform (var_loc, "%qD was declared here", var);
317 inform (var_loc, "%qs was declared here", var_name_str);
440 inform (parmloc, "accessing argument %u of a function declared with "
865 inform (loc, "in a call to %qD declared with "
872 inform (loc, "in a call to %qT declared with "
888 inform (loc, "by argument %u of type %s to %qD "
896 inform (loc, "by argument %u of type %s to %qT",
904 inform (loc, "%qD declared here", argbase);
1070 inform (loc, "%qD declared here", var);
gimple-ssa-warn-alloca.cc 332 inform (loc, "limit is %wu bytes, but argument "
350 inform (loc, "limit is %wu bytes, but argument is %s",
gimple-ssa-warn-access.cc 231 inform (get_location (decl),
669 inform (DECL_SOURCE_LOCATION (decl),
796 inform (get_location (pad->src.ref),
888 inform (get_location (pad->dst.ref),
2027 inform (get_location (aref.ref), "declared here");
2036 inform (def_loc,
2039 inform (def_loc,
2042 inform (def_loc, "obtained here");
2352 inform (loc, "argument %i in the range [%E, %E]",
2355 inform (loc, "argument %i in the range [%E, %E]"
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
constraint.cc 1153 inform (loc, "original template declaration here");
1655 inform (DECL_SOURCE_LOCATION (proto), "prototype declared here");
1934 inform (loc, "the required expression %qE is invalid, because", t);
1941 inform (loc, "the required expression %qE is invalid", t);
1980 inform (loc, "the required type %qT is invalid, because", t);
1984 inform (loc, "the required type %qT is invalid", t);
2063 inform (loc, "%qE is not %<noexcept%>", expr);
2086 inform (loc,
2093 inform (loc,
2105 inform (loc, "cannot convert %qE to %qT because", t0, type)
    [all...]
friend.cc 316 inform (location_of (friend_type), "previous declaration here");
320 inform (input_location, "perhaps you need explicit template "
403 inform (DECL_SOURCE_LOCATION (decl),
413 inform (DECL_SOURCE_LOCATION (decl),
659 inform (input_location, "(if this is not what you intended, "
method.cc 960 inform (input_location, "determining value of %qs", "operator<=>");
987 inform (input_location, "forming type of %qs", "operator<=>");
1235 inform (location_of (ctx), "declared here");
1409 inform (info.loc, "changing the return type from %qs "
1428 inform (loc,
1483 inform (info.loc, "cannot default compare union %qT", ctype);
1551 inform (field_loc, "cannot default compare "
1560 inform (field_loc, "cannot default compare "
1578 inform (field_loc, "cannot default compare "
1865 inform (input_location, "synthesized method %qD first required here"
    [all...]
  /src/external/gpl3/gcc.old/dist/maintainer-scripts/
gcc_release 58 inform() { function
119 inform "Updating ChangeLogs and version files"
201 inform "Tagging sources as ${TAG}"
217 inform "Sources are commit ${GITREV}"
245 inform "Building install docs"
260 inform "Building compiler"
317 inform "Building tarfiles"
348 inform "Building diffs against version $old_vers"
357 inform "$old_tar not found; not generating diff file"
359 inform "$new_tar not found; not generating diff file
    [all...]
  /src/usr.sbin/lpr/common_source/
lp.h 115 void inform(const char *);
  /src/external/gpl3/binutils/dist/binutils/
elfcomm.h 32 extern void inform (const char *, ...) ATTRIBUTE_PRINTF_1;
  /src/external/gpl3/binutils.old/dist/binutils/
elfcomm.h 32 extern void inform (const char *, ...) ATTRIBUTE_PRINTF_1;
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr-devices.cc 153 inform (input_location, "supported core architectures:%s", archs);
  /src/external/gpl3/gcc.old/dist/gcc/common/config/arm/
arm-common.cc 381 inform (input_location, "valid arguments are: %s; did you mean %qs?",
384 inform (input_location, "valid arguments are: %s", s);
445 inform (input_location, "valid arguments are: %s; did you mean %qs?",
448 inform (input_location, "valid arguments are: %s", s);
492 inform (input_location, "valid arguments are: %s; did you mean %qs?",
495 inform (input_location, "valid arguments are: %s", s);
550 inform (input_location, "valid feature names are: %s; did you mean %qs?",
553 inform (input_location, "valid feature names are: %s", s);
  /src/external/bsd/unbound/dist/dynlibmod/
dynlibmod.c 109 __DYNSYM inform; local
136 inform = __LOADSYM(dynamic_library,"inform_super");
137 if (inform == NULL) {
142 de->func_inform = (func_inform_t)(void*)inform;
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
known-headers.cc 322 inform (&richloc,
c-indentation.cc 317 inform (guard_loc,
322 inform (guard_loc,
653 inform (next_tinfo.location,
c-pch.cc 393 inform (input_location, "use %<#include%> instead");
404 inform (input_location, "use %<-Winvalid-pch%> for more information");
c-warn.cc 578 inform (&richloc, "add parentheses around left hand side "
2567 inform (EXPR_LOCATION (t), "previously used here");
2940 inform (guard_loc, "some parts of macro expansion are not guarded by "
3044 inform (DECL_SOURCE_LOCATION (decl), "defined here");
3047 inform (DECL_SOURCE_LOCATION (decl), "defined here");
3365 inform (&noteloc, "previously declared as %s", curparmstr.c_str ());
3502 inform (origloc,
3521 inform (origloc,
3535 inform (origloc, "previously declared as an array %s",
3547 inform (origloc
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch-cpu.cc 189 inform (UNKNOWN_LOCATION, "unknown processor ID %<0x%x%>, "

Completed in 92 milliseconds

1 2 3 4 5 6