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

  /external/llvm/lib/Support/
CommandLine.cpp 125 if (O->ArgStr[0])
126 OptionNames.push_back(O->ArgStr);
210 if (O->ArgStr[0])
211 OptionNames.push_back(O->ArgStr);
326 return ProvideOption(Handler, Handler->ArgStr, Arg, 0, 0, Dummy);
587 } else if (UnboundedFound && !Opt->ArgStr[0]) {
854 if (ArgName.data() == 0) ArgName = ArgStr;
    [all...]
  /external/clang/unittests/Tooling/
RecursiveASTVisitorTest.cpp 86 std::string ArgStr;
87 llvm::raw_string_ostream Stream(ArgStr);
  /external/llvm/include/llvm/Support/
CommandLine.h 177 const char *ArgStr; // The argument string itself (ex: "help", "o")
200 // hasArgStr - Return true if the argstr != ""
201 bool hasArgStr() const { return ArgStr[0] != 0; }
206 void setArgStr(const char *S) { ArgStr = S; }
223 ArgStr(""), HelpStr(""), ValueStr("") {
550 // argstr field should be stable, copy it down now.
556 // If there has been no argstr specified, that means that we need to add an
566 // If there is an ArgStr specified, then we are of the form:
712 const char *ArgStr;
720 ArgStr = O.ArgStr
    [all...]
  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp 686 const char *ArgStr;
    [all...]

Completed in 290 milliseconds