HomeSort by: relevance | last modified time | path
    Searched defs:union (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/src/
format-lisp.c 130 #define union make_union macro
1376 /* ===================== Union of two format_arg_lists ===================== */
1378 /* Create the union (i.e. alternative constraints) of two argument
1385 /* Union of the cdr types. */
1391 /* Union of the arg types. */
1473 /* Other union types are too hard to describe precisely. */
1478 /* Create the union (i.e. alternative constraints) of two argument list
1551 /* Step 4: Elementwise union of list1->initial, list2->initial. */
1569 /* Union of the argument types. */
1673 /* Step 5: Elementwise union of list1->repeated, list2->repeated. *
3380 #undef union macro
    [all...]
format-scheme.c 133 #define union make_union macro
1389 /* ===================== Union of two format_arg_lists ===================== */
1391 /* Create the union (i.e. alternative constraints) of two argument
1398 /* Union of the cdr types. */
1404 /* Union of the arg types. */
1496 /* Other union types are too hard to describe precisely. */
1501 /* Create the union (i.e. alternative constraints) of two argument list
1574 /* Step 4: Elementwise union of list1->initial, list2->initial. */
1592 /* Union of the argument types. */
1696 /* Step 5: Elementwise union of list1->repeated, list2->repeated. *
3318 #undef union macro
    [all...]
  /src/external/mit/isl/dist/interface/
isl.py 8807 def union(arg0, arg1): member in class:union_map
10211 def union(arg0, arg1): member in class:map
10221 return union_map(arg0).union(arg1)
10737 def union(arg0, arg1): member in class:basic_map
10747 return map(arg0).union(arg1)
11309 def union(arg0, arg1): member in class:union_set
12296 def union(arg0, arg1): member in class:set
12306 return union_set(arg0).union(arg1)
12772 def union(arg0, arg1): member in class:basic_set
12782 return set(arg0).union(arg1
    [all...]

Completed in 34 milliseconds