clang
15.0.0git
|
Go to the source code of this file.
Classes | |
class | clang::dataflow::StmtToEnvMap |
Maps statements to the environments of basic blocks that contain them. More... | |
Namespaces | |
clang | |
clang::dataflow | |
Dataflow Directional Tag Classes. | |
Functions | |
void | clang::dataflow::transfer (const StmtToEnvMap &StmtToEnv, const Stmt &S, Environment &Env) |
Evaluates S and updates Env accordingly. More... | |