Some Structural Relations
A calls graph
- Which functions call which other functions?
An inheritance hierarchy
- Which classes inherit from which other classes?
A global variable cross-reference
- Which functions reference which globals?
A lexical-match model
- Which source lines contain a given string?
A def-use model
- Which variable definitions are used at which use sites?