MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / conditionIsTrue

Function conditionIsTrue

lib/programmemory.cpp:282–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282bool conditionIsTrue(const Token* condition, ProgramMemory pm, const Settings& settings)
283{
284 return evaluateCondition(1, condition, pm, settings);
285}
286
287static bool frontIs(const std::vector<MathLib::bigint>& v, bool i)
288{

Callers 4

valueFlowForLoopSimplifyFunction · 0.85
evaluateIntFunction · 0.85
evalSameConditionFunction · 0.85

Calls 1

evaluateConditionFunction · 0.85

Tested by

no test coverage detected