Home
last modified time | relevance | path

Searched defs:boollit (Results 1 – 5 of 5) sorted by relevance

/dports/math/clingo/clingo-5.5.1/libgringo/src/input/
H A Dprogrambuilder.cc185 LitUid NongroundProgramBuilder::boollit(Location const &loc, bool type) { in boollit() function in Gringo::Input::NongroundProgramBuilder
/dports/math/clingo/clingo-5.5.1/libclingo/src/
H A Dastv2_build.cc220 LitUid boollit(Location const &loc, bool type) override { in boollit() function in Gringo::Input::__anon396975690111::ASTBuilder
/dports/math/clingo/clingo-5.5.1/libgringo/tests/input/
H A Dnongroundgrammar.cc404 LitUid TestNongroundProgramBuilder::boollit(Location const &, bool type) { in boollit() function in Gringo::Input::Test::__anond2a2937f0111::TestNongroundProgramBuilder
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/3rdparty/cplusplus/
H A DBind.cpp2110 if (BoolLiteralAST *boollit = expression->asBoolLiteral()) { in qtPropertyAttribute() local
/dports/math/minizinc/libminizinc-2.5.5/include/minizinc/
H A Dast.hh1980 BoolLit* boollit(bool b) { return b ? literalTrue : literalFalse; } in boollit() function in MiniZinc::Constants