Home
last modified time | relevance | path

Searched refs:maxArguments (Results 1 – 21 of 21) sorted by relevance

/dports/lang/clips/clips_core_source_630/core/
H A Dargacces.c800 register int minArguments, maxArguments; in CheckFunctionArgCount() local
834 maxArguments = atoi(theChar); in CheckFunctionArgCount()
837 { maxArguments = 10000; } in CheckFunctionArgCount()
844 if (minArguments == maxArguments) in CheckFunctionArgCount()
872 if (argumentCount > maxArguments) in CheckFunctionArgCount()
874 ExpectedCountError(theEnv,functionName,NO_MORE_THAN,maxArguments); in CheckFunctionArgCount()
/dports/science/opensim-core/opensim-core-4.1/Vendors/lepton/src/
H A DCompiledExpression.cpp50 int maxArguments = 1; in CompiledExpression() local
52 if (operation[i]->getNumArguments() > maxArguments) in CompiledExpression()
53 maxArguments = operation[i]->getNumArguments(); in CompiledExpression()
54 argValues.resize(maxArguments); in CompiledExpression()
/dports/science/plumed/plumed2-2.7.2/src/lepton/
H A DCompiledExpression.cpp116 int maxArguments = 1; in CompiledExpression() local
118 if (operation[i]->getNumArguments() > maxArguments) in CompiledExpression()
119 maxArguments = operation[i]->getNumArguments(); in CompiledExpression()
120 argValues.resize(maxArguments); in CompiledExpression()
/dports/science/lammps/lammps-stable_29Sep2021/lib/colvars/lepton/src/
H A DCompiledExpression.cpp50 int maxArguments = 1; in CompiledExpression() local
52 if (operation[i]->getNumArguments() > maxArguments) in CompiledExpression()
53 maxArguments = operation[i]->getNumArguments(); in CompiledExpression()
54 argValues.resize(maxArguments); in CompiledExpression()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/lookup/
H A DMethodScope.java275 for (int iarg = 0, maxArguments = extraSyntheticArguments.length; iarg < maxArguments; iarg++){ in computeLocalVariablePositions()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/lookup/
H A DMethodScope.java319 …for (int iarg = 0, maxArguments = this.extraSyntheticArguments.length; iarg < maxArguments; iarg++… in computeLocalVariablePositions()
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/ApiExtractor/
H A Dabstractmetalang.cpp614 AbstractMetaArgumentList maxArguments; in compareTo() local
617 maxArguments = other->arguments(); in compareTo()
620 maxArguments = arguments(); in compareTo()
624 int maxCount = maxArguments.size(); in compareTo()
629 const AbstractMetaArgument *max_arg = maxArguments.at(i); in compareTo()
636 if (maxArguments.at(i)->defaultValueExpression().isEmpty()) { in compareTo()
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/shiboken2/ApiExtractor/
H A Dabstractmetalang.cpp614 AbstractMetaArgumentList maxArguments; in compareTo() local
617 maxArguments = other->arguments(); in compareTo()
620 maxArguments = arguments(); in compareTo()
624 int maxCount = maxArguments.size(); in compareTo()
629 const AbstractMetaArgument *max_arg = maxArguments.at(i); in compareTo()
636 if (maxArguments.at(i)->defaultValueExpression().isEmpty()) { in compareTo()
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/ApiExtractor/
H A Dabstractmetalang.cpp614 AbstractMetaArgumentList maxArguments; in compareTo() local
617 maxArguments = other->arguments(); in compareTo()
620 maxArguments = arguments(); in compareTo()
624 int maxCount = maxArguments.size(); in compareTo()
629 const AbstractMetaArgument *max_arg = maxArguments.at(i); in compareTo()
636 if (maxArguments.at(i)->defaultValueExpression().isEmpty()) { in compareTo()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/
H A DMethodScope.java358 …for (int iarg = 0, maxArguments = this.extraSyntheticArguments.length; iarg < maxArguments; iarg++… in computeLocalVariablePositions()
/dports/devel/f18/f18-1688bef/lib/evaluate/
H A Dintrinsics.cc227 static constexpr int maxArguments{7}; // if not a MAX/MIN(...) member
229 IntrinsicDummyArgument dummy[maxArguments];
241 while (n < maxArguments && dummy[n].keyword != nullptr) { in CountArguments()
975 for (; dummyArgPatterns < maxArguments && in Match()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/lib/Evaluate/
H A Dintrinsics.cpp227 static constexpr int maxArguments{7}; // if not a MAX/MIN(...) member
229 IntrinsicDummyArgument dummy[maxArguments];
242 while (n < maxArguments && dummy[n].keyword) { in CountArguments()
1014 for (; dummyArgPatterns < maxArguments && dummy[dummyArgPatterns].keyword; in Match()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/lib/Evaluate/
H A Dintrinsics.cpp234 static constexpr int maxArguments{7}; // if not a MAX/MIN(...) member
236 IntrinsicDummyArgument dummy[maxArguments];
249 while (n < maxArguments && dummy[n].keyword) { in CountArguments()
1056 for (; dummyArgPatterns < maxArguments && dummy[dummyArgPatterns].keyword; in Match()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Evaluate/
H A Dintrinsics.cpp238 static constexpr int maxArguments{7}; // if not a MAX/MIN(...) member
240 IntrinsicDummyArgument dummy[maxArguments];
253 while (n < maxArguments && dummy[n].keyword) { in CountArguments()
1131 for (; dummyArgPatterns < maxArguments && dummy[dummyArgPatterns].keyword; in Match()
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Evaluate/
H A Dintrinsics.cpp238 static constexpr int maxArguments{7}; // if not a MAX/MIN(...) member
240 IntrinsicDummyArgument dummy[maxArguments];
253 while (n < maxArguments && dummy[n].keyword) { in CountArguments()
1097 for (; dummyArgPatterns < maxArguments && dummy[dummyArgPatterns].keyword; in Match()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Evaluate/
H A Dintrinsics.cpp238 static constexpr int maxArguments{7}; // if not a MAX/MIN(...) member
240 IntrinsicDummyArgument dummy[maxArguments];
253 while (n < maxArguments && dummy[n].keyword) { in CountArguments()
1131 for (; dummyArgPatterns < maxArguments && dummy[dummyArgPatterns].keyword; in Match()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/lib/Evaluate/
H A Dintrinsics.cpp238 static constexpr int maxArguments{7}; // if not a MAX/MIN(...) member
240 IntrinsicDummyArgument dummy[maxArguments];
253 while (n < maxArguments && dummy[n].keyword) { in CountArguments()
1097 for (; dummyArgPatterns < maxArguments && dummy[dummyArgPatterns].keyword; in Match()
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/lib/Evaluate/
H A Dintrinsics.cpp238 static constexpr int maxArguments{7}; // if not a MAX/MIN(...) member
240 IntrinsicDummyArgument dummy[maxArguments];
253 while (n < maxArguments && dummy[n].keyword) { in CountArguments()
1131 for (; dummyArgPatterns < maxArguments && dummy[dummyArgPatterns].keyword; in Match()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Evaluate/
H A Dintrinsics.cpp245 static constexpr int maxArguments{7}; // if not a MAX/MIN(...) member
247 IntrinsicDummyArgument dummy[maxArguments];
260 while (n < maxArguments && dummy[n].keyword) { in CountArguments()
1176 for (; dummyArgPatterns < maxArguments && dummy[dummyArgPatterns].keyword; in Match()
/dports/graphics/libprojectm/projectm-3.1.12/src/libprojectM/Renderer/hlslparser/src/
H A DGLSLGenerator.cpp95 …etFunctionArguments(HLSLFunctionCall* functionCall, HLSLExpression* expression[], int maxArguments) in GetFunctionArguments() argument
101 if (numArguments < maxArguments) in GetFunctionArguments()
/dports/lang/pharo/Pharo-1.4-14438/
H A DPharoV10.sources419727 maxArguments