Searched refs:ParseSwitch (Results 1 - 3 of 3) sorted by relevance

/external/lzma/Java/SevenZip/
H A DLzmaAlone.java32 boolean ParseSwitch(String s) method in class:LzmaAlone.CommandLine
94 if (!ParseSwitch(sw))
/external/llvm/lib/AsmParser/
H A DLLParser.h460 bool ParseSwitch(Instruction *&Inst, PerFunctionState &PFS);
H A DLLParser.cpp4724 case lltok::kw_switch: return ParseSwitch(Inst, PFS);
4933 /// ParseSwitch
4938 bool LLParser::ParseSwitch(Instruction *&Inst, PerFunctionState &PFS) {

Completed in 650 milliseconds