Home
last modified time | relevance | path

Searched refs:ParseSwitch (Results 1 – 9 of 9) 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/armnn/src/armnnDeserializer/
DDeserializer.hpp150 void ParseSwitch(GraphPtr graph, unsigned int layerIndex);
DDeserializer.cpp277 m_ParserFunctions[Layer_SwitchLayer] = &DeserializerImpl::ParseSwitch; in DeserializerImpl()
3583 void IDeserializer::DeserializerImpl::ParseSwitch(GraphPtr graph, unsigned int layerIndex) in ParseSwitch() function in armnnDeserializer::IDeserializer::DeserializerImpl
/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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.h567 bool ParseSwitch(Instruction *&Inst, PerFunctionState &PFS);
DLLParser.cpp5709 case lltok::kw_switch: return ParseSwitch(Inst, PFS); in ParseInstruction()
5959 bool LLParser::ParseSwitch(Instruction *&Inst, PerFunctionState &PFS) { in ParseSwitch() function in LLParser
/external/angle/src/common/spirv/
Dspirv_instruction_parser_autogen.h920 void ParseSwitch(const uint32_t *_instruction,
Dspirv_instruction_parser_autogen.cpp3288 void ParseSwitch(const uint32_t *_instruction, in ParseSwitch() function