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

  /external/llvm/unittests/Option/
OptionParsingTest.cpp 76 EXPECT_TRUE(AL->hasArg(OPT_C));
84 EXPECT_EQ(AL->getLastArgValue(OPT_C), "bye");
101 arg_iterator Cs = AL->filtered_begin(OPT_C);
121 EXPECT_TRUE(AL->hasArg(OPT_C));
124 // Exclude flag1 to avoid parsing as OPT_C.
129 EXPECT_FALSE(AL->hasArg(OPT_C));
135 EXPECT_TRUE(AL->hasArg(OPT_C));
137 EXPECT_EQ(AL->getLastArgValue(OPT_C), "bar");
  /system/core/toolbox/
newfs_msdos.c 252 u_int opt_F = 0, opt_I = 0, opt_S = 0, opt_a = 0, opt_b = 0, opt_c = 0; local
318 opt_c = 0;
321 opt_c = argto1(optarg, 1, "sectors/cluster");
469 if (opt_c) {
470 if (!powerof2(opt_c))
471 errx(1, "sectors/cluster (%u) is not a power of 2", opt_c);
472 bpb.spc = opt_c;
  /external/mksh/src/
check.pl 263 if (defined $opt_C) {
264 foreach $c (split(',', $opt_C)) {
    [all...]
  /external/clang/lib/Driver/
Tools.cpp 47 if (Arg *A = Args.getLastArg(options::OPT_C, options::OPT_CC))
246 Args.AddLastArg(CmdArgs, options::OPT_C);
    [all...]
Driver.cpp 176 } else if ((PhaseArg = DAL.getLastArg(options::OPT_c))) {
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
options.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
options.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
options.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
options.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/bin/
c++ 
g++ 
gcc 

Completed in 1734 milliseconds