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

Predicate strictlyPostDominates

Holds if (b1, i1) strictly post-dominates (b2, i2)

Import path

import semmle.code.cpp.security.flowafterfree.FlowAfterFree
predicate strictlyPostDominates(IRBlock b1, int i1, IRBlock b2, int i2)