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

Member predicate Make::GuardValue::getDualValue

Gets the dual value. Examples of dual values include:

  • null vs. not null
  • true vs. false
  • evaluating to a specific value vs. evaluating to any other value
  • throwing an exception vs. not throwing an exception
GuardValue getDualValue()