HomeSort by: relevance | last modified time | path
    Searched refs:Quiet (Results 1 - 15 of 15) sorted by relevancy

  /src/external/bsd/pkg_install/dist/info/
show.c 71 const char *sh_quiet; /* message when quiet */
108 if (!Quiet)
117 if (!Quiet || separator)
140 if (!Quiet)
159 if (!Quiet) {
167 Quiet ? showv[p->type].sh_quiet :
170 if (!Quiet) {
180 Quiet ? showv[p->type].sh_quiet :
185 printf("%s", Quiet ? showv[p->type].sh_quiet :
203 Quiet ? showv[p->type].sh_quiet
    [all...]
info.h 113 extern Boolean Quiet;
main.c 49 Boolean Quiet = FALSE;
166 Quiet = TRUE;
perform.c 410 if (!Quiet && !(Flags & SHOW_SUMMARY)) {
486 if (!Quiet && !(Flags & SHOW_SUMMARY)) {
509 if (!Quiet)
581 if (!Quiet)
  /src/external/apache2/llvm/dist/llvm/tools/bugpoint/
OptimizerDriver.cpp 133 bool Quiet, ArrayRef<std::string> ExtraArgs) const {
251 if (!Quiet) {
274 if (runPasses(*M, Passes, BitcodeResult, false /*delete*/, true /*quiet*/,
BugDriver.h 228 /// or failed, unless Quiet is set. ExtraArgs specifies additional arguments
233 bool Quiet = false,
  /src/distrib/sets/
maketars 33 quiet=false
53 -q Quiet operation
70 $quiet || echo $*
106 quiet=true
  /src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFLinker.cpp 1995 unsigned Indent, bool Quiet) {
2008 if (!Quiet)
2013 if (!Quiet && Options.Verbose) {
2023 if (!Quiet && Options.Verbose && (Cached->second != DwoId))
2028 if (!Quiet && Options.Verbose)
2032 if (!Quiet && Options.Verbose)
2041 IsLittleEndian, Indent + 2, Quiet)) {
2052 bool IsLittleEndian, unsigned Indent, bool Quiet) {
2078 Indent, Quiet)) {
2092 if (!Quiet && Options.Verbose
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
DWARFLinker.h 484 bool Quiet = false);
495 unsigned Indent = 0, bool Quiet = false);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
Debugify.cpp 37 cl::opt<bool> Quiet("debugify-quiet",
53 raw_ostream &dbg() { return Quiet ? nulls() : errs(); }
  /src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
llvm-dwarfdump.cpp 249 static opt<bool> Quiet("quiet", desc("Use with -verify to not emit to STDOUT."),
491 raw_ostream &stream = Quiet ? nulls() : OS;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
llvm-nm.cpp 126 cl::opt<bool> Quiet("quiet", cl::desc("Suppress 'no symbols' diagnostic"),
1874 if (Symbols.empty() && SymbolList.empty() && !Quiet) {
  /src/external/apache2/llvm/dist/llvm/lib/Support/
APFloat.cpp 1994 quiet NaN, we raise invalid op; this implementation does so.
2024 // delivered shall deliver a quiet NaN.
2034 // For an operation with quiet NaN inputs, other than maximum and minimum
2036 // shall be a quiet NaN which should be one of the input NaNs.
2038 // Every general-computational and quiet-computational operation involving
4207 // Quiet signalling nans.
4209 IEEEFloat Quiet(Val);
4210 Quiet.makeQuiet();
4211 return Quiet;
  /src/external/gpl3/gcc/dist/libgcc/config/m68k/
lb1sf68.S 245 | 4. Quiet NaN (Not a Number) have all bits set.
711 | Return a quiet NaN and set the exception flags
2625 | Return a quiet NaN and set the exception flags
  /src/external/gpl3/gcc.old/dist/libgcc/config/m68k/
lb1sf68.S 245 | 4. Quiet NaN (Not a Number) have all bits set.
711 | Return a quiet NaN and set the exception flags
2624 | Return a quiet NaN and set the exception flags

Completed in 87 milliseconds