CodeQL library for C/C++
codeql/cpp-all 0.7.1 ( changelog , source )
Search

Member predicate StrcatFunction :: hasSpecificWriteSideEffect

Holds if the value pointed to by the parameter at index i is written to. buffer is true if the write may be at an offset. mustWrite is true if the write is unconditional.

predicate hasSpecificWriteSideEffect ( ParameterIndex i , boolean buffer , boolean mustWrite )