| souffle
    2.0.2-371-g6315b36
    | 
#include "ast/analysis/Ground.h"#include "RelationTag.h"#include "ast/Aggregator.h"#include "ast/Atom.h"#include "ast/BinaryConstraint.h"#include "ast/BranchInit.h"#include "ast/Clause.h"#include "ast/Constant.h"#include "ast/Functor.h"#include "ast/Negation.h"#include "ast/RecordInit.h"#include "ast/Relation.h"#include "ast/TranslationUnit.h"#include "ast/TypeCast.h"#include "ast/analysis/Constraint.h"#include "ast/analysis/ConstraintSystem.h"#include "ast/analysis/RelationDetailCache.h"#include "souffle/BinaryConstraintOps.h"#include "souffle/utility/StreamUtil.h"#include <algorithm>#include <map>#include <memory>#include <ostream>#include <set>#include <utility>#include <vector>
Go to the source code of this file.
| Namespaces | |
| souffle | |
| souffle::ast | |
| souffle::ast::analysis | |
| Functions | |
| std::map< const Argument *, bool > | souffle::ast::analysis::getGroundedTerms (const TranslationUnit &tu, const Clause &clause) | 
| Analyse the given clause and computes for each contained argument whether it is a grounded value or not.  More... | |
| std::set<const Atom*> ignore | 
Definition at line 169 of file Ground.cpp.
| const RelationDetailCacheAnalysis& relCache | 
Definition at line 168 of file Ground.cpp.
 1.8.17
 1.8.17