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

  /external/llvm/lib/Support/
CommandLine.cpp 138 if (O->ArgStr[0])
139 OptionNames.push_back(O->ArgStr);
223 if (O->ArgStr[0])
224 OptionNames.push_back(O->ArgStr);
339 return ProvideOption(Handler, Handler->ArgStr, Arg, 0, 0, Dummy);
770 } else if (UnboundedFound && !Opt->ArgStr[0]) {
    [all...]
  /external/llvm/unittests/Support/
CommandLineTest.cpp 73 ASSERT_STREQ(ArgString, Retrieved->ArgStr) <<
  /external/clang/unittests/Tooling/
RecursiveASTVisitorTest.cpp 112 std::string ArgStr;
113 llvm::raw_string_ostream Stream(ArgStr);
  /external/llvm/include/llvm/Support/
CommandLine.h 195 const char *ArgStr; // The argument string itself (ex: "help", "o")
219 // hasArgStr - Return true if the argstr != ""
220 bool hasArgStr() const { return ArgStr[0] != 0; }
225 void setArgStr(const char *S) { ArgStr = S; }
243 ArgStr(""), HelpStr(""), ValueStr(""), Category(&GeneralCategory) {
578 // argstr field should be stable, copy it down now.
584 // If there has been no argstr specified, that means that we need to add an
594 // If there is an ArgStr specified, then we are of the form:
740 const char *ArgStr;
748 ArgStr = O.ArgStr
    [all...]
  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]

Completed in 121 milliseconds