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

Class MustExactlyOverlap

Represents an overlap between two memory ranges that have the same extent and the same type.

Import path

import semmle.code.cpp.ir.internal.Overlap

Direct supertypes

Indirect supertypes

Predicates

getPrecision

Gets a value representing how precise this overlap is. The higher the value, the more precise the overlap. The precision values are ordered as follows, from most to least precise: MustExactlyOverlap MustTotallyOverlap MayPartiallyOverlap

toString