Home
last modified time | relevance | path

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

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