HomeSort by relevance Sort by last modified time
    Searched refs:hasArg (Results 1 - 19 of 19) sorted by null

  /external/icu4c/tools/toolutil/
uoptions.c 56 if(option->hasArg!=UOPT_NO_ARG) {
61 } else if(option->hasArg==UOPT_REQUIRES_ARG) {
84 if(option->hasArg!=UOPT_NO_ARG) {
96 } else if(option->hasArg==UOPT_REQUIRES_ARG) {
uoptions.h 47 /* values of UOption.hasArg */
57 char hasArg; /* enum value: option takes no/requires/may have argument */
62 #define UOPTION_DEF(longName, shortName, hasArg) \
63 { longName, NULL, NULL, NULL, shortName, hasArg, 0 }
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]
CreateInvocationFromCommandLine.cpp 64 if (C->getArgs().hasArg(driver::options::OPT__HASH_HASH_HASH)) {
  /external/clang/lib/Driver/
Tools.cpp 46 if (!Args.hasArg(options::OPT_E) && !D.CCCIsCPP)
55 if (Args.hasArg(options::OPT_static))
181 return Args.hasArg(options::OPT_fobjc_link_runtime);
187 if (!(Args.hasArg(options::OPT_fprofile_arcs) ||
188 Args.hasArg(options::OPT_fprofile_generate) ||
189 Args.hasArg(options::OPT_fcreate_profile) ||
190 Args.hasArg(options::OPT_coverage)))
238 if (!Args.hasArg(options::OPT_MT) && !Args.hasArg(options::OPT_MQ)) {
266 if (Args.hasArg(options::OPT_MG))
    [all...]
Driver.cpp 170 bool HasNostdlib = Args.hasArg(options::OPT_nostdlib);
238 if (!Args.hasArg(options::OPT_mlinker_version_EQ)) {
282 CCCPrintOptions = Args->hasArg(options::OPT_ccc_print_options);
283 CCCPrintActions = Args->hasArg(options::OPT_ccc_print_phases);
284 CCCPrintBindings = Args->hasArg(options::OPT_ccc_print_bindings);
285 CCCIsCXX = Args->hasArg(options::OPT_ccc_cxx) || CCCIsCXX;
286 CCCEcho = Args->hasArg(options::OPT_ccc_echo);
294 CCCUseClang = !Args->hasArg(options::OPT_ccc_no_clang);
295 CCCUseClangCPP = !Args->hasArg(options::OPT_ccc_no_clang_cpp);
330 if (Args->hasArg(options::OPT_nostdlib)
    [all...]
WindowsToolChain.cpp 309 if (DriverArgs.hasArg(options::OPT_nostdinc))
312 if (!DriverArgs.hasArg(options::OPT_nobuiltininc)) {
318 if (DriverArgs.hasArg(options::OPT_nostdlibinc))
Compilation.cpp 149 getArgs().hasArg(options::OPT_v)) && !getDriver().CCGenDiagnostics) {
223 if (TranslatedArgs->hasArg(OutputOpts[i]))
ToolChains.cpp 329 if (Args.hasArg(options::OPT_static))
342 if (Args.hasArg(options::OPT_fprofile_arcs) ||
343 Args.hasArg(options::OPT_fprofile_generate) ||
344 Args.hasArg(options::OPT_fcreate_profile) ||
345 Args.hasArg(options::OPT_coverage)) {
358 if (Args.hasArg(options::OPT_dynamiclib) ||
359 Args.hasArg(options::OPT_bundle)) return;
448 if (!Args.hasArg(options::OPT_isysroot)) {
    [all...]
  /external/emma/core/java12/com/vladium/util/args/
IOptsParser.java 50 boolean hasArg (String name);
OptsParser.java 643 public boolean hasArg (final String name)
    [all...]
  /external/clang/tools/driver/
cc1as_main.cpp 180 Opts.NoInitialTextSection = Args->hasArg(OPT_n);
181 Opts.SaveTemporaryLabels = Args->hasArg(OPT_L);
182 Opts.GenDwarfForAssembly = Args->hasArg(OPT_g);
186 if (Args->hasArg(OPT_INPUT)) {
200 if (Args->hasArg(OPT_fatal_warnings))
217 Opts.ShowHelp = Args->hasArg(OPT_help);
218 Opts.ShowVersion = Args->hasArg(OPT_version);
223 Opts.ShowEncoding = Args->hasArg(OPT_show_encoding);
224 Opts.ShowInst = Args->hasArg(OPT_show_inst);
227 Opts.RelaxAll = Args->hasArg(OPT_relax_all)
    [all...]
  /frameworks/compile/slang/
llvm-rs-cc.cpp 191 DiagOpts.IgnoreWarnings = Args->hasArg(OPT_w);
261 Opts.mAllowRSPrefix = Args->hasArg(OPT_allow_rs_prefix);
281 if (Args->hasArg(OPT_reflect_cpp)) {
290 Opts.mShowHelp = Args->hasArg(OPT_help);
291 Opts.mShowVersion = Args->hasArg(OPT_version);
292 Opts.mDebugEmission = Args->hasArg(OPT_emit_g);
  /prebuilts/misc/common/commons-cli/
commons-cli-1.2.jar 
  /external/clang/include/clang/Driver/
ArgList.h 163 /// hasArg - Does the arg list contain any option matching \arg Id.
169 bool hasArg(OptSpecifier Id) const {
172 bool hasArg(OptSpecifier Id0, OptSpecifier Id1) const {
175 bool hasArg(OptSpecifier Id0, OptSpecifier Id1, OptSpecifier Id2) const {
  /external/smali/baksmali/src/main/java/org/jf/baksmali/
main.java 353 .hasArg()
406 .hasArg()
437 .hasArg()
  /external/smali/smali/src/main/java/org/jf/smali/
main.java 378 .hasArg()
  /external/emma/lib/
emma.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 519 milliseconds