Searched refs:ParseSwitch (Results 1 – 9 of 9) sorted by relevance
/external/lzma/Java/SevenZip/ |
D | LzmaAlone.java | 32 boolean ParseSwitch(String s) in ParseSwitch() method in LzmaAlone.CommandLine 94 if (!ParseSwitch(sw)) in Parse()
|
/external/armnn/src/armnnDeserializer/ |
D | Deserializer.hpp | 150 void ParseSwitch(GraphPtr graph, unsigned int layerIndex);
|
D | Deserializer.cpp | 277 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/ |
D | LLParser.h | 467 bool ParseSwitch(Instruction *&Inst, PerFunctionState &PFS);
|
D | LLParser.cpp | 4943 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/ |
D | LLParser.h | 567 bool ParseSwitch(Instruction *&Inst, PerFunctionState &PFS);
|
D | LLParser.cpp | 5709 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/ |
D | spirv_instruction_parser_autogen.h | 920 void ParseSwitch(const uint32_t *_instruction,
|
D | spirv_instruction_parser_autogen.cpp | 3288 void ParseSwitch(const uint32_t *_instruction, in ParseSwitch() function
|