clang 22.0.0git
Transfer.h File Reference

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

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.
namespace  clang::dataflow
 Dataflow Directional Tag Classes.

Functions

void clang::dataflow::transfer (const StmtToEnvMap &StmtToEnv, const Stmt &S, Environment &Env, Environment::ValueModel &Model)
 Evaluates S and updates Env accordingly.