Searched refs:get_handle_from_arg (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/usr/eclipseclp/icparc_solvers/ilog/
H A Dilog.cc62 get_handle_from_arg(int arg, t_ext_type *method, void **obj) function
162 if (get_handle_from_arg(3, intvar_method, (void**)&original)) {
180 if (get_handle_from_arg(1, intvar_method, (void**)&v)) {
198 if (get_handle_from_arg(1, intvar_method, (void**)&v)) {
225 if (get_handle_from_arg(1, intvar_method, (void**)&v)) {
270 if (get_handle_from_arg(2, intvar_method, (void**)&v)) {
290 if (get_handle_from_arg(2, intvar_method, (void**)&x)
291 && get_handle_from_arg(3, intvar_method, (void**)&y)) {
322 if (get_handle_from_arg(2, intvar_method, (void**)&v)) {
336 if (get_handle_from_arg(
[all...]
/barrelfish-master/usr/eclipseclp/GecodeInterface/
H A Dgfd.cpp180 get_handle_from_arg(int arg, t_ext_type *method, void **obj) function
633 if (EC_succeed != get_handle_from_arg(1, &gfd_method, (void**)&solverp))
667 if (EC_succeed != get_handle_from_arg(1, &gfd_method, (void**)&solverp))
684 if (EC_succeed != get_handle_from_arg(1, &gfd_method, (void**)&solverp))
708 if (EC_succeed != get_handle_from_arg(1, &gfd_method, (void**)&solverp))
733 if (EC_succeed != get_handle_from_arg(1, &gfd_method, (void**)&solverp))
761 if (EC_succeed != get_handle_from_arg(1, &gfd_method, (void**)&solverp))
829 if (EC_succeed != get_handle_from_arg(1, &gfd_method, (void**)&solverp))
849 if (EC_succeed != get_handle_from_arg(1, &gfd_method, (void**)&solverp))
869 if (EC_succeed != get_handle_from_arg(
[all...]

Completed in 90 milliseconds