Searched refs:RequiresValue (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
H A DCommandLine.cpp419 static bool RequiresValue(const Option *O) { function
582 if (RequiresValue(Opt))
752 if (RequiresValue(PositionalOpts[i])) {
786 if (RequiresValue(PositionalOpts[j])) {
/external/llvm/lib/Support/
H A DCommandLine.cpp672 static bool RequiresValue(const Option *O) { function
1060 if (RequiresValue(Opt))
1232 if (RequiresValue(PositionalOpts[i])) {
1266 if (RequiresValue(PositionalOpts[j])) {

Completed in 148 milliseconds