Home
last modified time | relevance | path

Searched refs:tokenIsFunctionReturningBool (Results 1 – 2 of 2) sorted by relevance

/dports/devel/cppcheck-gui/cppcheck-2.6.3/lib/
H A Dcheckbool.cpp170 static bool tokenIsFunctionReturningBool(const Token* tok) in tokenIsFunctionReturningBool() function
203 const bool firstIsFunctionReturningBool = tokenIsFunctionReturningBool(firstToken); in checkComparisonOfFuncReturningBool()
204 const bool secondIsFunctionReturningBool = tokenIsFunctionReturningBool(secondToken); in checkComparisonOfFuncReturningBool()
/dports/devel/cppcheck/cppcheck-2.6.3/lib/
H A Dcheckbool.cpp170 static bool tokenIsFunctionReturningBool(const Token* tok) in tokenIsFunctionReturningBool() function
203 const bool firstIsFunctionReturningBool = tokenIsFunctionReturningBool(firstToken); in checkComparisonOfFuncReturningBool()
204 const bool secondIsFunctionReturningBool = tokenIsFunctionReturningBool(secondToken); in checkComparisonOfFuncReturningBool()