Home
last modified time | relevance | path

Searched defs:functionType (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/dports/lang/solidity/solidity_0.8.11/libsolidity/analysis/
H A DFunctionCallGraph.cpp78 …for (FunctionTypePointer functionType: _contract.interfaceFunctionList() | ranges::views::transfor… in buildDeployedGraph() local
120 …auto const* functionType = dynamic_cast<FunctionType const*>(_functionCall.expression().annotation… in visit() local
136 …auto const* functionType = dynamic_cast<FunctionType const*>(_emitStatement.eventCall().expression… in visit() local
182 auto functionType = dynamic_cast<FunctionType const*>(_memberAccess.annotation().type); in visit() local
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/codecompletion/
H A Dnormaldeclarationcompletionitem.cpp138 if (FunctionType::Ptr functionType = m_declaration->type<FunctionType>()) { in data() local
155 if (FunctionType::Ptr functionType = m_declaration->type<FunctionType>()) { in data() local
181 auto functionType = declaration()->type<FunctionType>(); in data() local
/dports/lang/solidity/solidity_0.8.11/libsolidity/ast/
H A DAST.cpp390 FunctionTypePointer FunctionDefinition::functionType(bool _internal) const in functionType() function in FunctionDefinition
475 …FunctionType const* functionType = TypeProvider::function(*this)->asExternallyCallableFunction(fal… in resolveVirtual() local
541 FunctionTypePointer EventDefinition::functionType(bool _internal) const in functionType() function in EventDefinition
559 FunctionTypePointer ErrorDefinition::functionType(bool _internal) const in functionType() function in ErrorDefinition
810 FunctionTypePointer VariableDeclaration::functionType(bool _internal) const in functionType() function in VariableDeclaration
892 FunctionTypePointer functionType; in sortedArguments() local
/dports/math/scilab/scilab-6.1.1/scilab/modules/xcos/src/java/org/scilab/modules/xcos/io/scicos/
H A DBlockModelElement.java134 int[] functionType = new int[1]; in fillSimulationFunction() local
135 ….getObjectProperty(into.getUID(), into.getKind(), ObjectProperties.SIM_FUNCTION_API, functionType); in fillSimulationFunction() local
145 …tObjectProperty(into.getUID(), into.getKind(), ObjectProperties.SIM_FUNCTION_API, functionType[0]); in fillSimulationFunction() local
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/platform/
H A Dctypesloader.py50 def buildFunction( functionType, name, dll ): argument
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/maths/
H A Djuce_Expression.h221 functionType, enumerator
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/maths/
H A Djuce_Expression.h221 functionType, enumerator
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/maths/
H A Djuce_Expression.h221 functionType, enumerator
/dports/science/gromacs/gromacs-2021.4/src/gromacs/listed_forces/
H A Dlisted_internal.h73 void setBound(int functionType, int boundIndex, int count) in setBound()
79 int bound(int functionType, int boundIndex) const in bound()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/afp/ptoca/
H A DPtocaBuilder.java76 private static byte chained(byte functionType) { in chained()
84 private void commit(byte functionType) throws IOException { in commit()
/dports/security/openconnect-gui/openconnect-gui-v1.5.3/external/src/qt-solutions-master/qtscriptclassic/src/
H A Dqscriptcontextinfo_p.h81 QScriptContextInfo::FunctionType functionType; variable
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/
H A DSubtotal.php84 public static function evaluate($functionType, ...$args)
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/platform/
H A Dctypesloader.py94 def buildFunction( functionType, name, dll ): argument
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/teuchos/parameterlist/src/
H A DTeuchos_FunctionObjectXMLConverterDB.cpp76 std::string functionType = xmlObject.getRequired( in getConverter() local
/dports/converters/wkhtmltopdf/qt-5db36ec/src/script/api/
H A Dqscriptcontextinfo.cpp98 QScriptContextInfo::FunctionType functionType; member in QScriptContextInfoPrivate
362 QScriptContextInfo::FunctionType QScriptContextInfo::functionType() const in functionType() function in QScriptContextInfo
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/script/api/
H A Dqscriptcontextinfo.cpp115 QScriptContextInfo::FunctionType functionType; member in QScriptContextInfoPrivate
376 QScriptContextInfo::FunctionType QScriptContextInfo::functionType() const in functionType() function in QScriptContextInfo
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/script/api/
H A Dqscriptcontextinfo.cpp115 QScriptContextInfo::FunctionType functionType; member in QScriptContextInfoPrivate
376 QScriptContextInfo::FunctionType QScriptContextInfo::functionType() const in functionType() function in QScriptContextInfo
/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/
H A DFunctionCurve.h59 FunctionType functionType() { return d_function_type; }; in functionType() function
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/spatial/sbml/
H A DAnalyticVolume.cpp306 AnalyticVolume::setFunctionType(const FunctionKind_t functionType) in setFunctionType()
325 AnalyticVolume::setFunctionType(const std::string& functionType) in setFunctionType()
1153 std::string functionType; in readAttributes() local
1557 FunctionKind_t functionType) in AnalyticVolume_setFunctionType()
1570 const char * functionType) in AnalyticVolume_setFunctionTypeAsString()
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev4-php/completion/
H A Ditem.cpp137 if (FunctionType::Ptr functionType = dec->type<FunctionType>()) { in data() local
/dports/devel/kdev-php/kdev-php-21.12.3/completion/
H A Ditem.cpp137 if (FunctionType::Ptr functionType = dec->type<FunctionType>()) { in data() local
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev5-php/completion/
H A Ditem.cpp139 if (FunctionType::Ptr functionType = dec->type<FunctionType>()) { in data() local
/dports/textproc/jade/jade-1.2.1/lib/
H A DModeInfo.h24 functionType, enumerator
/dports/textproc/opensp/OpenSP-1.5.2/lib/
H A DModeInfo.h24 functionType, enumerator
/dports/lang/solidity/solidity_0.8.11/tools/solidityUpgrade/
H A DUpgrade060.cpp74 auto functionType = FunctionType(*function).asExternallyCallableFunction(false); in endVisit() local

12345678910>>...12