Home
last modified time | relevance | path

Searched refs:UStm (Results 1 – 9 of 9) sorted by relevance

/dports/math/clingo/clingo-5.5.1/libgringo/gringo/ground/
H A Dtypes.hh39 using UStm = std::unique_ptr<Statement>; typedef
40 using UStmVec = std::vector<UStm>;
H A Dstatement.hh37 using Dep = Dependency<UStm, HeadOccurrence>;
/dports/math/clingo/clingo-5.5.1/libgringo/gringo/input/
H A Dtypes.hh44 using UStm = std::unique_ptr<Statement>; typedef
45 using UStmVec = std::vector<UStm>;
H A Daggregate.hh39 using UStm = std::unique_ptr<Statement>; typedef
40 using UStmVec = std::vector<UStm>;
109 using CreateStm = std::function<Ground::UStm (Ground::ULitVec &&)>;
H A Dprogram.hh63 void add(UStm &&stm);
H A Dprogrambuilder.hh243 using UStm = std::unique_ptr<Statement>; typedef
399 using Statements = std::vector<UStm>;
/dports/math/clingo/clingo-5.5.1/libgringo/src/input/
H A Dprogram.cc72 void Program::add(UStm &&stm) { in add()
141 auto rewrite2 = [&](UStm &x) -> void { in rewrite()
151 auto rewrite1 = [&](UStm &x) -> void { in rewrite()
H A Daggregates.cc316 split.emplace_back([&completeRef, this](Ground::ULitVec &&lits) -> Ground::UStm { in toGround()
332 split.emplace_back([&completeRef,&y,&x](Ground::ULitVec &&lits) -> Ground::UStm { in toGround()
362 split.emplace_back([&completeRef, this](Ground::ULitVec &&lits) -> Ground::UStm { in toGround()
370 split.emplace_back([&completeRef,&y,&x](Ground::ULitVec &&lits) -> Ground::UStm { in toGround()
762 split.emplace_back([&completeRef](Ground::ULitVec &&lits) -> Ground::UStm { in toGround()
1600 {[this, &x](Ground::ULitVec &&lits) -> Ground::UStm { in toGround()
1774 split.emplace_back([&completeRef](Ground::ULitVec &&lits) -> Ground::UStm { in toGround()
1780 split.emplace_back([&completeRef,&y,&x](Ground::ULitVec &&lits) -> Ground::UStm { in toGround()
2175 {[this, &x](Ground::ULitVec &&lits) -> Ground::UStm { in toGround()
H A Dtheory.cc396 split.emplace_back([&completeRef](Ground::ULitVec &&lits) -> Ground::UStm { in toGroundBody()
402 split.emplace_back([&completeRef,&y,&x](Ground::ULitVec &&lits) -> Ground::UStm { in toGroundBody()