Home
last modified time | relevance | path

Searched refs:check_constructor (Results 1 – 25 of 70) sorted by relevance

123

/dports/science/axom/axom-0.6.1/src/axom/mint/tests/
H A Dmint_mesh_uniform_mesh.cpp167 internal::check_constructor(m, idim, lo, h, N); in TEST()
213 internal::check_constructor(m, idim, lo, h, N); in TEST()
223 internal::check_constructor(m, idim, lo, h, N); in TEST()
251 internal::check_constructor(&m, idim, lo, h, N); in TEST()
269 internal::check_constructor(&m, idim, lo, h, N); in TEST()
298 internal::check_constructor(&m, idim, lo, h, N); in TEST()
H A Dmint_mesh_rectilinear_mesh.cpp148 internal::check_constructor(m, STRUCTURED_RECTILINEAR_MESH, idim, N); in TEST()
212 internal::check_constructor(m, STRUCTURED_RECTILINEAR_MESH, idim, N); in TEST()
279 internal::check_constructor(m, STRUCTURED_RECTILINEAR_MESH, idim, N); in TEST()
282 internal::check_constructor(m, STRUCTURED_RECTILINEAR_MESH, idim, N); in TEST()
293 internal::check_constructor(m, STRUCTURED_RECTILINEAR_MESH, idim, N); in TEST()
330 internal::check_constructor(&m, STRUCTURED_RECTILINEAR_MESH, 3, N); in TEST()
H A Dmint_mesh_particle_mesh.cpp31 void check_constructor(mint::ParticleMesh* particles, in check_constructor() function
298 check_constructor(&particles, dim, numParticles); in TEST()
315 check_constructor(&particles1d, 1, numParticles); in TEST()
320 check_constructor(&particles2d, 2, numParticles); in TEST()
326 check_constructor(&particles3d, 3, numParticles); in TEST()
371 check_constructor(&particles, dim, numParticles); in TEST()
399 check_constructor(&particles, dim, numParticles); in TEST()
H A Dmint_mesh_curvilinear_mesh.cpp187 internal::check_constructor(m, STRUCTURED_CURVILINEAR_MESH, idim, N); in TEST()
244 internal::check_constructor(m, STRUCTURED_CURVILINEAR_MESH, idim, N); in TEST()
304 internal::check_constructor(m, STRUCTURED_CURVILINEAR_MESH, idim, N); in TEST()
317 internal::check_constructor(m, STRUCTURED_CURVILINEAR_MESH, idim, N); in TEST()
H A Dmint_mesh_coordinates.cpp131 void check_constructor(int dimension) in check_constructor() function
157 void check_constructor(int dimension, in check_constructor() function
1075 internal::check_constructor(dim); in TEST()
1077 internal::check_constructor(dim, ZERO_NUM_NODES); in TEST()
1078 internal::check_constructor(dim, ZERO_NUM_NODES, SMALL_NODE_CAPACITY); in TEST()
1079 internal::check_constructor(dim, ZERO_NUM_NODES, LARGE_NODE_CAPACITY); in TEST()
1081 internal::check_constructor(dim, SMALL_NUM_NODES); in TEST()
1082 internal::check_constructor(dim, SMALL_NUM_NODES, SMALL_NODE_CAPACITY); in TEST()
1083 internal::check_constructor(dim, SMALL_NUM_NODES, LARGE_NODE_CAPACITY); in TEST()
1085 internal::check_constructor(dim, LARGE_NUM_NODES); in TEST()
[all …]
H A DStructuredMesh_helpers.hpp875 inline void check_constructor(const StructuredMesh* m, in check_constructor() function
932 inline void check_constructor(const UniformMesh* m, in check_constructor() function
947 check_constructor(m, STRUCTURED_UNIFORM_MESH, ndims, node_dims); in check_constructor()
/dports/science/axom/axom-0.6.1/src/axom/primal/tests/
H A Dprimal_sphere.cpp27 void check_constructor() in check_constructor() function
197 check_constructor<2>(); in TEST()
198 check_constructor<3>(); in TEST()
/dports/math/yices/yices-2.6.2/tests/unit/
H A Dtest_type_matching.c119 static void check_constructor(int32_t cid, uint32_t arity, const char *name) { in check_constructor() function
141 check_constructor(constructor[0], 1, "Set"); in init_constructors()
145 check_constructor(constructor[1], 1, "List"); in init_constructors()
149 check_constructor(constructor[2], 2, "Map"); in init_constructors()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/affile/tests/
H A Dtest_directory_monitor.c119 Test(directory_monitor_factory, check_constructor) in Test() argument
/dports/lang/gnat_util/gcc-6-20180516/gcc/fortran/
H A Darray.c1356 static bool check_constructor (gfc_constructor_base, bool (*) (gfc_expr *));
1382 check_constructor (gfc_constructor_base ctor, bool (*check_function) (gfc_expr *)) in check_constructor() function
1407 t = check_constructor (e->value.constructor, check_function); in check_constructor()
1432 t = check_constructor (expr->value.constructor, check_function); in gfc_check_constructor()
/dports/lang/gcc48/gcc-4.8.5/gcc/fortran/
H A Darray.c1277 static gfc_try check_constructor (gfc_constructor_base, gfc_try (*) (gfc_expr *));
1303 check_constructor (gfc_constructor_base ctor, gfc_try (*check_function) (gfc_expr *)) in check_constructor() function
1325 t = check_constructor (e->value.constructor, check_function); in check_constructor()
1350 t = check_constructor (expr->value.constructor, check_function); in gfc_check_constructor()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/fortran/
H A Darray.c1274 static bool check_constructor (gfc_constructor_base, bool (*) (gfc_expr *));
1300 check_constructor (gfc_constructor_base ctor, bool (*check_function) (gfc_expr *)) in check_constructor() function
1322 t = check_constructor (e->value.constructor, check_function); in check_constructor()
1347 t = check_constructor (expr->value.constructor, check_function); in gfc_check_constructor()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/fortran/
H A Darray.c1277 static gfc_try check_constructor (gfc_constructor_base, gfc_try (*) (gfc_expr *));
1303 check_constructor (gfc_constructor_base ctor, gfc_try (*check_function) (gfc_expr *)) in check_constructor() function
1325 t = check_constructor (e->value.constructor, check_function); in check_constructor()
1350 t = check_constructor (expr->value.constructor, check_function); in gfc_check_constructor()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/fortran/
H A Darray.c1356 static bool check_constructor (gfc_constructor_base, bool (*) (gfc_expr *));
1382 check_constructor (gfc_constructor_base ctor, bool (*check_function) (gfc_expr *)) in check_constructor() function
1407 t = check_constructor (e->value.constructor, check_function); in check_constructor()
1432 t = check_constructor (expr->value.constructor, check_function); in gfc_check_constructor()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Darray.c1389 static bool check_constructor (gfc_constructor_base, bool (*) (gfc_expr *));
1415 check_constructor (gfc_constructor_base ctor, bool (*check_function) (gfc_expr *)) in check_constructor() function
1440 t = check_constructor (e->value.constructor, check_function); in check_constructor()
1465 t = check_constructor (expr->value.constructor, check_function); in gfc_check_constructor()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/fortran/
H A Darray.c1483 static bool check_constructor (gfc_constructor_base, bool (*) (gfc_expr *));
1509 check_constructor (gfc_constructor_base ctor, bool (*check_function) (gfc_expr *)) in check_constructor() function
1534 t = check_constructor (e->value.constructor, check_function); in check_constructor()
1559 t = check_constructor (expr->value.constructor, check_function); in gfc_check_constructor()
/dports/lang/gcc9/gcc-9.4.0/gcc/fortran/
H A Darray.c1439 static bool check_constructor (gfc_constructor_base, bool (*) (gfc_expr *));
1465 check_constructor (gfc_constructor_base ctor, bool (*check_function) (gfc_expr *)) in check_constructor() function
1490 t = check_constructor (e->value.constructor, check_function); in check_constructor()
1515 t = check_constructor (expr->value.constructor, check_function); in gfc_check_constructor()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/fortran/
H A Darray.c1389 static bool check_constructor (gfc_constructor_base, bool (*) (gfc_expr *));
1415 check_constructor (gfc_constructor_base ctor, bool (*check_function) (gfc_expr *)) in check_constructor() function
1440 t = check_constructor (e->value.constructor, check_function); in check_constructor()
1465 t = check_constructor (expr->value.constructor, check_function); in gfc_check_constructor()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/fortran/
H A Darray.c1479 static bool check_constructor (gfc_constructor_base, bool (*) (gfc_expr *));
1505 check_constructor (gfc_constructor_base ctor, bool (*check_function) (gfc_expr *)) in check_constructor() function
1530 t = check_constructor (e->value.constructor, check_function); in check_constructor()
1555 t = check_constructor (expr->value.constructor, check_function); in gfc_check_constructor()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/fortran/
H A Darray.c1479 static bool check_constructor (gfc_constructor_base, bool (*) (gfc_expr *));
1505 check_constructor (gfc_constructor_base ctor, bool (*check_function) (gfc_expr *)) in check_constructor() function
1530 t = check_constructor (e->value.constructor, check_function); in check_constructor()
1555 t = check_constructor (expr->value.constructor, check_function); in gfc_check_constructor()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/fortran/
H A Darray.c1479 static bool check_constructor (gfc_constructor_base, bool (*) (gfc_expr *));
1505 check_constructor (gfc_constructor_base ctor, bool (*check_function) (gfc_expr *)) in check_constructor() function
1530 t = check_constructor (e->value.constructor, check_function); in check_constructor()
1555 t = check_constructor (expr->value.constructor, check_function); in gfc_check_constructor()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Darray.c1389 static bool check_constructor (gfc_constructor_base, bool (*) (gfc_expr *));
1415 check_constructor (gfc_constructor_base ctor, bool (*check_function) (gfc_expr *)) in check_constructor() function
1440 t = check_constructor (e->value.constructor, check_function); in check_constructor()
1465 t = check_constructor (expr->value.constructor, check_function); in gfc_check_constructor()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/fortran/
H A Darray.c1389 static bool check_constructor (gfc_constructor_base, bool (*) (gfc_expr *));
1415 check_constructor (gfc_constructor_base ctor, bool (*check_function) (gfc_expr *)) in check_constructor() function
1440 t = check_constructor (e->value.constructor, check_function); in check_constructor()
1465 t = check_constructor (expr->value.constructor, check_function); in gfc_check_constructor()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Darray.c1389 static bool check_constructor (gfc_constructor_base, bool (*) (gfc_expr *));
1415 check_constructor (gfc_constructor_base ctor, bool (*check_function) (gfc_expr *)) in check_constructor() function
1440 t = check_constructor (e->value.constructor, check_function); in check_constructor()
1465 t = check_constructor (expr->value.constructor, check_function); in gfc_check_constructor()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/fortran/
H A Darray.c1479 static bool check_constructor (gfc_constructor_base, bool (*) (gfc_expr *));
1505 check_constructor (gfc_constructor_base ctor, bool (*check_function) (gfc_expr *)) in check_constructor() function
1530 t = check_constructor (e->value.constructor, check_function); in check_constructor()
1555 t = check_constructor (expr->value.constructor, check_function); in gfc_check_constructor()

123