| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| Redeclarable.h | 83 template<typename decl_type> 113 DeclLink(PreviousTag, decl_type *D) : Link(NotKnownLatest(Previous(D))) {} 122 decl_type *getPrevious(const decl_type *D) const { 126 return static_cast<decl_type*>(NKL.get<Previous>()); 131 const_cast<decl_type *>(D)); 134 return static_cast<decl_type*>(Link.get<KnownLatest>().get(D)); 137 void setPrevious(decl_type *D) { 142 void setLatest(decl_type *D) { 166 static DeclLink PreviousDeclLink(decl_type *D) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000-c.cc | 1784 tree decl_type = TREE_VALUE (fnargs); 1811 if (POINTER_TYPE_P (decl_type) 1816 && !TYPE_READONLY (TREE_TYPE (decl_type))) 1783 tree decl_type = TREE_VALUE (fnargs); local
|
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000-c.cc | 1797 tree decl_type = TREE_VALUE (fnargs); 1824 if (POINTER_TYPE_P (decl_type) 1829 && !TYPE_READONLY (TREE_TYPE (decl_type))) 1796 tree decl_type = TREE_VALUE (fnargs); local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| attribs.cc | 470 tree decl_type = TREE_TYPE (last_decl); local 471 found |= diag_attr_exclusions (last_decl, decl_type, attrname, spec);
|
| tree-ssa-structalias.cc | 6186 tree decl_type = TREE_TYPE (decl); local 6187 tree declsize = DECL_P (decl) ? DECL_SIZE (decl) : TYPE_SIZE (decl_type); 6217 push_fields_onto_fieldstack (decl_type, &fieldstack, 0); 6256 if (POINTER_TYPE_P (decl_type) 6257 && (TYPE_RESTRICT (decl_type) || add_restrict)) 6260 && !type_contains_placeholder_p (TREE_TYPE (decl_type)) 6263 TYPE_UID (TREE_TYPE (decl_type)))) 6266 tree heapvar = build_fake_var_decl (TREE_TYPE (decl_type)); 6270 TYPE_UID (TREE_TYPE (decl_type))); 6275 TYPE_UID (TREE_TYPE (decl_type))); [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| attribs.cc | 459 tree decl_type = TREE_TYPE (last_decl); local 460 found |= diag_attr_exclusions (last_decl, decl_type, attrname, spec);
|
| tree-ssa-structalias.cc | 6212 tree decl_type = TREE_TYPE (decl); local 6213 tree declsize = DECL_P (decl) ? DECL_SIZE (decl) : TYPE_SIZE (decl_type); 6243 push_fields_onto_fieldstack (decl_type, &fieldstack, 0); 6282 if (POINTER_TYPE_P (decl_type) 6283 && (TYPE_RESTRICT (decl_type) || add_restrict)) 6286 && !type_contains_placeholder_p (TREE_TYPE (decl_type)) 6289 TYPE_UID (TREE_TYPE (decl_type)))) 6292 tree heapvar = build_fake_var_decl (TREE_TYPE (decl_type)); 6296 TYPE_UID (TREE_TYPE (decl_type))); 6301 TYPE_UID (TREE_TYPE (decl_type))); [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| trans-openmp.cc | 804 tree decl_type = TREE_TYPE (OMP_CLAUSE_DECL (clause)); local 819 decl_type 822 if (gfc_is_polymorphic_nonptr (decl_type)) 824 if (POINTER_TYPE_P (decl_type)) 825 decl_type = TREE_TYPE (decl_type); 826 decl_type = TREE_TYPE (TYPE_FIELDS (decl_type)); 827 if (GFC_DESCRIPTOR_TYPE_P (decl_type) || GFC_ARRAY_TYPE_P (decl_type)) 1327 tree decl_type = TREE_TYPE (OMP_CLAUSE_DECL (clause)); local [all...] |
| trans-array.cc | 9016 tree decl_type; local 9037 decl_type = TREE_TYPE (decl); 9039 if ((POINTER_TYPE_P (decl_type)) 9040 || (TREE_CODE (decl_type) == REFERENCE_TYPE && rank == 0)) 9047 /* Update the decl_type because it got dereferenced. */ 9048 decl_type = TREE_TYPE (decl); 9053 if (TREE_CODE (decl_type) == ARRAY_TYPE 9054 || (GFC_DESCRIPTOR_TYPE_P (decl_type) && rank != 0)) 9060 if (GFC_DESCRIPTOR_TYPE_P (decl_type)) 9078 tmp = array_type_nelts (decl_type); [all...] |
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| trans-openmp.cc | 856 tree decl_type = TREE_TYPE (OMP_CLAUSE_DECL (clause)); local 871 decl_type 874 if (gfc_is_polymorphic_nonptr (decl_type)) 876 if (POINTER_TYPE_P (decl_type)) 877 decl_type = TREE_TYPE (decl_type); 878 decl_type = TREE_TYPE (TYPE_FIELDS (decl_type)); 879 if (GFC_DESCRIPTOR_TYPE_P (decl_type) || GFC_ARRAY_TYPE_P (decl_type)) 1379 tree decl_type = TREE_TYPE (OMP_CLAUSE_DECL (clause)); local [all...] |
| trans-array.cc | 9386 tree decl_type; local 9407 decl_type = TREE_TYPE (decl); 9409 if ((POINTER_TYPE_P (decl_type)) 9410 || (TREE_CODE (decl_type) == REFERENCE_TYPE && rank == 0)) 9417 /* Update the decl_type because it got dereferenced. */ 9418 decl_type = TREE_TYPE (decl); 9423 if (TREE_CODE (decl_type) == ARRAY_TYPE 9424 || (GFC_DESCRIPTOR_TYPE_P (decl_type) && rank != 0)) 9430 if (GFC_DESCRIPTOR_TYPE_P (decl_type)) 9448 tmp = array_type_nelts (decl_type); [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| pt.cc | 1468 tree decl_type; local 1489 decl_type = TREE_TYPE (DECL_TI_TEMPLATE (decl)); 1492 decl_type = TREE_TYPE (decl); 1500 if (!same_type_p (TREE_TYPE (decl_type), TREE_TYPE (friend_type))) 1506 decl_args_type = TYPE_ARG_TYPES (decl_type); 1518 tree decl_type = TREE_TYPE (decl); local 1523 = CLASSTYPE_TEMPLATE_INFO (decl_type) 1524 && PRIMARY_TEMPLATE_P (CLASSTYPE_TI_TEMPLATE (decl_type)); 1533 if (DECL_NAME (CLASSTYPE_TI_TEMPLATE (decl_type)) 1542 (DECL_TEMPLATE_PARMS (CLASSTYPE_TI_TEMPLATE (decl_type)), [all...] |
| decl.cc | 14712 tree decl_type; 14722 decl_type = decl; 14726 decl_type = TREE_TYPE (decl); 14731 || decl_type == error_mark_node) 14743 perform_implicit_conversion_flags (decl_type, carg, complain, 14749 if (TYPE_PTR_OR_PTRMEM_P (decl_type) 14696 tree decl_type; local
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| decl.cc | 15399 tree decl_type; 15409 decl_type = decl; 15413 decl_type = TREE_TYPE (decl); 15418 || decl_type == error_mark_node) 15430 perform_implicit_conversion_flags (decl_type, carg, complain, 15436 if (TYPE_PTR_OR_PTRMEM_P (decl_type) 15383 tree decl_type; local
|
| pt.cc | 1436 tree decl_type; local 1457 decl_type = TREE_TYPE (DECL_TI_TEMPLATE (decl)); 1460 decl_type = TREE_TYPE (decl); 1468 if (!same_type_p (TREE_TYPE (decl_type), TREE_TYPE (friend_type))) 1474 decl_args_type = TYPE_ARG_TYPES (decl_type); 1486 tree decl_type = TREE_TYPE (decl); local 1491 = CLASSTYPE_TEMPLATE_INFO (decl_type) 1492 && PRIMARY_TEMPLATE_P (CLASSTYPE_TI_TEMPLATE (decl_type)); 1501 if (DECL_NAME (CLASSTYPE_TI_TEMPLATE (decl_type)) 1510 (DECL_TEMPLATE_PARMS (CLASSTYPE_TI_TEMPLATE (decl_type)), 26036 tree decl_type = TREE_TYPE (decl); local [all...] |