HomeSort by: relevance | last modified time | path
    Searched defs:class_decl (Results 1 - 15 of 15) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/objc/
objc-runtime-hooks.h 52 tree (*class_decl) (tree); member in struct:objc_runtime_hooks
objc-gnu-runtime-abi-01.cc 155 rthooks->class_decl = gnu_runtime_abi_01_class_decl;
833 objc_build_component_ref (imp->class_decl,
871 /* Declare a static instance of CLASS_DECL initialized by CONSTRUCTOR. */
876 objc_add_static_instance (tree constructor, tree class_decl)
881 /* Find the list of static instances for the CLASS_DECL. Create one if
884 *chain && TREE_VALUE (*chain) != class_decl;
888 *chain = tree_cons (NULL_TREE, class_decl, NULL_TREE);
889 add_objc_string (OBJC_TYPE_NAME (class_decl), class_names);
894 VAR_DECL, get_identifier (buf), class_decl);
1442 cat_decl = impent->class_decl;
1620 tree name_expr, super_expr, root_expr, class_decl, meta_decl; local
    [all...]
objc-next-runtime-abi-01.cc 156 rthooks->class_decl = next_runtime_abi_01_class_decl;
943 objc_build_component_ref (imp->class_decl,
1758 cat_decl = impent->class_decl;
1805 impent->class_decl = cat_decl;
2007 tree name_expr, super_expr, root_expr, class_decl, meta_decl; local
2019 class_decl = impent->class_decl;
2023 loc = DECL_SOURCE_LOCATION (impent->class_decl);
2125 (TREE_TYPE (class_decl),
2133 finish_var_decl (class_decl, initlist)
    [all...]
objc-act.h 303 tree class_decl; /* _OBJC[_v2]_CLASS/CATEGORY_<my_name>; */ variable
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-runtime-hooks.h 52 tree (*class_decl) (tree); member in struct:objc_runtime_hooks
objc-gnu-runtime-abi-01.cc 155 rthooks->class_decl = gnu_runtime_abi_01_class_decl;
830 objc_build_component_ref (imp->class_decl,
868 /* Declare a static instance of CLASS_DECL initialized by CONSTRUCTOR. */
873 objc_add_static_instance (tree constructor, tree class_decl)
878 /* Find the list of static instances for the CLASS_DECL. Create one if
881 *chain && TREE_VALUE (*chain) != class_decl;
885 *chain = tree_cons (NULL_TREE, class_decl, NULL_TREE);
886 add_objc_string (OBJC_TYPE_NAME (class_decl), class_names);
891 VAR_DECL, get_identifier (buf), class_decl);
1439 cat_decl = impent->class_decl;
1617 tree name_expr, super_expr, root_expr, class_decl, meta_decl; local
    [all...]
objc-next-runtime-abi-01.cc 156 rthooks->class_decl = next_runtime_abi_01_class_decl;
940 objc_build_component_ref (imp->class_decl,
1755 cat_decl = impent->class_decl;
1802 impent->class_decl = cat_decl;
2004 tree name_expr, super_expr, root_expr, class_decl, meta_decl; local
2016 class_decl = impent->class_decl;
2020 loc = DECL_SOURCE_LOCATION (impent->class_decl);
2122 (TREE_TYPE (class_decl),
2130 finish_var_decl (class_decl, initlist)
    [all...]
objc-act.h 299 tree class_decl; /* _OBJC[_v2]_CLASS/CATEGORY_<my_name>; */ variable
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-stmt.cc 1792 tree class_decl = NULL_TREE; local
1803 class_decl = sym2->backend_decl;
1804 if (DECL_LANG_SPECIFIC (class_decl)
1805 && GFC_DECL_SAVED_DESCRIPTOR (class_decl))
1806 class_decl = GFC_DECL_SAVED_DESCRIPTOR (class_decl);
1807 if (POINTER_TYPE_P (TREE_TYPE (class_decl)))
1808 class_decl = build_fold_indirect_ref_loc (input_location,
1809 class_decl);
1810 gcc_assert (GFC_CLASS_TYPE_P (TREE_TYPE (class_decl)));
    [all...]
trans-intrinsic.cc 8238 tree type, result_type, tmp, class_decl = NULL; local
8256 class_decl = gfc_get_class_from_expr (argse.expr);
8281 class_decl = gfc_get_class_from_expr (argse.expr);
8295 if (unlimited && class_decl)
8296 tmp = gfc_resize_class_size_with_len (NULL, class_decl, tmp);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-stmt.cc 1787 tree class_decl = NULL_TREE; local
1798 class_decl = sym2->backend_decl;
1799 if (DECL_LANG_SPECIFIC (class_decl)
1800 && GFC_DECL_SAVED_DESCRIPTOR (class_decl))
1801 class_decl = GFC_DECL_SAVED_DESCRIPTOR (class_decl);
1802 if (POINTER_TYPE_P (TREE_TYPE (class_decl)))
1803 class_decl = build_fold_indirect_ref_loc (input_location,
1804 class_decl);
1805 gcc_assert (GFC_CLASS_TYPE_P (TREE_TYPE (class_decl)));
    [all...]
  /src/external/gpl3/binutils/dist/include/
hp-symtab.h 1044 unsigned int class_decl: 2; /* 0=class,1=union,2=struct. */ member in struct:dntt_type_class
1183 unsigned int class_decl: 2; /* 0=class,1=union,2=struct */ member in struct:dntt_type_template
  /src/external/gpl3/binutils.old/dist/include/
hp-symtab.h 1044 unsigned int class_decl: 2; /* 0=class,1=union,2=struct. */ member in struct:dntt_type_class
1183 unsigned int class_decl: 2; /* 0=class,1=union,2=struct */ member in struct:dntt_type_template
  /src/external/gpl3/gdb/dist/include/
hp-symtab.h 1044 unsigned int class_decl: 2; /* 0=class,1=union,2=struct. */ member in struct:dntt_type_class
1183 unsigned int class_decl: 2; /* 0=class,1=union,2=struct */ member in struct:dntt_type_template
  /src/external/gpl3/gdb.old/dist/include/
hp-symtab.h 1044 unsigned int class_decl: 2; /* 0=class,1=union,2=struct. */ member in struct:dntt_type_class
1183 unsigned int class_decl: 2; /* 0=class,1=union,2=struct */ member in struct:dntt_type_template

Completed in 58 milliseconds