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

  /src/usr.bin/indent/
pr_comment.c 90 bool may_wrap = true; local
91 bool delim = false; // only relevant if may_wrap
96 may_wrap = false;
102 may_wrap = false;
114 if (may_wrap && in.p[0] == '\n')
116 if (may_wrap && opt.comment_delimiter_on_blank_line)
133 if (!may_wrap) {
146 *p_may_wrap = may_wrap;
152 copy_comment_start(bool may_wrap, bool *delim, int line_length)
157 if (may_wrap) {
343 bool may_wrap, delim; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-niter.cc 512 bool may_wrap = !nowrap_type_p (type); local
541 if (may_wrap)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-niter.cc 512 bool may_wrap = !nowrap_type_p (type); local
542 if (may_wrap)

Completed in 20 milliseconds