Home
last modified time | relevance | path

Searched refs:vtfloat (Results 1 – 4 of 4) sorted by relevance

/dports/devel/cppcheck/cppcheck-2.6.3/lib/
H A Dchecktype.cpp383 const ValueType *vtint, *vtfloat; in checkFloatToIntegerOverflow() local
389 vtfloat = tok->astOperand1()->valueType(); in checkFloatToIntegerOverflow()
391 checkFloatToIntegerOverflow(tok, vtint, vtfloat, floatValues); in checkFloatToIntegerOverflow()
397 vtfloat = tok->astOperand2()->valueType(); in checkFloatToIntegerOverflow()
399 checkFloatToIntegerOverflow(tok, vtint, vtfloat, floatValues); in checkFloatToIntegerOverflow()
408 vtfloat = tok->astOperand1()->valueType(); in checkFloatToIntegerOverflow()
410 checkFloatToIntegerOverflow(tok, &valueType, vtfloat, floatValues); in checkFloatToIntegerOverflow()
416 …tegerOverflow(const Token *tok, const ValueType *vtint, const ValueType *vtfloat, const std::list<… in checkFloatToIntegerOverflow() argument
421 if (!vtfloat || !vtfloat->isFloat()) in checkFloatToIntegerOverflow()
H A Dchecktype.h74 …tegerOverflow(const Token *tok, const ValueType *vtint, const ValueType *vtfloat, const std::list<…
/dports/devel/cppcheck-gui/cppcheck-2.6.3/lib/
H A Dchecktype.cpp383 const ValueType *vtint, *vtfloat; in checkFloatToIntegerOverflow() local
389 vtfloat = tok->astOperand1()->valueType(); in checkFloatToIntegerOverflow()
391 checkFloatToIntegerOverflow(tok, vtint, vtfloat, floatValues); in checkFloatToIntegerOverflow()
397 vtfloat = tok->astOperand2()->valueType(); in checkFloatToIntegerOverflow()
399 checkFloatToIntegerOverflow(tok, vtint, vtfloat, floatValues); in checkFloatToIntegerOverflow()
408 vtfloat = tok->astOperand1()->valueType(); in checkFloatToIntegerOverflow()
410 checkFloatToIntegerOverflow(tok, &valueType, vtfloat, floatValues); in checkFloatToIntegerOverflow()
416 …tegerOverflow(const Token *tok, const ValueType *vtint, const ValueType *vtfloat, const std::list<… in checkFloatToIntegerOverflow() argument
421 if (!vtfloat || !vtfloat->isFloat()) in checkFloatToIntegerOverflow()
H A Dchecktype.h74 …tegerOverflow(const Token *tok, const ValueType *vtint, const ValueType *vtfloat, const std::list<…