Home
last modified time | relevance | path

Searched refs:handleSwitch (Results 1 – 25 of 41) sorted by relevance

12

/dports/lang/solidity/solidity_0.8.11/libyul/backends/wasm/
H A DWordSizeTransform.h88 std::vector<Statement> handleSwitch(Switch& _switch);
H A DWordSizeTransform.cpp223 return handleSwitch(std::get<Switch>(_s)); in operator ()()
343 std::vector<Statement> WordSizeTransform::handleSwitch(Switch& _switch) in handleSwitch() function in WordSizeTransform
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/qmeegographicssystemhelper/
H A Dqmeegoruntime.cpp101 extern "C" void handleSwitch(int type, const char *name) in handleSwitch() function
292 qt_meego_register_switch_callback(handleSwitch); in enableSwitchEvents()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/karts/controller/
H A Dskidding_ai.hpp270 void handleSwitch(int item_skill,
/dports/net/nxproxy/nx-libs-3.5.99.20-1/nxcomp/src/
H A DProxy.h448 int handleSwitch(int channelId);
809 return handleSwitch(getChannel(fd)); in handleAsyncSwitch()
/dports/x11/nxcomp/nx-libs-3.5.0.32/nxcomp/
H A DProxy.h431 int handleSwitch(int channelId);
797 return handleSwitch(getChannel(fd)); in handleAsyncSwitch()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Rewrite/
H A DByteCode.cpp762 void handleSwitch(const T &value, RangeT &&cases) { in handleSwitch() function in __anondc6672350d11::ByteCodeExecutor
1169 handleSwitch(value, cases); in execute()
1178 handleSwitch(op->getNumOperands(), cases); in execute()
1219 handleSwitch(op->getNumResults(), cases); in execute()
1226 handleSwitch(value, cases); in execute()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Rewrite/
H A DByteCode.cpp762 void handleSwitch(const T &value, RangeT &&cases) { in handleSwitch() function in __anon699baea10d11::ByteCodeExecutor
1169 handleSwitch(value, cases); in execute()
1178 handleSwitch(op->getNumOperands(), cases); in execute()
1219 handleSwitch(op->getNumResults(), cases); in execute()
1226 handleSwitch(value, cases); in execute()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Rewrite/
H A DByteCode.cpp1002 void handleSwitch(const T &value, RangeT &&cases, Comparator cmp = {}) { in handleSwitch() function in __anon06213e220f11::ByteCodeExecutor
1632 handleSwitch(value, cases); in executeSwitchAttribute()
1641 handleSwitch(op->getNumOperands(), cases); in executeSwitchOperandCount()
1680 handleSwitch(op->getNumResults(), cases); in executeSwitchResultCount()
1687 handleSwitch(value, cases); in executeSwitchType()
1698 handleSwitch(*value, cases, [](ArrayAttr caseValue, const TypeRange &value) { in executeSwitchTypes()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Rewrite/
H A DByteCode.cpp1002 void handleSwitch(const T &value, RangeT &&cases, Comparator cmp = {}) { in handleSwitch() function in __anon6093d5b70f11::ByteCodeExecutor
1632 handleSwitch(value, cases); in executeSwitchAttribute()
1641 handleSwitch(op->getNumOperands(), cases); in executeSwitchOperandCount()
1680 handleSwitch(op->getNumResults(), cases); in executeSwitchResultCount()
1687 handleSwitch(value, cases); in executeSwitchType()
1698 handleSwitch(*value, cases, [](ArrayAttr caseValue, const TypeRange &value) { in executeSwitchTypes()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Rewrite/
H A DByteCode.cpp1002 void handleSwitch(const T &value, RangeT &&cases, Comparator cmp = {}) { in handleSwitch() function in __anon029596ef0f11::ByteCodeExecutor
1632 handleSwitch(value, cases); in executeSwitchAttribute()
1641 handleSwitch(op->getNumOperands(), cases); in executeSwitchOperandCount()
1680 handleSwitch(op->getNumResults(), cases); in executeSwitchResultCount()
1687 handleSwitch(value, cases); in executeSwitchType()
1698 handleSwitch(*value, cases, [](ArrayAttr caseValue, const TypeRange &value) { in executeSwitchTypes()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Rewrite/
H A DByteCode.cpp1002 void handleSwitch(const T &value, RangeT &&cases, Comparator cmp = {}) { in handleSwitch() function in __anonedc912230f11::ByteCodeExecutor
1632 handleSwitch(value, cases); in executeSwitchAttribute()
1641 handleSwitch(op->getNumOperands(), cases); in executeSwitchOperandCount()
1680 handleSwitch(op->getNumResults(), cases); in executeSwitchResultCount()
1687 handleSwitch(value, cases); in executeSwitchType()
1698 handleSwitch(*value, cases, [](ArrayAttr caseValue, const TypeRange &value) { in executeSwitchTypes()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DTransPatterns.java267 handleSwitch(tree, tree.selector, tree.cases, tree.hasTotalPattern, tree.patternSwitch); in visitSwitch()
272 handleSwitch(tree, tree.selector, tree.cases, tree.hasTotalPattern, tree.patternSwitch); in visitSwitchExpression()
275 private void handleSwitch(JCTree tree, in handleSwitch() method in TransPatterns
H A DFlow.java1240 handleSwitch(tree, tree.selector, tree.cases);
1245 handleSwitch(tree, tree.selector, tree.cases);
1248 private void handleSwitch(JCTree tree, JCExpression selector, List<JCCase> cases) {
2416 handleSwitch(tree, tree.selector, tree.cases, tree.hasTotalPattern);
2420 handleSwitch(tree, tree.selector, tree.cases, tree.hasTotalPattern);
2423 private void handleSwitch(JCTree tree, JCExpression selector,
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DFlow.java1135 handleSwitch(tree, tree.selector, tree.cases); in visitSwitch()
1140 handleSwitch(tree, tree.selector, tree.cases); in visitSwitchExpression()
1143 private void handleSwitch(JCTree tree, JCExpression selector, List<JCCase> cases) { in handleSwitch() method in Flow.FlowAnalyzer
2220 handleSwitch(tree, tree.selector, tree.cases); in visitSwitch()
2224 handleSwitch(tree, tree.selector, tree.cases); in visitSwitchExpression()
2227 private void handleSwitch(JCTree tree, JCExpression selector, List<JCCase> cases) { in handleSwitch() method in Flow.AssignAnalyzer
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DFlow.java1112 handleSwitch(tree, tree.selector, tree.cases); in visitSwitch()
1117 handleSwitch(tree, tree.selector, tree.cases); in visitSwitchExpression()
1120 private void handleSwitch(JCTree tree, JCExpression selector, List<JCCase> cases) { in handleSwitch() method in Flow.FlowAnalyzer
2187 handleSwitch(tree, tree.selector, tree.cases); in visitSwitch()
2191 handleSwitch(tree, tree.selector, tree.cases); in visitSwitchExpression()
2194 private void handleSwitch(JCTree tree, JCExpression selector, List<JCCase> cases) { in handleSwitch() method in Flow.AssignAnalyzer
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DFlow.java1183 handleSwitch(tree, tree.selector, tree.cases); in visitSwitch()
1188 handleSwitch(tree, tree.selector, tree.cases); in visitSwitchExpression()
1191 private void handleSwitch(JCTree tree, JCExpression selector, List<JCCase> cases) { in handleSwitch() method in Flow.FlowAnalyzer
2356 handleSwitch(tree, tree.selector, tree.cases); in visitSwitch()
2360 handleSwitch(tree, tree.selector, tree.cases); in visitSwitchExpression()
2363 private void handleSwitch(JCTree tree, JCExpression selector, List<JCCase> cases) { in handleSwitch() method in Flow.AssignAnalyzer
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DFlow.java1183 handleSwitch(tree, tree.selector, tree.cases); in visitSwitch()
1188 handleSwitch(tree, tree.selector, tree.cases); in visitSwitchExpression()
1191 private void handleSwitch(JCTree tree, JCExpression selector, List<JCCase> cases) { in handleSwitch() method in Flow.FlowAnalyzer
2355 handleSwitch(tree, tree.selector, tree.cases); in visitSwitch()
2359 handleSwitch(tree, tree.selector, tree.cases); in visitSwitchExpression()
2362 private void handleSwitch(JCTree tree, JCExpression selector, List<JCCase> cases) { in handleSwitch() method in Flow.AssignAnalyzer
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DFlow.java1171 handleSwitch(tree, tree.selector, tree.cases); in visitSwitch()
1176 handleSwitch(tree, tree.selector, tree.cases); in visitSwitchExpression()
1179 private void handleSwitch(JCTree tree, JCExpression selector, List<JCCase> cases) { in handleSwitch() method in Flow.FlowAnalyzer
2337 handleSwitch(tree, tree.selector, tree.cases); in visitSwitch()
2341 handleSwitch(tree, tree.selector, tree.cases); in visitSwitchExpression()
2344 private void handleSwitch(JCTree tree, JCExpression selector, List<JCCase> cases) { in handleSwitch() method in Flow.AssignAnalyzer
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DGen.java1176 handleSwitch(tree, tree.selector, tree.cases); in visitSwitch()
1221 handleSwitch(tree, tree.selector, tree.cases); in doHandleSwitchExpression()
1251 private void handleSwitch(JCTree swtch, JCExpression selector, List<JCCase> cases) { in handleSwitch() method in Gen
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DGen.java1180 handleSwitch(tree, tree.selector, tree.cases); in visitSwitch()
1225 handleSwitch(tree, tree.selector, tree.cases); in doHandleSwitchExpression()
1255 private void handleSwitch(JCTree swtch, JCExpression selector, List<JCCase> cases) { in handleSwitch() method in Gen
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DGen.java1163 handleSwitch(tree, tree.selector, tree.cases); in visitSwitch()
1205 handleSwitch(tree, tree.selector, tree.cases); in doHandleSwitchExpression()
1234 private void handleSwitch(JCTree swtch, JCExpression selector, List<JCCase> cases) { in handleSwitch() method in Gen
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DGen.java1180 handleSwitch(tree, tree.selector, tree.cases); in visitSwitch()
1225 handleSwitch(tree, tree.selector, tree.cases); in doHandleSwitchExpression()
1255 private void handleSwitch(JCTree swtch, JCExpression selector, List<JCCase> cases) { in handleSwitch() method in Gen
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DGen.java1180 handleSwitch(tree, tree.selector, tree.cases); in visitSwitch()
1225 handleSwitch(tree, tree.selector, tree.cases); in doHandleSwitchExpression()
1255 private void handleSwitch(JCTree swtch, JCExpression selector, List<JCCase> cases) { in handleSwitch() method in Gen
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DGen.java1193 handleSwitch(tree, tree.selector, tree.cases, tree.patternSwitch); in visitSwitch()
1238 handleSwitch(tree, tree.selector, tree.cases, tree.patternSwitch); in doHandleSwitchExpression()
1268 private void handleSwitch(JCTree swtch, JCExpression selector, List<JCCase> cases, in handleSwitch() method in Gen

12