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

  /src/external/mit/isl/dist/
isl_bound.h 9 int wrapping; member in struct:isl_bound
isl_bound.h 9 int wrapping; member in struct:isl_bound
isl_bound.h 9 int wrapping; member in struct:isl_bound
isl_space.c 124 /* Check that "space" is the space of a set wrapping a map space.
128 isl_bool wrapping; local
130 wrapping = isl_space_is_wrapping(space);
131 if (wrapping < 0)
133 if (!wrapping)
144 isl_bool wrapping; local
146 wrapping = isl_space_domain_is_wrapping(space);
147 if (wrapping < 0)
149 if (!wrapping)
160 isl_bool wrapping; local
    [all...]
isl_space.c 124 /* Check that "space" is the space of a set wrapping a map space.
128 isl_bool wrapping; local
130 wrapping = isl_space_is_wrapping(space);
131 if (wrapping < 0)
133 if (!wrapping)
144 isl_bool wrapping; local
146 wrapping = isl_space_domain_is_wrapping(space);
147 if (wrapping < 0)
149 if (!wrapping)
160 isl_bool wrapping; local
    [all...]
isl_space.c 124 /* Check that "space" is the space of a set wrapping a map space.
128 isl_bool wrapping; local
130 wrapping = isl_space_is_wrapping(space);
131 if (wrapping < 0)
133 if (!wrapping)
144 isl_bool wrapping; local
146 wrapping = isl_space_domain_is_wrapping(space);
147 if (wrapping < 0)
149 if (!wrapping)
160 isl_bool wrapping; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
pretty-print.h 89 with appropriate line-wrapping. */
192 /* Maximum characters per line in automatic line wrapping mode.
194 #define pp_line_cutoff(PP) (PP)->wrapping.line_cutoff
197 #define pp_prefixing_rule(PP) (PP)->wrapping.rule
199 /* Get or set the wrapping mode as a single entity. */
200 #define pp_wrapping_mode(PP) (PP)->wrapping
225 /* True if PRETTY-PRINTER is in line-wrapping mode. */
272 /* Current wrapping mode. */
273 pp_wrapping_mode_t wrapping; member in class:pretty_printer
pretty-print.h 89 with appropriate line-wrapping. */
192 /* Maximum characters per line in automatic line wrapping mode.
194 #define pp_line_cutoff(PP) (PP)->wrapping.line_cutoff
197 #define pp_prefixing_rule(PP) (PP)->wrapping.rule
199 /* Get or set the wrapping mode as a single entity. */
200 #define pp_wrapping_mode(PP) (PP)->wrapping
225 /* True if PRETTY-PRINTER is in line-wrapping mode. */
272 /* Current wrapping mode. */
273 pp_wrapping_mode_t wrapping; member in class:pretty_printer
pretty-print.h 89 with appropriate line-wrapping. */
192 /* Maximum characters per line in automatic line wrapping mode.
194 #define pp_line_cutoff(PP) (PP)->wrapping.line_cutoff
197 #define pp_prefixing_rule(PP) (PP)->wrapping.rule
199 /* Get or set the wrapping mode as a single entity. */
200 #define pp_wrapping_mode(PP) (PP)->wrapping
225 /* True if PRETTY-PRINTER is in line-wrapping mode. */
272 /* Current wrapping mode. */
273 pp_wrapping_mode_t wrapping; member in class:pretty_printer
  /src/external/gpl3/gcc.old/dist/gcc/
pretty-print.h 72 with appropriate line-wrapping. */
171 /* Maximum characters per line in automatic line wrapping mode.
173 #define pp_line_cutoff(PP) (PP)->wrapping.line_cutoff
176 #define pp_prefixing_rule(PP) (PP)->wrapping.rule
178 /* Get or set the wrapping mode as a single entity. */
179 #define pp_wrapping_mode(PP) (PP)->wrapping
204 /* True if PRETTY-PRINTER is in line-wrapping mode. */
249 /* Current wrapping mode. */
250 pp_wrapping_mode_t wrapping; member in class:pretty_printer
pretty-print.h 72 with appropriate line-wrapping. */
171 /* Maximum characters per line in automatic line wrapping mode.
173 #define pp_line_cutoff(PP) (PP)->wrapping.line_cutoff
176 #define pp_prefixing_rule(PP) (PP)->wrapping.rule
178 /* Get or set the wrapping mode as a single entity. */
179 #define pp_wrapping_mode(PP) (PP)->wrapping
204 /* True if PRETTY-PRINTER is in line-wrapping mode. */
249 /* Current wrapping mode. */
250 pp_wrapping_mode_t wrapping; member in class:pretty_printer
pretty-print.h 72 with appropriate line-wrapping. */
171 /* Maximum characters per line in automatic line wrapping mode.
173 #define pp_line_cutoff(PP) (PP)->wrapping.line_cutoff
176 #define pp_prefixing_rule(PP) (PP)->wrapping.rule
178 /* Get or set the wrapping mode as a single entity. */
179 #define pp_wrapping_mode(PP) (PP)->wrapping
204 /* True if PRETTY-PRINTER is in line-wrapping mode. */
249 /* Current wrapping mode. */
250 pp_wrapping_mode_t wrapping; member in class:pretty_printer

Completed in 253 milliseconds