Home
last modified time | relevance | path

Searched refs:CAOpt (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
DCommandLine.cpp117 Option *CAOpt = 0; // The ConsumeAfter option if it exists. in GetOptionInfo() local
142 if (CAOpt) in GetOptionInfo()
144 CAOpt = O; in GetOptionInfo()
148 if (CAOpt) in GetOptionInfo()
149 PositionalOpts.push_back(CAOpt); in GetOptionInfo()
1260 Option *CAOpt = 0; // The cl::ConsumeAfter option, if it exists... in operator =() local
1263 CAOpt = PositionalOpts[0]; in operator =()
1265 for (size_t i = CAOpt != 0, e = PositionalOpts.size(); i != e; ++i) { in operator =()
1272 if (CAOpt) outs() << " " << CAOpt->HelpStr; in operator =()