Home
last modified time | relevance | path

Searched refs:mTuplesize (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/cfdg/cfdg-3.3_1/src-common/
H A Dast.cpp62 mTuplesize = def->mTuplesize; in init()
66 if (mTuplesize == 0) mTuplesize = 1; // loop index in init()
67 if (mTuplesize < 1 || mTuplesize > MaxVectorSize) in init()
81 mTuplesize = 1; in decodeType()
90 mTuplesize = ModificationSize; in decodeType()
147 mTuplesize(from.mTuplesize) in ASTparameter()
162 mTuplesize = from.mTuplesize; in operator =()
180 mTuplesize != p.mTuplesize) return true; in operator !=()
189 mTuplesize != e.evaluate()) return true; in operator !=()
234 if (param_it->mTuplesize == 1) in CheckType()
[all …]
H A Dstacktype.cpp122 it.type().mTuplesize * sizeof(StackType)); in copyParams()
131 current += it.type().mTuplesize; in copyParams()
220 is.read(reinterpret_cast<char*>(&*it), it.type().mTuplesize * sizeof(StackType)); in read()
247 … os.write(reinterpret_cast<const char*>(&*it), it.type().mTuplesize * sizeof(StackType)); in write()
297 int num = arg.evaluate(&(dest->number), dest.type().mTuplesize, rti); in EvalArgs()
300 if (num != dest.type().mTuplesize) in EvalArgs()
H A Dast.h99 expType decodeType(const std::string& typeName, int& mTuplesize,
115 int mTuplesize = 1; variable
H A DrendererAST.cpp103 pos += param.mTuplesize; in unwindStack()
H A Dastreplacement.cpp52 j["parameter tuple size"] = m.mTuplesize; in to_json()
489 if (r->mStackSize + mTuplesize > r->mCFstack.size()) in traverse()
492 r->mStackSize += mTuplesize; in traverse()
498 if (mExpression->evaluate(&dest->number, mTuplesize, r) != mTuplesize) in traverse()
949 if (mType == NumericType && t == NumericType && sz != mTuplesize) in compile()
966 mTuplesize = sz; in compile()
977 b->mLocalStackDepth += param.mTuplesize; in compile()
1131 j["length"] = mTuplesize; in to_json()
H A Dastexpression.cpp149 for (int i = 0; i < it.type().mTuplesize; ++i) in to_json()
790 if (res && length < definition->mTuplesize) in evaluate()
793 return definition->mTuplesize; in evaluate()
801 if (definition->mExpression->evaluate(res, length, rti) != definition->mTuplesize) in evaluate()
803 return definition->mTuplesize; in evaluate()
2839 count = bound.mType == AST::NumericType ? bound.mTuplesize : 1; in compile()
2936 definition->mParamSize += def->mTuplesize; in compile()
3312 mCount = bound.mTuplesize; in compile()
3486 j["length"] = definition->mTuplesize; in to_json()
3500 j["length"] = definition->mTuplesize; in to_json()
H A Dbuilder.cpp356 mParamSize += param.mTuplesize; in NextParameterDecl()
357 mLocalStackDepth += param.mTuplesize; in NextParameterDecl()
797 mLocalStackDepth += param.mTuplesize; in process_repContainer()
H A Dstacktype.h75 _Ptr += _Iter->mTuplesize;
H A Dastreplacement.h192 int mTuplesize; variable
H A Dcfdg.ypp391 $function_definition_header->mTuplesize = 1;
400 $function_definition_header->mTuplesize = 1;
409 …unction_definition_header->mType = AST::decodeType(*type, $function_definition_header->mTuplesize,
/dports/graphics/cfdg/cfdg-3.3_1/src-win/derived/
H A Dcfdg.tab.cpp1316 (yylhs.value.defObj)->mTuplesize = 1; in parse()
1329 (yylhs.value.defObj)->mTuplesize = 1; in parse()
1342 … (yylhs.value.defObj)->mType = AST::decodeType(*type, (yylhs.value.defObj)->mTuplesize, in parse()