| /src/external/gpl3/gcc/dist/gcc/ |
| ipa-param-manipulation.h | 234 tree adjust_decl (tree orig_decl);
|
| gimplify.cc | 15169 tree orig_decl = TREE_PURPOSE (orig); 15176 && OMP_CLAUSE_DECL (*pc) == orig_decl) 15184 && OMP_CLAUSE_DECL (*spc) == orig_decl) 15227 OMP_CLAUSE_DECL (c) = orig_decl; 15505 tree orig_decl = TREE_VEC_ELT (OMP_FOR_ORIG_DECLS (for_stmt), i); 15506 if (TREE_CODE (orig_decl) == TREE_LIST) 15508 orig_decl = TREE_PURPOSE (orig_decl); 15509 if (!orig_decl) 15510 orig_decl = decl 15166 tree orig_decl = TREE_PURPOSE (orig); local 15502 tree orig_decl = TREE_VEC_ELT (OMP_FOR_ORIG_DECLS (for_stmt), i); local 15518 tree orig_decl = decl; local 15521 tree orig_decl = TREE_VEC_ELT (OMP_FOR_ORIG_DECLS (for_stmt), i); local 15531 "threadprivate iteration variable %qD", orig_decl); local [all...] |
| ipa-param-manipulation.cc | 527 /* Build variant of function decl ORIG_DECL which has no return value if 528 M_SKIP_RETURN is true and, if ORIG_DECL's types or parameters is known, has 535 ipa_param_adjustments::adjust_decl (tree orig_decl) 537 tree new_decl = copy_node (orig_decl); 538 tree orig_type = TREE_TYPE (orig_decl);
|
| varasm.cc | 6336 tree orig_decl = decl; 6340 if (TREE_PUBLIC (decl) || TREE_PUBLIC (orig_decl)) 6311 tree orig_decl = decl; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ipa-param-manipulation.h | 234 tree adjust_decl (tree orig_decl);
|
| gimplify.cc | 9637 tree orig_decl = decl; 9682 if (decl != orig_decl && DECL_P (decl) && indir_p 10237 && INDIRECT_REF_P (orig_decl) 10238 && DECL_P (TREE_OPERAND (orig_decl, 0)) 10239 && TREE_CODE (TREE_TYPE (orig_decl)) == RECORD_TYPE) 10241 tree ptr = TREE_OPERAND (orig_decl, 0); 12414 tree orig_decl = TREE_PURPOSE (orig); 12421 && OMP_CLAUSE_DECL (*pc) == orig_decl) 12429 && OMP_CLAUSE_DECL (*spc) == orig_decl) 12472 OMP_CLAUSE_DECL (c) = orig_decl; 9634 tree orig_decl = decl; local 12411 tree orig_decl = TREE_PURPOSE (orig); local 12723 tree orig_decl = TREE_VEC_ELT (OMP_FOR_ORIG_DECLS (for_stmt), i); local 12739 tree orig_decl = decl; local 12742 tree orig_decl = TREE_VEC_ELT (OMP_FOR_ORIG_DECLS (for_stmt), i); local 12752 "threadprivate iteration variable %qD", orig_decl); local [all...] |
| ipa-param-manipulation.cc | 557 /* Build variant of function decl ORIG_DECL which has no return value if 558 M_SKIP_RETURN is true and, if ORIG_DECL's types or parameters is known, has 565 ipa_param_adjustments::adjust_decl (tree orig_decl) 567 tree new_decl = copy_node (orig_decl); 568 tree orig_type = TREE_TYPE (orig_decl);
|
| varasm.cc | 6236 tree orig_decl = decl; 6240 if (TREE_PUBLIC (decl) || TREE_PUBLIC (orig_decl)) 6211 tree orig_decl = decl; local
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| cp-gimplify.cc | 1728 tree orig_decl = TREE_PURPOSE (orig); local 1734 && OMP_CLAUSE_DECL (c) == orig_decl) 1744 && OMP_CLAUSE_DECL (c) == orig_decl) 1752 orig_decl = require_complete_type (orig_decl); 1753 tree inner_type = TREE_TYPE (orig_decl); 1754 if (orig_decl == error_mark_node) 1756 if (TYPE_REF_P (TREE_TYPE (orig_decl)))
|
| parser.cc | 15503 tree orig_decl = decl; 15583 if (decl == error_mark_node && DECL_P (orig_decl)) 15585 if (DECL_NAMESPACE_SCOPE_P (orig_decl)) 15586 SET_DECL_ASSEMBLER_NAME (orig_decl, get_identifier ("<decomp>")); [all...] |
| semantics.cc | 9677 tree orig_decl = *i; 9678 tree closure_expr = DECL_VALUE_EXPR (orig_decl); 9680 if (TREE_CODE (TREE_TYPE (orig_decl)) == POINTER_TYPE 9681 || TREE_CODE (TREE_TYPE (orig_decl)) == REFERENCE_TYPE) 9688 bool ptr_p = TREE_CODE (TREE_TYPE (orig_decl)) == POINTER_TYPE; 9716 orig_decl)) 9676 tree orig_decl = *i; local
|
| pt.cc | 4592 tree orig_decl = TEMPLATE_PARM_DECL (index); local 4594 tree decl = build_decl (DECL_SOURCE_LOCATION (orig_decl), 4595 TREE_CODE (orig_decl), DECL_NAME (orig_decl), 4597 TREE_CONSTANT (decl) = TREE_CONSTANT (orig_decl); 4598 TREE_READONLY (decl) = TREE_READONLY (orig_decl); 4599 DECL_VIRTUAL_P (decl) = DECL_VIRTUAL_P (orig_decl); 4620 (DECL_TEMPLATE_PARMS (orig_decl), args, complain); 18265 tree orig_decl = NULL_TREE; 18266 cp_convert_omp_range_for (this_pre_body, NULL, decl, orig_decl, init [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| cp-gimplify.cc | 2217 tree orig_decl = TREE_PURPOSE (orig); local 2223 && OMP_CLAUSE_DECL (c) == orig_decl) 2233 && OMP_CLAUSE_DECL (c) == orig_decl) 2241 orig_decl = require_complete_type (orig_decl); 2242 tree inner_type = TREE_TYPE (orig_decl); 2243 if (orig_decl == error_mark_node) 2245 if (TYPE_REF_P (TREE_TYPE (orig_decl)))
|
| pt.cc | 4580 tree orig_decl = TEMPLATE_PARM_DECL (index); local 4582 tree decl = build_decl (DECL_SOURCE_LOCATION (orig_decl), 4583 TREE_CODE (orig_decl), DECL_NAME (orig_decl), 4585 TREE_CONSTANT (decl) = TREE_CONSTANT (orig_decl); 4586 TREE_READONLY (decl) = TREE_READONLY (orig_decl); 4587 DECL_VIRTUAL_P (decl) = DECL_VIRTUAL_P (orig_decl); 4607 tree parms = tsubst_template_parms (DECL_TEMPLATE_PARMS (orig_decl), 4610 tree orig_inner = DECL_TEMPLATE_RESULT (orig_decl); 18117 tree orig_decl = NULL_TREE 18116 tree orig_decl = NULL_TREE; local [all...] |
| semantics.cc | 10145 tree orig_decl = *i; 10146 tree closure_expr = DECL_VALUE_EXPR (orig_decl); 10148 if (TREE_CODE (TREE_TYPE (orig_decl)) == POINTER_TYPE 10149 || TREE_CODE (TREE_TYPE (orig_decl)) == REFERENCE_TYPE) 10156 bool ptr_p = TREE_CODE (TREE_TYPE (orig_decl)) == POINTER_TYPE; 10184 orig_decl)) 10144 tree orig_decl = *i; local
|
| parser.cc | 16161 tree orig_decl = decl; 16245 if (decl == error_mark_node && DECL_P (orig_decl)) 16247 if (DECL_NAMESPACE_SCOPE_P (orig_decl)) 16248 SET_DECL_ASSEMBLER_NAME (orig_decl, get_identifier ("<decomp>")); [all...] |
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| trans-openmp.cc | 102 tree orig_decl = decl; 143 orig_decl, null_pointer_node); 1566 tree orig_decl = decl; 1574 && (GFC_DECL_GET_SCALAR_POINTER (orig_decl) 1575 || GFC_DECL_GET_SCALAR_ALLOCATABLE (orig_decl))) 1597 if (TREE_CODE (TREE_TYPE (orig_decl)) == REFERENCE_TYPE 1598 && (GFC_DECL_GET_SCALAR_POINTER (orig_decl) 1599 || GFC_DECL_GET_SCALAR_ALLOCATABLE (orig_decl))) 3317 tree orig_decl = decl; local 3364 if ((TREE_CODE (TREE_TYPE (orig_decl)) == REFERENCE_TYP [all...] |
| trans-expr.cc | 2045 tree decl, orig_decl, cond; local 2048 orig_decl = decl = gfc_get_symbol_decl (sym); 2097 if ((use_saved_desc || TREE_CODE (orig_decl) == PARM_DECL)
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| trans-openmp.cc | 101 tree orig_decl = decl; 142 orig_decl, null_pointer_node); 1514 tree orig_decl = decl; 1522 && (GFC_DECL_GET_SCALAR_POINTER (orig_decl) 1523 || GFC_DECL_GET_SCALAR_ALLOCATABLE (orig_decl))) 1545 if (TREE_CODE (TREE_TYPE (orig_decl)) == REFERENCE_TYPE 1546 && (GFC_DECL_GET_SCALAR_POINTER (orig_decl) 1547 || GFC_DECL_GET_SCALAR_ALLOCATABLE (orig_decl))) 3117 tree orig_decl = decl; local 3148 if ((TREE_CODE (TREE_TYPE (orig_decl)) == REFERENCE_TYP [all...] |
| trans-expr.cc | 1982 tree decl, orig_decl, cond; local 1985 orig_decl = decl = gfc_get_symbol_decl (sym); 2036 if ((use_saved_desc || TREE_CODE (orig_decl) == PARM_DECL)
|