| /src/external/gpl3/gcc/dist/gcc/ |
| omp-expand.cc | 91 vec<tree, va_gc> *ws_args; member in struct:omp_region 234 vec<tree, va_gc> *ws_args; local 258 vec_alloc (ws_args, 3 + (fd.chunk_size != 0)); 261 ws_args->quick_push (t); 264 ws_args->quick_push (t); 267 ws_args->quick_push (t); 273 ws_args->quick_push (t); 276 return ws_args; 285 vec_alloc (ws_args, 1); 286 ws_args->quick_push (t) 1247 vec<tree, va_gc> *ws_args; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| omp-expand.cc | 91 vec<tree, va_gc> *ws_args; member in struct:omp_region 234 vec<tree, va_gc> *ws_args; local 258 vec_alloc (ws_args, 3 + (fd.chunk_size != 0)); 261 ws_args->quick_push (t); 264 ws_args->quick_push (t); 267 ws_args->quick_push (t); 273 ws_args->quick_push (t); 276 return ws_args; 285 vec_alloc (ws_args, 1); 286 ws_args->quick_push (t) 1244 vec<tree, va_gc> *ws_args; local [all...] |