Home
last modified time | relevance | path

Searched refs:FunctionNode (Results 76 – 100 of 1744) sorted by relevance

12345678910>>...70

/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/ir/
H A DFunctionNode.java324 public FunctionNode( in FunctionNode() method in FunctionNode
364 private FunctionNode( in FunctionNode() method in FunctionNode
480 return new FunctionNode( in initializeDeserialized()
619 new FunctionNode( in setFlags()
775 new FunctionNode( in setBody()
873 new FunctionNode( in setThisProperties()
949 new FunctionNode( in setName()
1031 new FunctionNode( in setParameters()
1118 new FunctionNode( in setReturnType()
1263 new FunctionNode( in setCompileUnit()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/ir/
H A DFunctionNode.java324 public FunctionNode( in FunctionNode() method in FunctionNode
364 private FunctionNode( in FunctionNode() method in FunctionNode
480 return new FunctionNode( in initializeDeserialized()
619 new FunctionNode( in setFlags()
775 new FunctionNode( in setBody()
873 new FunctionNode( in setThisProperties()
949 new FunctionNode( in setName()
1031 new FunctionNode( in setParameters()
1118 new FunctionNode( in setReturnType()
1263 new FunctionNode( in setCompileUnit()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/ir/
H A DFunctionNode.java324 public FunctionNode( in FunctionNode() method in FunctionNode
364 private FunctionNode( in FunctionNode() method in FunctionNode
480 return new FunctionNode( in initializeDeserialized()
619 new FunctionNode( in setFlags()
775 new FunctionNode( in setBody()
873 new FunctionNode( in setThisProperties()
949 new FunctionNode( in setName()
1031 new FunctionNode( in setParameters()
1118 new FunctionNode( in setReturnType()
1263 new FunctionNode( in setCompileUnit()
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/
H A DFunctionNodeTest.php15 use Symfony\Component\CssSelector\Node\FunctionNode; alias
23 [new FunctionNode(new ElementNode(), 'function'), 'Function[Element[*]:function()]'],
24 [new FunctionNode(new ElementNode(), 'function', [
27 [new FunctionNode(new ElementNode(), 'function', [
37 [new FunctionNode(new ElementNode(), 'function'), 10],
38 [new FunctionNode(new ElementNode(), 'function', [
41 [new FunctionNode(new ElementNode(), 'function', [
/dports/devel/gitlist/gitlist/vendor/symfony/css-selector/Tests/Node/
H A DFunctionNodeTest.php15 use Symfony\Component\CssSelector\Node\FunctionNode; alias
23 … array(new FunctionNode(new ElementNode(), 'function'), 'Function[Element[*]:function()]'),
24 array(new FunctionNode(new ElementNode(), 'function', array(
27 array(new FunctionNode(new ElementNode(), 'function', array(
37 array(new FunctionNode(new ElementNode(), 'function'), 10),
38 array(new FunctionNode(new ElementNode(), 'function', array(
41 array(new FunctionNode(new ElementNode(), 'function', array(
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/CssSelector/Tests/Node/
H A DFunctionNodeTest.php15 use Symfony\Component\CssSelector\Node\FunctionNode; alias
23 [new FunctionNode(new ElementNode(), 'function'), 'Function[Element[*]:function()]'],
24 [new FunctionNode(new ElementNode(), 'function', [
27 [new FunctionNode(new ElementNode(), 'function', [
37 [new FunctionNode(new ElementNode(), 'function'), 10],
38 [new FunctionNode(new ElementNode(), 'function', [
41 [new FunctionNode(new ElementNode(), 'function', [
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/OpenGL/compiler/
H A DAnalyzeCallDepth.cpp34 AnalyzeCallDepth::FunctionNode::FunctionNode(TIntermAggregate *node) : node(node) in FunctionNode() function in AnalyzeCallDepth::FunctionNode
40 const TString &AnalyzeCallDepth::FunctionNode::getName() const in getName()
45 void AnalyzeCallDepth::FunctionNode::addCallee(AnalyzeCallDepth::FunctionNode *callee) in addCallee()
58 unsigned int AnalyzeCallDepth::FunctionNode::analyzeCallDepth(AnalyzeCallDepth *analyzeCallDepth) in analyzeCallDepth()
92 unsigned int AnalyzeCallDepth::FunctionNode::getLastDepth() const in getLastDepth()
97 void AnalyzeCallDepth::FunctionNode::removeIfUnreachable() in removeIfUnreachable()
177 currentFunction = new FunctionNode(node); in visitAggregate()
196 FunctionNode *function = findFunctionByName(node->getName()); in visitAggregate()
200 function = new FunctionNode(node); in visitAggregate()
224 FunctionNode *main = findFunctionByName("main("); in analyzeCallDepth()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/OpenGL/compiler/
H A DAnalyzeCallDepth.cpp34 AnalyzeCallDepth::FunctionNode::FunctionNode(TIntermAggregate *node) : node(node) in FunctionNode() function in AnalyzeCallDepth::FunctionNode
40 const TString &AnalyzeCallDepth::FunctionNode::getName() const in getName()
45 void AnalyzeCallDepth::FunctionNode::addCallee(AnalyzeCallDepth::FunctionNode *callee) in addCallee()
58 unsigned int AnalyzeCallDepth::FunctionNode::analyzeCallDepth(AnalyzeCallDepth *analyzeCallDepth) in analyzeCallDepth()
92 unsigned int AnalyzeCallDepth::FunctionNode::getLastDepth() const in getLastDepth()
97 void AnalyzeCallDepth::FunctionNode::removeIfUnreachable() in removeIfUnreachable()
177 currentFunction = new FunctionNode(node); in visitAggregate()
196 FunctionNode *function = findFunctionByName(node->getName()); in visitAggregate()
200 function = new FunctionNode(node); in visitAggregate()
224 FunctionNode *main = findFunctionByName("main("); in analyzeCallDepth()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/qdoc3/
H A Dtree.cpp175 || ((FunctionNode *)node)->metaness() == FunctionNode::MacroWithoutParams)) { in findNode()
270 const FunctionNode *func = static_cast<const FunctionNode*>(node); in findFunctionNode()
503 FunctionNode *function = static_cast<FunctionNode *>(*c); in resolveProperties()
562 FunctionNode *func = (FunctionNode *) *c; in resolveInheritance()
676 FunctionNode *func; in findVirtualFunctionInBaseClasses()
899 FunctionNode *functionNode = new FunctionNode(parent, name); in readIndexSection()
1377 const FunctionNode *functionNode = static_cast<const FunctionNode*>(fnNode); in generateIndexSection()
1385 const FunctionNode *functionNode = static_cast<const FunctionNode*>(fnNode); in generateIndexSection()
1474 const FunctionNode *functionNode = static_cast<const FunctionNode*>(node); in generateIndexSection()
1581 const FunctionNode *f1 = static_cast<const FunctionNode *>(n1); in compareNodes()
[all …]
H A Dnode.cpp423 FunctionNode *InnerNode::findFunctionNode(const FunctionNode *clone) in findFunctionNode()
523 FunctionNode *primaryFunc = (FunctionNode *) *p1; in normalizeOverloads()
531 FunctionNode *secondaryFunc = (FunctionNode *) *s; in normalizeOverloads()
553 FunctionNode *primaryFunc = (FunctionNode *) *p; in normalizeOverloads()
560 FunctionNode *secondaryFunc = (FunctionNode *) *s; in normalizeOverloads()
632 const FunctionNode *InnerNode::findFunctionNode(const FunctionNode *clone) const in findFunctionNode()
731 bool InnerNode::isSameSignature(const FunctionNode *f1, const FunctionNode *f2) in isSameSignature()
771 FunctionNode *func = (FunctionNode *) child; in addChild()
1251 FunctionNode::FunctionNode(InnerNode *parent, const QString& name) in FunctionNode() function in FunctionNode
1326 void FunctionNode::borrowParameterNames(const FunctionNode *source) in borrowParameterNames()
[all …]
H A Dtree.h76 FunctionNode *findFunctionNode(const QStringList &path,
79 FunctionNode *findFunctionNode(const QStringList &parentPath,
80 const FunctionNode *clone,
112 const FunctionNode *findFunctionNode(const QStringList &path,
115 const FunctionNode *findFunctionNode(const QStringList &parentPath,
116 const FunctionNode *clone,
143 FunctionNode *findVirtualFunctionInBaseClasses(ClassNode *classe,
144 FunctionNode *clone);
/dports/devel/gitlist/gitlist/vendor/symfony/css-selector/XPath/Extension/
H A DFunctionExtension.php16 use Symfony\Component\CssSelector\Node\FunctionNode; alias
50 * @param FunctionNode $function
58 …public function translateNthChild(XPathExpr $xpath, FunctionNode $function, $last = false, $addNam…
116 public function translateNthLastChild(XPathExpr $xpath, FunctionNode $function)
124 public function translateNthOfType(XPathExpr $xpath, FunctionNode $function)
134 public function translateNthLastOfType(XPathExpr $xpath, FunctionNode $function)
148 public function translateContains(XPathExpr $xpath, FunctionNode $function)
171 public function translateLang(XPathExpr $xpath, FunctionNode $function)
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DAssignSymbols.java68 import jdk.nashorn.internal.ir.FunctionNode;
129 private static FunctionNode removeUnusedSlots(final FunctionNode functionNode) { in removeUnusedSlots()
225 final FunctionNode fn = lc.getCurrentFunction(); in createImplicitIdentifier()
264 private FunctionNode createSyntheticInitializers(final FunctionNode functionNode) { in createSyntheticInitializers()
317 final FunctionNode function; in defineSymbol()
443 final FunctionNode fn = lc.getCurrentFunction(); in enterBlock()
571 private FunctionNode finalizeParameters(final FunctionNode functionNode) { in finalizeParameters()
635 } else if (node instanceof FunctionNode) { in functionUsesScopeSymbol()
757 final FunctionNode finalizedFunction; in leaveFunctionNode()
858 private FunctionNode markProgramBlock(final FunctionNode functionNode) { in markProgramBlock()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DAssignSymbols.java68 import jdk.nashorn.internal.ir.FunctionNode;
129 private static FunctionNode removeUnusedSlots(final FunctionNode functionNode) { in removeUnusedSlots()
225 final FunctionNode fn = lc.getCurrentFunction(); in createImplicitIdentifier()
264 private FunctionNode createSyntheticInitializers(final FunctionNode functionNode) { in createSyntheticInitializers()
317 final FunctionNode function; in defineSymbol()
443 final FunctionNode fn = lc.getCurrentFunction(); in enterBlock()
571 private FunctionNode finalizeParameters(final FunctionNode functionNode) { in finalizeParameters()
635 } else if (node instanceof FunctionNode) { in functionUsesScopeSymbol()
757 final FunctionNode finalizedFunction; in leaveFunctionNode()
858 private FunctionNode markProgramBlock(final FunctionNode functionNode) { in markProgramBlock()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DAssignSymbols.java68 import jdk.nashorn.internal.ir.FunctionNode;
129 private static FunctionNode removeUnusedSlots(final FunctionNode functionNode) { in removeUnusedSlots()
225 final FunctionNode fn = lc.getCurrentFunction(); in createImplicitIdentifier()
264 private FunctionNode createSyntheticInitializers(final FunctionNode functionNode) { in createSyntheticInitializers()
317 final FunctionNode function; in defineSymbol()
443 final FunctionNode fn = lc.getCurrentFunction(); in enterBlock()
571 private FunctionNode finalizeParameters(final FunctionNode functionNode) { in finalizeParameters()
635 } else if (node instanceof FunctionNode) { in functionUsesScopeSymbol()
757 final FunctionNode finalizedFunction; in leaveFunctionNode()
858 private FunctionNode markProgramBlock(final FunctionNode functionNode) { in markProgramBlock()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DAssignSymbols.java68 import jdk.nashorn.internal.ir.FunctionNode;
129 private static FunctionNode removeUnusedSlots(final FunctionNode functionNode) { in removeUnusedSlots()
225 final FunctionNode fn = lc.getCurrentFunction(); in createImplicitIdentifier()
264 private FunctionNode createSyntheticInitializers(final FunctionNode functionNode) { in createSyntheticInitializers()
317 final FunctionNode function; in defineSymbol()
443 final FunctionNode fn = lc.getCurrentFunction(); in enterBlock()
571 private FunctionNode finalizeParameters(final FunctionNode functionNode) { in finalizeParameters()
635 } else if (node instanceof FunctionNode) { in functionUsesScopeSymbol()
757 final FunctionNode finalizedFunction; in leaveFunctionNode()
858 private FunctionNode markProgramBlock(final FunctionNode functionNode) { in markProgramBlock()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DAssignSymbols.java68 import jdk.nashorn.internal.ir.FunctionNode;
129 private static FunctionNode removeUnusedSlots(final FunctionNode functionNode) { in removeUnusedSlots()
225 final FunctionNode fn = lc.getCurrentFunction(); in createImplicitIdentifier()
264 private FunctionNode createSyntheticInitializers(final FunctionNode functionNode) { in createSyntheticInitializers()
317 final FunctionNode function; in defineSymbol()
443 final FunctionNode fn = lc.getCurrentFunction(); in enterBlock()
571 private FunctionNode finalizeParameters(final FunctionNode functionNode) { in finalizeParameters()
635 } else if (node instanceof FunctionNode) { in functionUsesScopeSymbol()
757 final FunctionNode finalizedFunction; in leaveFunctionNode()
858 private FunctionNode markProgramBlock(final FunctionNode functionNode) { in markProgramBlock()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DAstDeserializer.java33 import jdk.nashorn.internal.ir.FunctionNode;
40 static FunctionNode deserialize(final byte[] serializedAst) { in deserialize()
41 return AccessController.doPrivileged(new PrivilegedAction<FunctionNode>() { in deserialize()
43 public FunctionNode run() { in deserialize()
45 return (FunctionNode)new ObjectInputStream(new InflaterInputStream( in deserialize()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DAstDeserializer.java33 import jdk.nashorn.internal.ir.FunctionNode;
40 static FunctionNode deserialize(final byte[] serializedAst) { in deserialize()
41 return AccessController.doPrivileged(new PrivilegedAction<FunctionNode>() { in deserialize()
43 public FunctionNode run() { in deserialize()
45 return (FunctionNode)new ObjectInputStream(new InflaterInputStream( in deserialize()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DAstDeserializer.java33 import jdk.nashorn.internal.ir.FunctionNode;
40 static FunctionNode deserialize(final byte[] serializedAst) { in deserialize()
41 return AccessController.doPrivileged(new PrivilegedAction<FunctionNode>() { in deserialize()
43 public FunctionNode run() { in deserialize()
45 return (FunctionNode)new ObjectInputStream(new InflaterInputStream( in deserialize()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DAstDeserializer.java33 import jdk.nashorn.internal.ir.FunctionNode;
40 static FunctionNode deserialize(final byte[] serializedAst) { in deserialize()
41 return AccessController.doPrivileged(new PrivilegedAction<FunctionNode>() { in deserialize()
43 public FunctionNode run() { in deserialize()
45 return (FunctionNode)new ObjectInputStream(new InflaterInputStream( in deserialize()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DAstDeserializer.java33 import jdk.nashorn.internal.ir.FunctionNode;
40 static FunctionNode deserialize(final byte[] serializedAst) { in deserialize()
41 return AccessController.doPrivileged(new PrivilegedAction<FunctionNode>() { in deserialize()
43 public FunctionNode run() { in deserialize()
45 return (FunctionNode)new ObjectInputStream(new InflaterInputStream( in deserialize()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/codegen/
H A DAssignSymbols.java67 import jdk.nashorn.internal.ir.FunctionNode;
128 private static FunctionNode removeUnusedSlots(final FunctionNode functionNode) { in removeUnusedSlots()
224 final FunctionNode fn = lc.getCurrentFunction(); in createImplicitIdentifier()
263 private FunctionNode createSyntheticInitializers(final FunctionNode functionNode) { in createSyntheticInitializers()
316 final FunctionNode function; in defineSymbol()
442 final FunctionNode fn = lc.getCurrentFunction(); in enterBlock()
570 private FunctionNode finalizeParameters(final FunctionNode functionNode) { in finalizeParameters()
634 } else if (node instanceof FunctionNode) { in functionUsesScopeSymbol()
815 final FunctionNode finalizedFunction; in leaveFunctionNode()
916 private FunctionNode markProgramBlock(final FunctionNode functionNode) { in markProgramBlock()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/codegen/
H A DAssignSymbols.java67 import jdk.nashorn.internal.ir.FunctionNode;
128 private static FunctionNode removeUnusedSlots(final FunctionNode functionNode) { in removeUnusedSlots()
224 final FunctionNode fn = lc.getCurrentFunction(); in createImplicitIdentifier()
263 private FunctionNode createSyntheticInitializers(final FunctionNode functionNode) { in createSyntheticInitializers()
316 final FunctionNode function; in defineSymbol()
442 final FunctionNode fn = lc.getCurrentFunction(); in enterBlock()
570 private FunctionNode finalizeParameters(final FunctionNode functionNode) { in finalizeParameters()
634 } else if (node instanceof FunctionNode) { in functionUsesScopeSymbol()
815 final FunctionNode finalizedFunction; in leaveFunctionNode()
916 private FunctionNode markProgramBlock(final FunctionNode functionNode) { in markProgramBlock()
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/symfony/css-selector/XPath/Extension/
H A DFunctionExtension.php16 use Symfony\Component\CssSelector\Node\FunctionNode; alias
51 …public function translateNthChild(XPathExpr $xpath, FunctionNode $function, bool $last = false, bo…
106 public function translateNthLastChild(XPathExpr $xpath, FunctionNode $function): XPathExpr
111 public function translateNthOfType(XPathExpr $xpath, FunctionNode $function): XPathExpr
119 public function translateNthLastOfType(XPathExpr $xpath, FunctionNode $function): XPathExpr
131 public function translateContains(XPathExpr $xpath, FunctionNode $function): XPathExpr
149 public function translateLang(XPathExpr $xpath, FunctionNode $function): XPathExpr

12345678910>>...70