Home
last modified time | relevance | path

Searched refs:CheckDeclaration (Results 1 – 21 of 21) sorted by relevance

/dports/emulators/citra/citra-ac98458e0/externals/nihstro/src/tests/
H A Dparser.cpp193 static void CheckDeclaration(const boost::optional<StatementDeclaration>& declaration, const Statem… in CheckDeclaration() function
214 CheckDeclaration(declaration, { "my_alias", "r5", {}, MakeInputSwizzlerMask<'x', 'y'>() }); in BOOST_AUTO_TEST_CASE()
220 CheckDeclaration(declaration, { "my_alias", "r5", std::string("r10") }); in BOOST_AUTO_TEST_CASE()
226CheckDeclaration(declaration, { "my_alias", "o5", {}, MakeInputSwizzlerMask<'x', 'y', 'z'>(), { {}… in BOOST_AUTO_TEST_CASE()
238CheckDeclaration(declaration, { "my_alias", "c5", {}, MakeInputSwizzlerMask<'x', 'y'>(), { { 1.0, … in BOOST_AUTO_TEST_CASE()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/nihstro/src/tests/
H A Dparser.cpp193 static void CheckDeclaration(const boost::optional<StatementDeclaration>& declaration, const Statem… in CheckDeclaration() function
214 CheckDeclaration(declaration, { "my_alias", "r5", {}, MakeInputSwizzlerMask<'x', 'y'>() }); in BOOST_AUTO_TEST_CASE()
220 CheckDeclaration(declaration, { "my_alias", "r5", std::string("r10") }); in BOOST_AUTO_TEST_CASE()
226CheckDeclaration(declaration, { "my_alias", "o5", {}, MakeInputSwizzlerMask<'x', 'y', 'z'>(), { {}… in BOOST_AUTO_TEST_CASE()
238CheckDeclaration(declaration, { "my_alias", "c5", {}, MakeInputSwizzlerMask<'x', 'y'>(), { { 1.0, … in BOOST_AUTO_TEST_CASE()
/dports/sysutils/rmlint/rmlint-2.10.1-11-ga726d0cb/
H A DSConstruct224 if rc == 1 and tests.CheckDeclaration(
254 if tests.CheckDeclaration(
310 if tests.CheckDeclaration(context, 'G_CHECKSUM_SHA512', includes='#include <glib.h>\n'):
389 rc = 0 if tests.CheckDeclaration(
401 rc = 0 if tests.CheckDeclaration(
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/scons/scons-local-2.3.3/SCons/
H A DSConf.py436 'CheckDeclaration' : CheckDeclaration,
927 def CheckDeclaration(context, declaration, includes = "", language = None): function
928 res = SCons.Conftest.CheckDeclaration(context, declaration,
H A DConftest.py528 def CheckDeclaration(context, symbol, includes = None, language = None): function
/dports/graphics/photivo/photivo/scons-local-2.2.0/SCons/
H A DSConf.py416 'CheckDeclaration' : CheckDeclaration,
907 def CheckDeclaration(context, declaration, includes = "", language = None): function
908 res = SCons.Conftest.CheckDeclaration(context, declaration,
H A DConftest.py528 def CheckDeclaration(context, symbol, includes = None, language = None): function
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/inline_copy/lib/scons-2.3.2/SCons/
H A DSConf.py437 'CheckDeclaration' : CheckDeclaration,
928 def CheckDeclaration(context, declaration, includes = "", language = None): function
929 res = SCons.Conftest.CheckDeclaration(context, declaration,
H A DConftest.py528 def CheckDeclaration(context, symbol, includes = None, language = None): function
/dports/graphics/py-pivy/pivy-0.6.6/scons/scons-local-1.2.0.d20090919/SCons/
H A DSConf.py422 'CheckDeclaration' : CheckDeclaration,
913 def CheckDeclaration(context, declaration, includes = "", language = None): function
914 res = SCons.Conftest.CheckDeclaration(context, declaration,
H A DConftest.py529 def CheckDeclaration(context, symbol, includes = None, language = None): function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/scons-2.5.0/scons-local-2.5.0/SCons/
H A DSConf.py430 'CheckDeclaration' : CheckDeclaration,
921 def CheckDeclaration(context, declaration, includes = "", language = None): function
922 res = SCons.Conftest.CheckDeclaration(context, declaration,
H A DConftest.py528 def CheckDeclaration(context, symbol, includes = None, language = None): function
/dports/devel/scons/SCons-4.2.0/SCons/
H A DSConf.py453 'CheckDeclaration' : CheckDeclaration,
988 def CheckDeclaration(context, declaration, includes = "", language = None): function
989 res = SCons.Conftest.CheckDeclaration(context, declaration,
H A DConftest.py520 def CheckDeclaration(context, symbol, includes = None, language = None): function
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/inline_copy/lib/scons-3.1.2/SCons/
H A DSConf.py448 'CheckDeclaration' : CheckDeclaration,
962 def CheckDeclaration(context, declaration, includes = "", language = None): function
963 res = SCons.Conftest.CheckDeclaration(context, declaration,
H A DConftest.py531 def CheckDeclaration(context, symbol, includes = None, language = None): function
/dports/lang/fth/fth-1.4.1/
H A DSConstruct283 env['complex_i'] = conf.CheckDeclaration('_Complex_I',
370 src_conf_h.CheckDeclaration(d, '#include <math.h>')
371 src_conf_h.CheckDeclaration('_SC_CLK_TCK', '#include <sys/unistd.h>')
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/
H A DSConstruct1038 if conf.CheckDeclaration('__GLIBCXX__', '#include <iostream>', 'C++'):
1040 elif conf.CheckDeclaration('_LIBCPP_VERSION', '#include <iostream>', 'C++'):
1045 env['HAS_CLANG'] = conf.CheckDeclaration('__clang__', '', 'C++')
1057 env['has_demangle'] = conf.CheckDeclaration("boost::core::demangle",
1141 env['has_sundials_lapack'] = conf.CheckDeclaration('SUNDIALS_BLAS_LAPACK',
1146 lapackband = conf.CheckDeclaration(
1151 lapackdense = conf.CheckDeclaration(
/dports/databases/mongodb36/mongodb-src-r3.6.23/
H A DSConstruct2810 if conf.CheckDeclaration(
2818 if conf.CheckDeclaration(
2920 conf.CheckDeclaration('backtrace', includes='#include <execinfo.h>') and
2921 conf.CheckDeclaration('backtrace_symbols', includes='#include <execinfo.h>') and
2922 conf.CheckDeclaration('backtrace_symbols_fd', includes='#include <execinfo.h>')):
/dports/astro/gpsd/gpsd-3.20/
H A DSConstruct955 if ((not config.CheckDeclaration("SUN_LEN", "#include <sys/un.h>") and
956 not config.CheckDeclaration("SUN_LEN", "#include <linux/un.h>"))):