Home
last modified time | relevance | path

Searched defs:FunctionDefinition (Results 1 – 25 of 192) sorted by relevance

12345678

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/sksl/ir/
H A DSkSLFunctionDefinition.h22 struct FunctionDefinition : public ProgramElement { struct
23 FunctionDefinition(int offset, const FunctionDeclaration& declaration, in FunctionDefinition() argument
30 return std::unique_ptr<ProgramElement>(new FunctionDefinition(fOffset, fDeclaration, in clone() argument
35 String description() const override { in description()
40 const FunctionDeclaration& fDeclaration;
41 std::unique_ptr<Statement> fBody;
46 const ASTNode* fSource = nullptr;
48 typedef ProgramElement INHERITED;
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/sksl/ir/
H A DSkSLFunctionDefinition.h20 struct FunctionDefinition : public ProgramElement { struct
21 FunctionDefinition(int offset, const FunctionDeclaration& declaration, in FunctionDefinition() argument
28 return std::unique_ptr<ProgramElement>(new FunctionDefinition(fOffset, fDeclaration, in clone() argument
32 String description() const override { in description()
36 const FunctionDeclaration& fDeclaration;
37 std::unique_ptr<Statement> fBody;
39 typedef ProgramElement INHERITED;
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/sksl/ir/
H A DSkSLFunctionDefinition.h20 struct FunctionDefinition : public ProgramElement { struct
21 FunctionDefinition(int offset, const FunctionDeclaration& declaration, in FunctionDefinition() function
28 return std::unique_ptr<ProgramElement>(new FunctionDefinition(fOffset, fDeclaration, in clone() argument
32 String description() const override { in description()
36 const FunctionDeclaration& fDeclaration;
37 std::unique_ptr<Statement> fBody;
39 typedef ProgramElement INHERITED;
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/sksl/ir/
H A DSkSLFunctionDefinition.h20 struct FunctionDefinition : public ProgramElement { struct
21 FunctionDefinition(int offset, const FunctionDeclaration& declaration, in FunctionDefinition() argument
28 return std::unique_ptr<ProgramElement>(new FunctionDefinition(fOffset, fDeclaration, in clone() argument
32 String description() const override { in description()
36 const FunctionDeclaration& fDeclaration;
37 std::unique_ptr<Statement> fBody;
39 typedef ProgramElement INHERITED;
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/sksl/ir/
H A DSkSLFunctionDefinition.h20 struct FunctionDefinition : public ProgramElement { struct
21 FunctionDefinition(int offset, const FunctionDeclaration& declaration, in FunctionDefinition() argument
28 return std::unique_ptr<ProgramElement>(new FunctionDefinition(fOffset, fDeclaration, in clone() argument
32 String description() const override { in description()
36 const FunctionDeclaration& fDeclaration;
37 std::unique_ptr<Statement> fBody;
39 typedef ProgramElement INHERITED;
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/sksl/ir/
H A DSkSLFunctionDefinition.h20 struct FunctionDefinition : public ProgramElement { struct
21 FunctionDefinition(Position position, const FunctionDeclaration& declaration, in FunctionDefinition() argument
27 std::string description() const override { in description()
31 const FunctionDeclaration& fDeclaration;
32 const std::unique_ptr<Block> fBody;
34 typedef ProgramElement INHERITED;
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/sksl/ir/
H A DSkSLFunctionDefinition.h20 struct FunctionDefinition : public ProgramElement { struct
21 FunctionDefinition(int offset, const FunctionDeclaration& declaration, in FunctionDefinition() function
27 String description() const override { in description()
31 const FunctionDeclaration& fDeclaration;
32 std::unique_ptr<Statement> fBody;
34 typedef ProgramElement INHERITED;
/dports/lang/clips/clips_core_source_630/core/
H A Dextnfunc.h48 struct FunctionDefinition struct
60 struct FunctionDefinition *next; argument
65 #define ValueFunctionType(target) (((struct FunctionDefinition *) target)->returnValueType) argument
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/actions/expression/
H A DFunctionManager.h10 struct FunctionDefinition { struct
34 …const FunctionDefinition* findOperator(const SCP_string& name, const SCP_vector<ValueType>& parame… argument
/dports/databases/py-aesqlapius/aesqlapius-0.0.9/aesqlapius/
H A Dargs.py26 def _iter_args(func_def: FunctionDefinition, args: Tuple[Any, ...], kwargs: Dict[str, Any]) -> Iter…
43 def prepare_args_as_dict(func_def: FunctionDefinition, args: Tuple[Any, ...], kwargs: Dict[str, Any…
47 def prepare_args_as_list(func_def: FunctionDefinition, args: Tuple[Any, ...], kwargs: Dict[str, Any…
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/csharp/csharp-files-win/
H A DFunctionDefinition.cs97 public class FunctionDefinition : SBase { class
100 …internal FunctionDefinition(IntPtr cPtr, bool cMemoryOwn) : base(libsbmlPINVOKE.FunctionDefinition… in FunctionDefinition() method in libsbml.FunctionDefinition
172FunctionDefinition(long level, long version) : this(libsbmlPINVOKE.new_FunctionDefinition__SWIG_0(… in FunctionDefinition() method in libsbml.FunctionDefinition
219FunctionDefinition(SBMLNamespaces sbmlns) : this(libsbmlPINVOKE.new_FunctionDefinition__SWIG_1(SBM… in FunctionDefinition() method in libsbml.FunctionDefinition
229FunctionDefinition(FunctionDefinition orig) : this(libsbmlPINVOKE.new_FunctionDefinition__SWIG_2(F… in FunctionDefinition() method in libsbml.FunctionDefinition
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/csharp/csharp-files/
H A DFunctionDefinition.cs100 public class FunctionDefinition : SBase { class
103 …internal FunctionDefinition(IntPtr cPtr, bool cMemoryOwn) : base(libsbmlPINVOKE.FunctionDefinition… in FunctionDefinition() method in libsbmlcs.FunctionDefinition
175FunctionDefinition(long level, long version) : this(libsbmlPINVOKE.new_FunctionDefinition__SWIG_0(… in FunctionDefinition() method in libsbmlcs.FunctionDefinition
222FunctionDefinition(SBMLNamespaces sbmlns) : this(libsbmlPINVOKE.new_FunctionDefinition__SWIG_1(SBM… in FunctionDefinition() method in libsbmlcs.FunctionDefinition
232FunctionDefinition(FunctionDefinition orig) : this(libsbmlPINVOKE.new_FunctionDefinition__SWIG_2(F… in FunctionDefinition() method in libsbmlcs.FunctionDefinition
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/duchain/
H A Dfunctiondefinition.cpp14 FunctionDefinition::FunctionDefinition(FunctionDefinitionData& data) : FunctionDeclaration(data) in FunctionDefinition() function in KDevelop::FunctionDefinition
18 FunctionDefinition::FunctionDefinition(const RangeInRevision& range, DUContext* context) in FunctionDefinition() function in KDevelop::FunctionDefinition
27 FunctionDefinition::FunctionDefinition(const FunctionDefinition& rhs) : FunctionDeclaration(*new Fu… in FunctionDefinition() function in KDevelop::FunctionDefinition
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/java/java-files/org/sbml/libsbml/
H A DFunctionDefinition.java87 public class FunctionDefinition extends SBase { class
90 protected FunctionDefinition(long cPtr, boolean cMemoryOwn) in FunctionDefinition() method in FunctionDefinition
161 FunctionDefinition(long level, long version) throws org.sbml.libsbml.SBMLConstructorException { in FunctionDefinition() method in FunctionDefinition
201 FunctionDefinition(SBMLNamespaces sbmlns) throws org.sbml.libsbml.SBMLConstructorException { in FunctionDefinition() method in FunctionDefinition
211 FunctionDefinition(FunctionDefinition orig) throws org.sbml.libsbml.SBMLConstructorException { in FunctionDefinition() method in FunctionDefinition
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Common/EntitySql/AST/
H A DFunctionDefinition.cs20 internal sealed class FunctionDefinition : Node class
31 …internal FunctionDefinition(Identifier name, NodeList<PropDefinition> argDefList, Node body, int s… in FunctionDefinition() method in System.Data.Common.EntitySql.AST.FunctionDefinition
/dports/lang/solidity/solidity_0.8.11/libyul/backends/wasm/
H A DWasmAST.h96 struct FunctionDefinition struct
112 std::vector<FunctionDefinition> functions; argument
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/functions/
H A DFunctionDefinition.java36 public class FunctionDefinition extends IRNode { class
39 public FunctionDefinition(FunctionInfo functionInfo, in FunctionDefinition() method in FunctionDefinition
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/functions/
H A DFunctionDefinition.java36 public class FunctionDefinition extends IRNode { class
39 public FunctionDefinition(FunctionInfo functionInfo, in FunctionDefinition() method in FunctionDefinition
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/functions/
H A DFunctionDefinition.java36 public class FunctionDefinition extends IRNode { class
39 public FunctionDefinition(FunctionInfo functionInfo, in FunctionDefinition() method in FunctionDefinition
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/functions/
H A DFunctionDefinition.java36 public class FunctionDefinition extends IRNode { class
39 public FunctionDefinition(FunctionInfo functionInfo, in FunctionDefinition() method in FunctionDefinition
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/functions/
H A DFunctionDefinition.java36 public class FunctionDefinition extends IRNode { class
39 public FunctionDefinition(FunctionInfo functionInfo, in FunctionDefinition() method in FunctionDefinition
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/functions/
H A DFunctionDefinition.java36 public class FunctionDefinition extends IRNode { class
39 public FunctionDefinition(FunctionInfo functionInfo, in FunctionDefinition() method in FunctionDefinition
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/functions/
H A DFunctionDefinition.java36 public class FunctionDefinition extends IRNode { class
39 public FunctionDefinition(FunctionInfo functionInfo, in FunctionDefinition() method in FunctionDefinition
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/functions/
H A DFunctionDefinition.java36 public class FunctionDefinition extends IRNode { class
39 public FunctionDefinition(FunctionInfo functionInfo, in FunctionDefinition() method in FunctionDefinition
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Common/EntitySql/
H A DParseResult.cs50 public sealed class FunctionDefinition class
57 … internal FunctionDefinition(string name, DbLambda lambda, int startPosition, int endPosition) in FunctionDefinition() method in System.Data.Common.EntitySql.FunctionDefinition

12345678