HomeSort by relevance Sort by last modified time
    Searched refs:ParseArgs (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/v8/tools/clang/plugins/
FindBadConstructsAction.h 23 virtual bool ParseArgs(const clang::CompilerInstance& instance,
FindBadConstructsAction.cpp 42 bool FindBadConstructsAction::ParseArgs(const CompilerInstance& instance,
  /external/llvm/unittests/Option/
OptionParsingTest.cpp 70 InputArgList AL = T.ParseArgs(Args, MAI, MAC);
115 InputArgList AL = T.ParseArgs(Args, MAI, MAC,
123 AL = T.ParseArgs(Args, MAI, MAC,
131 AL = T.ParseArgs(NewArgs, MAI, MAC);
143 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC);
152 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC);
163 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC);
173 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC);
183 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC);
194 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC)
    [all...]
  /external/stressapptest/src/
main.cc 27 if (!sat->ParseArgs(argc, argv)) {
28 logprintf(0, "Process Error: Sat::ParseArgs() failed\n");
  /external/v8/tools/clang/blink_gc_plugin/
BlinkGCPlugin.cpp 31 bool ParseArgs(const CompilerInstance&,
  /external/autotest/site_utils/stats/
apache_error_log_metrics.py 70 def ParseArgs():
83 args = ParseArgs()
apache_access_log_metrics.py 138 def ParseArgs():
151 args = ParseArgs()
  /external/v8/tools/clang/scripts/
build_file.py 22 def ParseArgs():
73 args = ParseArgs()
  /external/autotest/site_utils/
team_extract.py 17 def ParseArgs(argv):
92 options, args, base_dir = ParseArgs(argv)
  /external/clang/examples/AnnotateFunctions/
AnnotateFunctions.cpp 48 bool ParseArgs(const CompilerInstance &CI,
  /external/llvm/include/llvm/Option/
OptTable.h 152 InputArgList ParseArgs(ArrayRef<const char *> Args, unsigned &MissingArgIndex,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Option/
OptTable.h 152 InputArgList ParseArgs(ArrayRef<const char *> Args, unsigned &MissingArgIndex,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Option/
OptTable.h 152 InputArgList ParseArgs(ArrayRef<const char *> Args, unsigned &MissingArgIndex,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Option/
OptTable.h 152 InputArgList ParseArgs(ArrayRef<const char *> Args, unsigned &MissingArgIndex,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Option/
OptTable.h 152 InputArgList ParseArgs(ArrayRef<const char *> Args, unsigned &MissingArgIndex,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Option/
OptTable.h 152 InputArgList ParseArgs(ArrayRef<const char *> Args, unsigned &MissingArgIndex,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Option/
OptTable.h 152 InputArgList ParseArgs(ArrayRef<const char *> Args, unsigned &MissingArgIndex,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Option/
OptTable.h 152 InputArgList ParseArgs(ArrayRef<const char *> Args, unsigned &MissingArgIndex,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Option/
OptTable.h 152 InputArgList ParseArgs(ArrayRef<const char *> Args, unsigned &MissingArgIndex,
  /external/protobuf/gtest/test/
run_tests_util_test.py 617 """Exercises ParseArgs."""
620 options, args = run_tests_util.ParseArgs('gtest', argv=['script.py'])
626 options, args = run_tests_util.ParseArgs(
633 options, args = run_tests_util.ParseArgs('gtest', argv=['script.py', '-a'])
639 options, args = run_tests_util.ParseArgs('gtest', argv=['script.py', '-b'])
645 options, args = run_tests_util.ParseArgs(
662 _, args = run_tests_util.ParseArgs(
669 _, args = run_tests_util.ParseArgs(
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
xvmc_bench.c 64 void ParseArgs(int argc, char **argv, struct Config *config);
66 void ParseArgs(int argc, char **argv, struct Config *config)
199 ParseArgs(argc, argv, &config);
  /external/clang/examples/PrintFunctionNames/
PrintFunctionNames.cpp 87 bool ParseArgs(const CompilerInstance &CI,
  /external/clang/include/clang/Frontend/
FrontendAction.h 250 virtual bool ParseArgs(const CompilerInstance &CI,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
FrontendAction.h 250 virtual bool ParseArgs(const CompilerInstance &CI,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
FrontendAction.h 250 virtual bool ParseArgs(const CompilerInstance &CI,

Completed in 273 milliseconds

1 2 3