HomeSort by relevance Sort by last modified time
    Searched full:fatalwarnings (Results 1 - 5 of 5) sorted by null

  /external/clang/tools/driver/
cc1as_main.cpp 127 unsigned FatalWarnings : 1;
143 FatalWarnings = 0;
253 Opts.FatalWarnings = Args->hasArg(OPT_massembler_fatal_warnings);
  /external/clang/include/clang/Frontend/
CodeGenOptions.def 77 CODEGENOPT(FatalWarnings , 1, 0) ///< Set when -Wa,--fatal-warnings is
  /external/clang/lib/CodeGen/
BackendUtil.cpp 537 Options.MCOptions.MCFatalWarnings = CodeGenOpts.FatalWarnings;
  /frameworks/compile/mclinker/tools/mcld/
Options.td 367 def FatalWarnings : Flag<["--"], "fatal-warnings">,
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 463 Opts.FatalWarnings = Args.hasArg(OPT_massembler_fatal_warnings);
    [all...]

Completed in 183 milliseconds