Uses of Package
dev.civl.abc.analysis.pointsTo.IF
Packages that use dev.civl.abc.analysis.pointsTo.IF
-
Classes in dev.civl.abc.analysis.pointsTo.IF used by dev.civl.abc.analysis.pointsTo.IFClassDescriptionAn instance of this class represents an abstract object.An abstract representation of one of the following assignments: BASE: U = invalid input: '&U' SIMPLE: U = U COMPLEX_LD: *U = U COMPLEX_RD: U = *U where U is awhich represents an abstract object.
invalid reference
AssignExpIFBASE: p = invalid input: '&a' SIMPLE: p = a COMPLEX_LD: *p = a COMPLEX_RD: p = *aThis class represents an integral parameter "c|*" of an abstract object that has the form ofU + (c|*)orU[c|*].A flow-insensitive PointsToAnalyzer takes a program (AST), builds points-to graph for the program and provides service for querying the "may points-to" set of a lvalueThe flow-insensitive abstraction of a function body for points-to analysis.The invocation graph node is described in detail in paper "Context-sensitive inter-procedural points-to analysis in the presence of function pointers"Details these kinds can be found in paper "Context-sensitive inter-procedural points-to analysis in the presence of function pointers".A points-to graph G is a tuple (V, E, pt) where V are nodes, E are edges and pt is a function from V to sets of V.