| /src/external/gpl3/gcc.old/dist/gcc/ |
| function.h | 289 vec<tree, va_gc> *local_decls; 444 /* Add the decl D to the local_decls list of FUN. */ 449 FOR_EACH_VEC_SAFE_ELT_REVERSE ((FUN)->local_decls, I, D) 288 vec<tree, va_gc> *local_decls; variable
|
| omp-expand.cc | 1052 tree local_decls, block, decl; local 1068 for (local_decls = BLOCK_VARS (block); 1069 local_decls; 1070 local_decls = DECL_CHAIN (local_decls)) 1071 if (TREE_ADDRESSABLE (local_decls)) 1377 BLOCK_VARS (block) = vec2chain (child_cfun->local_decls); 1379 rather than in containing function's local_decls chain, 1458 /* Remove non-local VAR_DECLs from child_cfun->local_decls list. */ 1459 num = vec_safe_length (child_cfun->local_decls); [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| function.h | 293 vec<tree, va_gc> *local_decls; 452 /* Add the decl D to the local_decls list of FUN. */ 457 FOR_EACH_VEC_SAFE_ELT_REVERSE ((FUN)->local_decls, I, D) 292 vec<tree, va_gc> *local_decls; variable
|
| omp-expand.cc | 1055 tree local_decls, block, decl; local 1071 for (local_decls = BLOCK_VARS (block); 1072 local_decls; 1073 local_decls = DECL_CHAIN (local_decls)) 1074 if (TREE_ADDRESSABLE (local_decls)) 1380 BLOCK_VARS (block) = vec2chain (child_cfun->local_decls); 1382 rather than in containing function's local_decls chain, 1461 /* Remove non-local VAR_DECLs from child_cfun->local_decls list. */ 1462 num = vec_safe_length (child_cfun->local_decls); [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| semantics.cc | 9913 hash_set<tree> local_decls; 9992 if (!data->local_decls.contains (var)) 9993 data->local_decls.add (var); 10005 && !data->local_decls.contains (t) 9912 hash_set<tree> local_decls; member in struct:omp_target_walk_data
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| semantics.cc | 9445 hash_set<tree> local_decls; 9524 if (!data->local_decls.contains (var)) 9525 data->local_decls.add (var); 9537 && !data->local_decls.contains (t) 9444 hash_set<tree> local_decls; member in struct:omp_target_walk_data
|