Home
last modified time | relevance | path

Searched refs:ParseSwitch (Results 1 – 5 of 5) 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/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.h347 bool ParseSwitch(Instruction *&Inst, PerFunctionState &PFS);
DLLParser.cpp2888 case lltok::kw_switch: return ParseSwitch(Inst, PFS); in ParseInstruction()
3084 bool LLParser::ParseSwitch(Instruction *&Inst, PerFunctionState &PFS) { in ParseSwitch() function in LLParser
/external/llvm/lib/AsmParser/
DLLParser.h467 bool ParseSwitch(Instruction *&Inst, PerFunctionState &PFS);
DLLParser.cpp4943 case lltok::kw_switch: return ParseSwitch(Inst, PFS); in ParseInstruction()
5157 bool LLParser::ParseSwitch(Instruction *&Inst, PerFunctionState &PFS) { in ParseSwitch() function in LLParser