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 155 if (O->ArgStr[0])
156 OptionNames.push_back(O->ArgStr);
249 if (O->ArgStr[0])
250 OptionNames.push_back(O->ArgStr);
364 return ProvideOption(Handler, Handler->ArgStr, Arg, 0, nullptr, Dummy);
800 } else if (UnboundedFound && !Opt->ArgStr[0]) {
    [all...]
  /frameworks/compile/mclinker/tools/mcld/lib/
TargetControlOptions.cpp 69 mcld::warning(mcld::diag::warn_unsupported_option) << m_FIXCA8.ArgStr;
  /external/llvm/include/llvm/Support/
CommandLine.h 194 const char *ArgStr; // The argument string itself (ex: "help", "o")
218 // hasArgStr - Return true if the argstr != ""
219 bool hasArgStr() const { return ArgStr[0] != 0; }
224 void setArgStr(const char *S) { ArgStr = S; }
242 ArgStr(""), HelpStr(""), ValueStr(""), Category(&GeneralCategory) {
588 // argstr field should be stable, copy it down now.
594 // If there has been no argstr specified, that means that we need to add an
604 // If there is an ArgStr specified, then we are of the form:
750 const char *ArgStr;
758 ArgStr = O.ArgStr
    [all...]
  /external/clang/unittests/Tooling/
RecursiveASTVisitorTest.cpp 136 std::string ArgStr;
137 llvm::raw_string_ostream Stream(ArgStr);
  /external/llvm/unittests/Support/
CommandLineTest.cpp 100 ASSERT_STREQ(ArgString, Retrieved->ArgStr) <<
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]

Completed in 349 milliseconds