Lines Matching full:signatures

406 /* Signatures for unary operations.
415 /* Signatures for binary operations, with the second argument
439 /* Signatures for binary operations, where the second argument
449 /* Signatures for ternary operations, where the last two arguments are integers.
460 /* Signatures for ternary operations.
470 /* Signatures for naming a leaf tuple using an identifier (with an anonymous
479 /* Signatures for the functions "min" and "max", which can be either
484 /* Signatures for adding an unnamed tuple to an object with zero or one tuple.
488 /* Signatures for adding a named tuple to an object with zero or one tuple.
495 /* Signatures for methods applying a map to a set, a function or
504 /* Signatures for methods plugging in a function into a set, a function or
517 /* Signatures for methods binding a set, a function,
526 /* Signatures for functions that take a callback accepting
538 /* Signatures for isl_*_list_foreach_scc.
568 /* Signatures for creating an anonymous set from a parameter set
582 /* Signatures for creating an anonymous function from a domain,
599 /* Signatures for obtaining the range or the domain of a map.
606 /* Signatures for obtaining the parameter domain of a set or map.
611 /* Signatures for obtaining the domain of a function.
615 /* Signatures for interchanging (wrapped) domain and range.
621 /* Signatures for constructing products.
635 /* Signatures for obtaining factors from a product.
646 /* Signatures for (un)currying.
655 /* Signatures for (un)wrapping.
660 /* Signatures for constructing objects that map to the domain or range
680 /* Signatures for flattening the domain or range of a map,
697 /* Signatures for "set_at" methods.
706 /* Signatures for "list" methods, extracting a list
712 /* Signatures for functions constructing an object from only an isl::ctx.
733 /* A map from part of a type name to a sequence of signatures.
738 * to a sequence of signatures.
742 /* Signatures for static methods.
770 /* Signatures for unary operations that either take something in a set space
776 /* Signatures for binary operations where the second argument
781 /* The (default) signatures for methods with a given name.
917 /* Signatures for methods of types containing a given substring
918 * that override the default signatures, where larger substrings
1330 const std::vector<Signature> &signatures);
1887 /* Signatures for constructors of multi-expressions
1894 /* Signatures for constructors from a string.
1906 /* Signatures for constructors of lists from the initial number
1913 /* Signatures for constructors and methods named after some other class.
1935 /* Signatures for constructors derived from methods
1936 * with the given names that override the default signatures.
2513 * for each matching signature in "signatures".
2515 * If there is no matching signature in "signatures",
2520 const Method &method, const std::vector<Signature> &signatures) in print_matching_method() argument
2524 for (const auto &sig : signatures) in print_matching_method()
2532 /* Signatures for "at" methods applied to a multi-expression,
2540 /* Signatures for other "at" methods applied to a list,
2583 * Check if any special signatures are specified for this method and
2584 * if the class name matches any of those with special signatures.