HomeSort by: relevance | last modified time | path
    Searched refs:TYPE1 (Results 1 - 9 of 9) sorted by relevancy

  /src/external/mit/isl/dist/
isl_type_has_equal_space_bin_templ.c 1 #undef TYPE1
2 #define TYPE1 TYPE
isl_type_check_equal_space_templ.c 12 isl_stat FN(TYPE_PAIR,check_equal_space)(__isl_keep TYPE1 *obj1,
21 isl_die(FN(TYPE1,get_ctx)(obj1), isl_error_invalid,
isl_type_has_equal_space_templ.c 20 isl_bool FN(TYPE_PAIR,has_equal_space)(__isl_keep TYPE1 *obj1,
25 space1 = FN(TYPE1,PEEK_SPACE)(obj1);
isl_point.c 49 #undef TYPE1
50 #define TYPE1 isl_basic_map
isl_map.c 8805 /* Is the tuple of type "type1" of "map" the same as
8809 enum isl_dim_type type1, __isl_keep isl_space *space,
8815 return isl_space_tuple_is_equal(map_space, type1, space, type2);
8818 /* Is the tuple of type "type1" of "map1" the same as
8822 enum isl_dim_type type1, __isl_keep isl_map *map2,
8829 return isl_space_tuple_is_equal(space1, type1, space2, type2);
9283 #undef TYPE1
9284 #define TYPE1 isl_map
13314 enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2)
13316 return isl_map_equate(set, type1, pos1, type2, pos2)
    [all...]
  /src/external/gpl2/mkhybrid/dist/
mkisofs.h 88 #define FDECL2(NAME,TYPE0, ARG0,TYPE1, ARG1) \
89 NAME(TYPE0 ARG0, TYPE1 ARG1)
90 #define FDECL3(NAME,TYPE0, ARG0,TYPE1, ARG1, TYPE2, ARG2) \
91 NAME(TYPE0 ARG0, TYPE1 ARG1, TYPE2 ARG2)
92 #define FDECL4(NAME,TYPE0, ARG0,TYPE1, ARG1, TYPE2, ARG2, TYPE3, ARG3) \
93 NAME(TYPE0 ARG0, TYPE1 ARG1, TYPE2 ARG2, TYPE3 ARG3)
94 #define FDECL5(NAME,TYPE0, ARG0,TYPE1, ARG1, TYPE2, ARG2, TYPE3, ARG3, TYPE4, ARG4) \
95 NAME(TYPE0 ARG0, TYPE1 ARG1, TYPE2 ARG2, TYPE3 ARG3, TYPE4 ARG4)
96 #define FDECL6(NAME,TYPE0, ARG0,TYPE1, ARG1, TYPE2, ARG2, TYPE3, ARG3, TYPE4, ARG4, TYPE5, ARG5) \
97 NAME(TYPE0 ARG0, TYPE1 ARG1, TYPE2 ARG2, TYPE3 ARG3, TYPE4 ARG4, TYPE5 ARG5
    [all...]
  /src/external/mit/isl/dist/include/isl/
hmap_templ.c 21 #define ISL_xS(TYPE1,TYPE2,NAME) struct isl_ ## TYPE1 ## _ ## TYPE2 ## _ ## NAME
22 #define ISL_yS(TYPE1,TYPE2,NAME) ISL_xS(TYPE1,TYPE2,NAME)
  /src/external/gpl3/gcc/dist/gcc/cp/
cp-tree.h 773 /* Returns nonzero iff TYPE1 and TYPE2 are the same type, in the usual
775 #define same_type_p(TYPE1, TYPE2) \
776 comptypes ((TYPE1), (TYPE2), COMPARE_STRICT)
1419 (((struct tree_trait_expr *)TRAIT_EXPR_CHECK (NODE))->type1)
1433 tree type1;
6122 /* Returns nonzero iff TYPE1 and TYPE2 are the same type, or if TYPE2
6123 is derived from TYPE1, or if TYPE2 is a pointer (reference) to a
6124 class derived from the type pointed to (referred to) by TYPE1. */
6125 #define same_or_base_type_p(TYPE1, TYPE2) \
6126 comptypes ((TYPE1), (TYPE2), COMPARE_BASE
1430 tree type1; variable
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-tree.h 760 /* Returns nonzero iff TYPE1 and TYPE2 are the same type, in the usual
762 #define same_type_p(TYPE1, TYPE2) \
763 comptypes ((TYPE1), (TYPE2), COMPARE_STRICT)
1409 (((struct tree_trait_expr *)TRAIT_EXPR_CHECK (NODE))->type1)
1423 tree type1;
5973 /* Returns nonzero iff TYPE1 and TYPE2 are the same type, or if TYPE2
5974 is derived from TYPE1, or if TYPE2 is a pointer (reference) to a
5975 class derived from the type pointed to (referred to) by TYPE1. */
5976 #define same_or_base_type_p(TYPE1, TYPE2) \
5977 comptypes ((TYPE1), (TYPE2), COMPARE_BASE
1420 tree type1; variable
    [all...]

Completed in 56 milliseconds