Home | History | Annotate | Download | only in perf

Lines Matching defs:has_init

5415                                    int has_init, int v, int scope);
14271 /* parse an initializer for type 't' if 'has_init' is non zero, and
14276 in the value stack. If 'has_init' is 2, a special parsing is done
14279 int has_init, int v, int scope)
14296 if (!has_init)
14299 if (has_init == 2) {
14399 if (!has_init)
14408 if (has_init)
14476 if (has_init) {
14634 int v, has_init, r;
14783 has_init = (tok == '=');
14786 !has_init && l == VT_CONST && type.ref->c < 0)) {
14797 if (has_init)
14800 has_init, v, l);